Python
Python is a interpreted, high level programming language created by Guido van Rossum and released in year 1991. Python is known for using white-space significantly and also, support a lot of programming paradigms such as Procedural programming Functional programming Object-oriented programming The current version of python programming language is known as Python 3.x which is completely different from its predecessor Python 2.x. If you learned python 2.x then you may have to relearn everything because there is little backward compatibility from Python 3.x to Python 2.x. Contents Prerequisites: Python Topics Programming Basics Python Basics Python Operators Python Loops Python Functions Related Python String Related Python Exception Handling Python Data Structures Prerequisites: There is not mathematical or programming experience required to learn from this tutorial. However, if you are interested in learning math and other computer science topics. Learn from our other tutorials. T