
Python Installation
Data Type
Python Variable
Python Expression
Python Strings
Python String Operations
Python String Methods
Python List
Python List Method
Python Dictionary
Python Dictionary Methods
Python Tuples
Python Control Flow
Important Python Methods
About Python:
Python is a high-level, general-purpose and a very popular programming language. Python programming language (latest Python 3) is being used in web development, Machine Learning applications, along with all cutting edge technology in Software Industry. Python Programming Language is very well suited for Beginners, also for experienced programmers with other programming languages like C++ and Java.
Below are some facts about Python Programming Language:
Python is currently the most widely used multi-purpose, high-level programming language.
Python allows programming in Object-Oriented and Procedural paradigms.
Python programs generally are smaller than other programming languages like Java. Programmers have to type relatively less and indentation requirement of the language, makes them readable all the time.
Python language is being used by almost all tech-giant companies like – Google, Amazon, Facebook, Instagram ... etc.
The biggest strength of Python is huge collection of standard library which can be used for the following:
Machine Learning
GUI Applications (like Kivy, Tkinter, PyQt etc. )
Web frameworks like Django (used by YouTube, Instagram)
Image processing
Web scraping (Selenium)
Test frameworks
Multimedia
Scientific computing
Text processing
Easy to learn and implement no need to write 100 line of code to do some small works, instead of just use library and implement it.
All we are going to learn by examples