Deep Dive Python Python Deep Dive Course, Created by: Dr.Fred Baptiste Combined the PDFs and Jupyter Notebook with together. Note β Completed | β In Future |π Inprogress Content Part 1- Functional β 01 - Introduction β 02 - A Quick Refresher - Basics Review β 03 - Variables and Memory β 04 - Numeric Types β 05 - Function Parameters β 01-Introduction.ipynb β 02-ArgumentVsParameters.ipynb β 03-Positional&KeywordArguments.ipynb β 04-UnpackingIterables.ipynb β 05-ExtendedUnpacking.ipynb β 06-args&kwargs.ipynb β 07-DefaultValue.ipynb π 06 - First-Class Functions π FirstClassFunction.ipynb β Part 2 - Iteration, Generators β Part 3 - Hash Maps, JSON Serialization β Part 4 - OOP