Reading a JSON File in Python
The full form of JSON is Javascript Object Notation. It means that a script (executable) file which is made of text in …
The full form of JSON is Javascript Object Notation. It means that a script (executable) file which is made of text in …
Tuple elements are enclosed inside parentheses, while dictionary elements appear as a key-value pair and are enclosed i…
Solution Install package - pip install python-decouple
Solutions Install package - pip install psycopg2 OR pip install psycopg2-binary
I have created a helper function to get future or past day DateTime. def add_days_now_datetime (days= 0 ): date_N…
Python zfill() method used for adding zero beginning of the string, until reaching the specified length. Syntax : st…
Convert SQL datetime to python datetime -------------------------------------------- Solustion: Import datetime set sql…
How to convert python datetime to date? --------------------------------------- Solustion: Import datetime get current …
In this tutorial we will discus on installing process of python 3 and its programming environment on ubuntu 20.04. St…
If you forgot your django superuser password, there are some way to reset it. From them we will discus on python shell.…