Posts by Varun Bhattacharya
Author Biographical Info: Not available
Hello programmers, in this tutorial we will see how to convert a DateTime object to only a string of data in Python. Often programmers need the date and time from the program. For .... Read More
Hello programmers, in this tutorial we will see how to flatten an irregular nested list of lists in Python. A list enclosing more than one or more lists within itself is called a n.... Read More
Hello programmers, in this tutorial we will see how to get the current date and time in Python. Often developers, need to use the current date and time for various manipulations. T.... Read More
Greeting programmers, in this tutorial we will see how to get the current date and time in PHP. Often developers need the date and time for various different purposes. For example,.... Read More
Greetings Programmers, in this tutorial we will see how to generate random RGB color code in PHP. The RGB color model stands for Red, Green, and Blue respectively which are the pri.... Read More
Hello programmers, in this tutorial we will see how to crop an image in a rounded circle shape in Python. People often like to have a rounded image of various images they can utili.... Read More
Greetings programmers, in this tutorial we will see how to extract texts from a PDF file format in PHP. Often programmers need to extract texts from various forms of data to do var.... Read More
Hello programmers, in this tutorial we will see how to multiply two lists and get their product-wise elementwise in Python. There can be a possibility where the programmer may have.... Read More