Python
I've decided to learn Python as a second language. This is where I will keep all my code throughtout my journey.
Python Tutorial for Beginners - 6 hours with Mosh Moshhamedani
https://www.youtube.com/watch?v=_uQrJ0TkZlc
Python Crash Course book
https://www.amazon.co.uk/Python-Crash-Course-Eric-Matthes-ebook/dp/B07J4521M3
Python Slack channel
https://pyslackers.com/web
-
If you are running VS Code and installing packages via pip - make sure you run VS Code as an admin! If you don't, things don't install correctly!
-
If a folder has a file called
__init__.py
within it, this means this folder is a package