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