#100DaysOfCode, I can't believe it's been 100 days straight! I didn't think I'd stick it out as I've picked up coding and put it down so many times in the past... but this course really got me to keep going. I ended off with some Flask.
This is a great video! I had already used a bunch of these tools but you taught me some new ways to use them.
Took up another awesome course by @mkennedy. "Effective PyCharm" showcases the most useful features of PyCharm, incl. easy refactoring, data analysis tools, web app building and more. Also, content presentation is FLAWLESS.
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).