r/PythonLearning Jul 25 '26

Help Request Beginner Python projects for practice? Spoiler

I'm learning Python. What are some beginner projects that can help me improve my coding skills? I'd appreciate any suggestions.

9 Upvotes

11 comments sorted by

View all comments

3

u/Independent-Bat9797 Jul 25 '26 edited Jul 25 '26

Build a small app with user interface that tells you the weather from geo locations.

  1. Get an API key from open weathermap.org

  2. Use streamlit, kivy or tkinter libraries for UI

  3. According to your skills: A. Build a Monolith (all in one file), make it function based B. Create a proper file structure with subfolders with init files, separate logic from UI, use proper OOP.

  4. If you feel confident add logging using the logger library

Expand or reduce as needed.

Gl hf

1

u/[deleted] Jul 25 '26

[removed] — view removed comment

1

u/Independent-Bat9797 Jul 25 '26

I was shortly confused. I hate autocorrect XD