How to Format Date and Datetime in Python

How to Format Date and Datetime in Python

This article will go to detail on Python how to format date in different format. I will explain and give planty examples using date format...

Sovary May 28, 2022 1.05K
#Python 
Python - Check If a String End With Specific Text

Python - Check If a String End With Specific Text

We have a single sentence how can we check whether the string is end with specific word? in Python we can use endswith() method to check as string have particular suffix value. The endswith() is built..

Sovary May 28, 2022 1.49K
#Python 
Python - Check If a String Starts With Specific Letter

Python - Check If a String Starts With Specific Letter

Today we will learn how to check if there is a string start with specific letter or word with different ways. Below examples would help guide you to approach the result...

Sovary May 28, 2022 2.33K
#Python 
Python - Check If String Contains Only Letters

Python - Check If String Contains Only Letters

In Python to check whether if a string contain only alphabets we use isalpha() function on a string. isalpha() function is built-in string function which will returns as boolean value...

Sovary May 28, 2022 1.17K
#Python 
How to Convert PHP String into Array?

How to Convert PHP String into Array?

Today tutorial, we will share with you the way to convert a PHP string into array. we will convert a string into array in PHP by specify character So you will learn how to convert a text to an array using a delimiter in PHP...

Sovary May 27, 2022 1.09K
#PHP 
Python - Remove All Duplicated Word in String

Python - Remove All Duplicated Word in String

This tutorial we will find out the way to remove duplicated words from given sentence in Python. We will check given string if there are duplicated word then we will remove from the string and return..

Sovary May 27, 2022 993
#Python 
Add Text on Image in PHP when Upload - Watermarking

Add Text on Image in PHP when Upload - Watermarking

Today I will show you how to insert watermark on your images. Sometime you don't want spend time to take picture in Photoshop by just only place text on your copyright image...

Sovary May 27, 2022 1.38K
#PHP 
Adding Image as Watermark using PHP

Adding Image as Watermark using PHP

To protect your image or want to mark an image is made by you, adding watermark on photo is the option to identifiy. In PHP I have wrote an article how to adding text on photo as watermark. For this version I will apply an image watermark instead of using text...

Sovary May 27, 2022 1.43K
#PHP 
Quick Start Integrated Google Mobile Admob in Android

Quick Start Integrated Google Mobile Admob in Android

Today we will learn how to config Google Admob in Android Studio before we are getting deep for each ad formats. I will try to keep it simple to understand for beginner...

Sovary May 24, 2022 1.79K
#Android  #Java  #Admob 
Android Integrate Interstitial Ads Google AdMob in App

Android Integrate Interstitial Ads Google AdMob in App

Google Admob have provide different ads formats, so that you can decided to choose which one is suitable for your app. The following are ad formats available for Android applications...

Sovary May 24, 2022 1.48K
#Android  #Java  #Admob