|
| 1 | +# Advanced Python |
| 2 | + |
| 3 | +What have we covered so far |
| 4 | +--------------------------- |
| 5 | + |
| 6 | +- Data Types: int, float, bool, complex, str |
| 7 | +- Containers: tuple, list, dict, set |
| 8 | +- Operators: Arithmetic (`+ - * / % // **`), Logical (`and or not`) |
| 9 | +- Flow Control: `if-elif-else`, `for` and `while` loops, `break`, `continue` |
| 10 | +- Functions: defining and calling functions |
| 11 | +- Organizing Python Code: Modules, Packages and Virtualenv |
| 12 | +- File I/O: Reading and writing files, CSVs, Json |
| 13 | +- Hands on Project Building: Todo CLI app |
| 14 | + |
| 15 | +What else does Python offer |
| 16 | +--------------------------- |
| 17 | +- Object Oriented Programming |
| 18 | +- Functional Programming |
| 19 | +- Syntactic Sugar - decorators, generators, context managers |
| 20 | +- Fancy metaprogramming - metaclasses, iterators, descriptors, import hooks, monkey patching |
| 21 | +- Extensive Standard Library - regex, os, math, random, cli, file, string, date, compression, performance, logging, threading, http |
| 22 | +- Extensive Ecosystem - Machine Learning and Data Analysis, DevOps, Web Frameworks |
| 23 | + |
| 24 | + |
| 25 | +What really matters |
| 26 | +------------------- |
| 27 | + |
| 28 | +- What can you build with your skills |
| 29 | +- The positive impact you can bring |
| 30 | + |
| 31 | +Build Real SaaS Products using Django & Python |
| 32 | +---------------------------------------------- |
| 33 | + |
| 34 | +- Starting from tomorrow - 15th Sept 2020 |
| 35 | +- Timing: 6.30 pm to 7.30 pm (GMT+5.30) |
| 36 | +- https://www.youtube.com/c/ScalerAcademy/ |
| 37 | + |
| 38 | +Resources |
| 39 | +--------- |
| 40 | + |
| 41 | +- https://docs.python.org/3/tutorial/index.html |
| 42 | +- https://docs.python.org/3/library/index.html |
| 43 | +- https://www.youtube.com/playlist?list=PLIoJ3PkAEIvwnkJjvixHIYOH0ErGKBxFc |
0 commit comments