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
- Python Introduction
- Python Installation
- Vs Code Installation
- Python Interpreter
- Python Modules
- Python Pip
- Python Print Function
- Python Comments
- Python Keywords and Identifiers
- Python Variable
- Python Data Types
- Python Type Casting
- Python Input Function
- Python Operators
- Python Strings
- Python Escape Sequence
- Python List
- Python Tuple
- Python Dictionary
- Python Set
- Python If Else
- Python While Loop
- Python For Loop
Comments
Post a Comment