michael4180 / WeatherApp

0 stars 0 forks source link

common python things #3

Open bbelderbos opened 7 months ago

bbelderbos commented 7 months ago

Let's use this issue to document some of these, for starters here's the one you mentioned and you see often:

if name == "main": explained https://www.youtube.com/watch?v=ubpFY7_dAW4


btw I am finding these resources quickly with our command line search tool: https://pypi.org/project/pybites-search/

you could install this dependency "globally", see: Pipx: Access Python Utilities Anywhere, No Virtual Environment Required https://www.youtube.com/watch?v=xvCShK1Bqxk (maybe table this for later though, you have enough to do)

bbelderbos commented 6 months ago

any more questions or doubts here?