Welcome to Python Programming Tutorial series created by Startertutorials. This is a comprehensive programming tutorial which covers almost all the core concepts in Python programming language. I hope you will enjoy the tutorial. You can give feedback by commenting below.
Python is a multi-paradigm language gaining widespread popularity now-a-days due to its simplicity and expressiveness. At the time of writing this tutorial (April 2018), Python is the 5th most popular language according to TIOBEs Index. Today (July 30 2019), Python is the third most popular language. Python was developed by Guido van Rossum.
This Python Programming tutorial is intended for beginners who have no idea of programming. You are suggested to follow the tutorial in top-down fashion, i.e., start with first topic, then second and so on. Scroll down for topics.
Update: There are significant changes as well as trivial changes that are being made to the Python programming tutorial. To see the list of updates being made, you can see this post.
Note: Entire python programming tutorial is divided into several sections. Each section contains related concepts. All the sections are available below and on the left side (for PC and laptop users) of the web page to quickly navigate between them.
Topics
Object Oriented Programming
- Introduction to Classes and Objects
- Creating or Defining a Class
- Creating Objects
- Class Variables and Instance Variables
- Public and Private Instance Variables
- self Argument
- __init__() Method (Constructor)
- __del__() Method (Destructor)
- Other Special Methods
- Private Methods
- Built-in Functions
- Built-in Class Attributes
- Garbage Collection
- Class Methods
- Static Methods
Note: Resources provided here are only for individual study. They are not to be reprinted and sold outside.
Resources
Download Python Programming tutorial’s lecture notes in PDF format from below links:
- Module 1 – Introduction to Python.pdf
- Module 2 – Types, Operators, and Expressions.pdf
- Module 3 – Data Structures.pdf
- Module 4 – Functions Modules and Packages.pdf
- Module 5 – OOP and Exception Handling.pdf
- Module 6 – Standard Library and Testing.pdf
Suryateja Pericherla, at present is a Research Scholar (full-time Ph.D.) in the Dept. of Computer Science & Systems Engineering at Andhra University, Visakhapatnam. Previously worked as an Associate Professor in the Dept. of CSE at Vishnu Institute of Technology, India.
He has 11+ years of teaching experience and is an individual researcher whose research interests are Cloud Computing, Internet of Things, Computer Security, Network Security and Blockchain.
He is a member of professional societies like IEEE, ACM, CSI and ISCA. He published several research papers which are indexed by SCIE, WoS, Scopus, Springer and others.
As technology evolves, Python’s role in emerging fields like AI, machine learning, and automation becomes even more critical.
You are doing GREAT sir, Heartful Thanks for the valuable knowledge.