It's possible to build a simple Python CLI weather app in a weekend using geopy, requests, and the NWS JSON API. Use geopy's Nominatim to get latitude and longitude, then query NWS endpoints for ...
Dave Gray offers a solid, free Python tutorial that runs for about 9 hours. It’s a pretty methodical course, starting with the basics and moving into more complex stuff like closures and recursion. He ...