Posts by Mohak Gupta

Author Biographical Info: Not available

How To Convert JSON To Tuple In Python

By Mohak Gupta

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

How to use FTP in Python

By Mohak Gupta

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