- Introductions
- Resources
- general description of Python
- Interactive Python
- Lexical matters
- Lines
- Comments
- Names and tokens
- Doc strings
- Whitespaces and indentation
- Variables and Datatypes
- what is Variables
- Naming Variables
- Keywords
- Assign Multiple Variables
- Expressions and statements
- Strings
- what is a String ?
- How to declare string ?
- Concatination
- Reproduction
- Formatting strings
- Escape Characters
- String Slicing
- Escape Characters
- Some useful built in Functions
- Loops
- while
- Condition
- if
- if-else
- Function