0% found this document useful (0 votes)
26 views2 pages

Ython Tutorial: Learning by Examples

Python is a programming language that can be used to create web applications and work with databases. The tutorial shows how to print "Hello World", handle files, access MySQL and MongoDB databases, and includes exercises to practice skills. Learning is demonstrated through examples that output code results.

Uploaded by

Jenila Vincent
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Ython Tutorial: Learning by Examples

Python is a programming language that can be used to create web applications and work with databases. The tutorial shows how to print "Hello World", handle files, access MySQL and MongoDB databases, and includes exercises to practice skills. Learning is demonstrated through examples that output code results.

Uploaded by

Jenila Vincent
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ython Tutorial

❮ HomeNext ❯

Python is a programming language.

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

Start learning Python now »

Learning by Examples
Our "Show Python" tool makes it easy to learn Python, it shows both the code and the
result.

Example
print("Hello, World!")
Run example »

Click on the "Run example" 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

Python Exercises
Test Yourself With Exercises
Exercise:
Insert the missing part of the code below to output "Hello World".

("Hello World")

Submit Answer »

Start the Exercise

You might also like