Python Tutorial

This Python tutorial series will help you to get started in Python programming language from scratch.


Python is a general-purpose, object-oriented programming language with high-level programming capabilities.

This Python tutorial series has been designed for those who want to learn Python programming; whether you are beginners or experts, tutorials are intended to cover basic concepts straightforwardly and systematically.

To learn the Python programming language, you do not need any previous programming knowledge. Nevertheless, a basic understanding of any other programming languages will help you understand Python programming concepts quickly.

A quick look at the example of Hello, World! In Python programming, and a detailed description is given in the Python Basics page.

print “Hello, World!”
Python 3 requires adding brackets around the value to be printed:

print (“Hello, World!”)
Hello, World!
The above example has been used to print Hello, World! Text on the screen.

School Bus Initiative

The focus of our last quarter has been working with local groups to improve bus networks. We believe that it is vital to provide transportation options for children living in rural areas. Thanks to our donors we were able to fund 50 buses and 200 cars that transport children to schools all around the globe.

Design a site like this with WordPress.com
Get started