- Anaconda
- AoI
- Async + Await in Python
- Business Plan to get to $300k
- Language Review
- Machine Learning
- OOP with Python
- Pandas
- Python Automation Scripts
Methodology
if working with ML, Data science → use Jupyter Notebooks / Anaconda (through the terminal)
if working with scripting, automation, and / or bash too → use Neovim
if working on complex, multi-step project → use # %% notation inside of python (psuedo jupyter notebook inside VSCODE) so I can write test cases and use it as an IDE as well or you can use PyCharm.