I'd never call myself a coder, even if I've taken a few courses in the past. I know some basic Linux and Python from tinkering with Android custom ROMs in the past, but most of that was just copying ...
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 ...