Posts by Mohak Gupta
Author Biographical Info: Not available
JSON is JavaScript Object Notation. It is used for storing and exchanging data between browser & server and that can only be in the text. It is a language-independent data form.... Read More
In this article, you will learn how to use FTP in your Python programs. You can do this with the help of ftplib module. FTP is File Transfer Protocol which is basically used for t.... Read More