Practice

Python Tutorial

Python is a programming language.

Python can be used on a server to create web applications.

Start learning Python now »

Learning by Examples

With our “Try it Yourself” editor, you can edit the code and view the result.

Example

name = input(“What is your name?”)
print(“Hello ” + name”)

Try it Yourself »

Click on the “Try it Yourself” button to see how it works.

Python File Handling

In our File Handling section you will learn how to open, read, write, and delete files.

Python File Handling

Python Database Handling

In our database section you will learn how to access and work with MySQL and MongoDB databases:

Python MySQL Tutorial

Python MongoDB Tutorial