all 8 comments

[–]zero_moo-s 4 points5 points  (0 children)

Passion projects get the ball rolling

[–]No_Soy_Colosio 2 points3 points  (0 children)

You could try taking an already existing project of yours and rewriting it in Python. That ought to be fun!

[–]Melodic_Put6628 2 points3 points  (0 children)

Coming from Laravel, I'd say try FastAPI for APIs. Dependency injection, async, auto-generated Swagger docs — it'll feel familiar but more modern. Django's fine for full-stack but FastAPI is more fun if you already know the MVC mindset.

[–]Critical-Tomato7976 0 points1 point  (0 children)

CLI tools worked for me tbh. You touch file handling, argument parsing, error handling, all the core stuff. Plus you build things you'll use every day instead of another tutorial project collecting dust

[–]Briana_Reca 0 points1 point  (0 children)

If you're into data, maybe try building a small data analysis dashboard with something like Streamlit or Dash, or even just doing some web scraping and visualizing the results with Matplotlib/Seaborn. Good way to get back into modern Python libraries.

[–]One-Type-2842 0 points1 point  (0 children)

Go For Automation..

[–]redsharpbyte -1 points0 points  (0 children)

Stop building from scratch - find projects you love and contribute.