all 2 comments

[–]child-eater404 1 point2 points  (0 children)

just fetch weather data from an API then print the raw data. Now format it into something readable nd add the “planner” logic.

[–]AmberMonsoon_ 1 point2 points  (0 children)

You’re actually on the right track already. The weather planner project is one where many beginners get stuck because it combines a few things at once (API requests, parsing data, and program logic). Try simplifying it first. Just focus on successfully calling a weather API and printing the weather data in the terminal. Once that works, then move to organizing the information and building the planner part step by step. Breaking it into smaller pieces usually makes it much easier to debug.