teacherc / spheri-app

Spheri is a simple web app that recommends a song based on your local weather
https://www.spheri.app
GNU General Public License v3.0
18 stars 3 forks source link

Type hinting #15

Open BurningSquid opened 2 years ago

BurningSquid commented 2 years ago

https://github.com/teacherc/spheri-app/blob/99d1e39ad54c069bac628f94bf8525c6a45d08de/main.py#L31

In for a penny in for a pound. Just wanted to mention that it is absolutely industry standard to use type hinting for everything in python these days. Not only does it make it easier on the developer but it is straight-up required for some libraries (such as dagster data engineering library or anything that is strongly dependent on data structure and validation).

More info on type hints: https://peps.python.org/pep-0484/

teacherc commented 1 year ago

https://www.youtube.com/watch?v=QORvB-_mbZ0