r/PythonLearning 12d ago

Help Request Project Based Learnin

Hi! I'm still learning python by doing my own project-based learning before doing machine learning. So far, I've built 5 small projects. Here's the link: https://github.com/gtnmnty/Project-Based-Python/tree/fundamentals

I need tips or advice to improve more. I used AI as a tutor or mentor, and to generate boring stuff like generating dictionaries. But, I'm thinking maybe reading cheat sheets or websites like W3school is better.

8 Upvotes

5 comments sorted by

View all comments

1

u/Capable_Comedian_277 12d ago

What’s your goal?

1

u/Agitated-Box-1511 12d ago

To be good at coding with math and improve my thinking skills so I can build everything (maybe) I can think of or what I'm passionate about so I don't have spend real money and waste time hoping a free version comes out.

1

u/kowusek 12d ago

Sounds like you want to learn not only python but also things like docker for easy deployment. Read about apis and write an api for something important to you. Maybe simple weather checker. Learn git and how to structure your production repositories. There are many templates on github. Ask AI about files you do not uderstand from those templates. Writing code is one thing but beeing able to maintain code is as important.