Thoroughly enjoyed watching the Modern Python Projects course by Sebastian Witowski. I managed to pick up a few tricks from tools that I thought I already knew well! There's always something new to learn it seems :)
Michael makes it very easy to follow along in the beginning of the courses. Everyone learns differently, but one of the ways I learn best is to follow along by typing the code as he does in the video, helping me commit it to memory.
I recently learned that you can name a virtual environment with a recognisable name, but still have it create a venv folder so that an IDE can recognise it automatically! ️$ python3 -m venv —prompt myvenvname venv(from Talk Python's Modern Python Projects course).
I've yet to ever be disappointed with a Talk Python course!