Python Tutorial

Hello guys, welcome to my blog. If you have ever wanted to learn Python, you have arrived at the right place. I have designed this tutorial keeping complete beginners in mind. Without further ado, let's get started.

Here are the topics we are going to discuss in this tutorial:

  1. Introduction to Python
  2. Download and Install Python
  3. Set Up Visual Studio Code
  4. Python Variables
  5. Python Data Types
  6. Python Numbers
  7. Python Strings
  8. Python if-else Statement
  9. Python for Loop
  10. Python while Loop
  11. Python Lists
  12. Python List Comprehension
  13. Python Dictionary
  14. Python Dictionary Comprehension
  15. Python Tuples
  16. Python Sets
  17. Python Functions
  18. Python Variable Scope
  19. Python Lambda Functions
  20. Python Decorators
  21. Python Classes and Objects
  22. Python Inheritance
  23. Python Encapsulation
  24. Python Polymorphism