- Introduction
- Condition
- Iteration
- Fucntion
- Collection
- String
- File Handling
- OOPS
- Database
- Web Application Framework
https://www.python.org/downloads/release/python-383/
https://code.visualstudio.com/download
2.1 Visual studio code extenstions Python Ayu - Folders
https://www.w3resource.com/python-exercises/python-basic-exercise-6.php
- Introduction
- Variables - simple object (int, float), strings, logical operator, Arithmetic
- Condition - simple if, if -else, if -- elif--else(muliple)
- Iteration, for, while (range), continue, brek
- funtion = definite aggument, varibale length, default arg, lambda, scope
- Packages = modules import, from;;import
- Colelction - list, dict, tuple, set
- Memory Management- Pyobject(name, refcount, value) Garbage Collection - Ref count & Tracing - Mark and sweep