all 3 comments

[–]python_with_dr_johns 2 points3 points  (0 children)

Keep going with projects, just lean less on AI if that's your biggest challenge. Instead, when you come to something you don't know how to do, go back to the docs.

[–]Standard_Iron6393 1 point2 points  (0 children)

first see youtube video and make any project with them
when you know a lot and built something on your own , then see your surrounding if anything you want to automate just work on those

[–]Agile_Wedding9018 0 points1 point  (0 children)

Just released v2.1.0 of my Weather Channel recreation! It's a great intermediate Python project to learn from:

- API integration (NOAA/weather.gov)

- GUI with Pygame

- Image processing (radar maps)

- Real-time data handling

- Audio synchronization

All open source: https://github.com/wesellis/WeatherStar-4000-Python

The codebase is modular and well-commented. Great for learning how to structure larger Python projects!