|
1 |
| -### Fluent Python: |
2 |
| -#### List, Tuple,sets, dict, text vs bytes, First Class Functions, |
3 |
| -#### Adv [Design pattern, function decorator and closures] |
4 |
| -#### Obj & Classes: Mutability, References, Vector class, overriding class, overloading |
5 |
| -#### Adv [Slicing, Hashing] |
6 |
| -#### Interfaces: Python ABC library, digs, monkey patch |
7 |
| -#### Control flow: Coroutines, Concurrency: Futures, Asyncio, |
8 |
| -#### Adv[Dynamic Attributes, Attributes Descriptors, Metaprogramming |
| 1 | +## Fluent Python: |
| 2 | + ### List, Tuple,sets, dict, text vs bytes, First Class Functions, |
| 3 | + ### Adv [Design pattern, function decorator and closures] |
| 4 | + ### Obj & Classes: Mutability, References, Vector class, overriding class, overloading |
| 5 | + ### Adv [Slicing, Hashing] |
| 6 | + ### Interfaces: Python ABC library, digs, monkey patch |
| 7 | + ### Control flow: Coroutines, Concurrency: Futures, Asyncio, |
| 8 | + ### Adv[Dynamic Attributes, Attributes Descriptors, Metaprogramming] |
| 9 | + |
| 10 | +## Machine Learning |
| 11 | + - ### Introduction to Machine Learning with Python, Oreilly |
| 12 | + - ### Machine Learning with Python Cookbook, Oreilly |
| 13 | + - ### Hands on Machine Learning with Scikit-Learn and Tensorflow, Oreilly |
| 14 | + |
| 15 | +## Deep Learning |
| 16 | + - ### Deep Learning with Python, Manning |
| 17 | + - ### Python Deep Learning Projects, Packt Pub. |
| 18 | + - ### Deep Learning Cookbook, Oreilly |
0 commit comments