Learn Python from the very basics.
Understand all the concepts that are usually required when you develop a product using Python.
Curriculum
- 1 Section
- 20 Lessons
- Lifetime
Expanse all sectionsCollapse all sections
- Python For Beginners20
- 1.1Introduction to Python.
- 1.2What Python can do?
- 1.3Hello World Program with Python
- 1.4Variables in Python
- 1.5Recieving Input in Python
- 1.6Type Conversion in Python
- 1.7Excercise 1
- 1.8Strings in Python
- 1.9Arthemetic Operators
- 1.10Operator Precedence
- 1.11Logical Operators
- 1.12If Statements
- 1.13Excercise 2
- 1.14While Loops in Python
- 1.15Lists
- 1.16List Methods
- 1.17For Loop in Python
- 1.18range() Function in Python
- 1.19Tuples
- 1.20Final Assessment