Python

 A computer can't understand any language, computer can only understand 0 and 1 in the form of binary. So, A programming language is a way, which allows to write code syntax near to English language. And compiler or interpreter of programming language helps to convert code syntax into binary numbers.


So we can say that, A programming language is a median to communicate with computer and to instruct the computer to perform various tasks.

Here, we will learn python programming step by step from scratch. Topics that we are going to cover are given below.

Python Tutorial

  1. Python Introduction
  2. Python Installation
  3. Vs Code Installation
  4. Python Interpreter
  5. Python Modules
  6. Python Pip
  7. Python Print Function
  8. Python Comments
  9. Python Keywords and Identifiers

  10. Python Variable
  11. Python Data Types
  12. Python Type Casting
  13. Python Input Function
  14. Python Operators
  15. Python Strings
  16. Python Escape Sequence
  17. Python List
  18. Python Tuple
  19. Python Dictionary
  20. Python Set

  21. Python If Else
  22. Python While Loop
  23. Python For Loop

Python Projects
  1. Wordlist Generator

If you have any query or doubt, feel free to ask in comment section.

Comments