Python
Reading a JSON  File in Python

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 …

Zerofill use in Python

Python zfill() method used for adding zero beginning of the string, until reaching the specified length.  Syntax : st…

How to reset Django superuser password

If you forgot your django superuser password, there are some way to reset it. From them we will discus on python shell.…