Python 3 Tutorial

Python is an easy and powerful programming language.

It has user-friendly syntax with which you can program easily.




Python Features

Python is an object-oriented programming language.

Python has all high-level data structures.

Python is a dynamically typed language. (we will discuss dynamic typing later)




Applications of Python

Using Python we can develop applications very quickly.

Python is the perfect language for scripting (Automation).




Welcome to Python 3

Example

#Introduction to Python

print("Welcome to Python 3")
print("Welcome to www.log2base2.com")

We are going to learn about Python 3.6.4 which is the latest Python version.