Finally getting a chance to start working through Michael’s [...] course. This is easily one of the best online courses I’ve taken. I can’t recommend it enough.
Modern Python Projects has and continues to provide valuable insight, that has aided my development workflow and given me knowledge of tools that I otherwise wouldn't. I heartily recommend this course to all practitioners of Python.
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.
Working my way through the [...] bundle. GREAT tutorial/training! Well thought out and presented. Highly recommended.