This Python Tutorial is very well suited for beginners and also for experienced programmers with
other programming languages like C++ and Java. This specially designed free Python tutorial will
help you learn Python programming language most efficiently, with all topics from basics to
advanced (like Web-scraping, Django, Learning, etc.) with examples.
What is Python?
Python is a high-level, general-purpose, and very popular programming language. Python
programming language (latest Python 3) is being used in web development, and Machine Learning
applications, along with all cutting-edge technology in Software Industry. Python language is being
used by almost all tech-giant companies like – Google, Amazon, Facebook, Instagram, Dropbox,
Uber… etc.
Writing your first Python Program
There are two ways you can execute your Python program:
1. First, we write a program in a file and run it one time.
2. Second, run a code line by line.
Python Data Types
Data types are the classification or categorization of data items. It represents
the kind of value that tells what operations can be performed on a particular
data. Since everything is an object in Python programming, data types are
classes and variables are instances (objects) of these classes. The following
are the standard or built-in data types in Python:
Numeric
Sequence Type
Boolean
Set
Dictionary
Binary Types( memoryview, bytearray, bytes)