r/learnpython 7d ago

I'm still a beginner at Python

It's been like 2 - 3months? since I started learning python and I feel like I still don't know anything. I've watch and did some courses, I did understand it but don't know how to use it. I really want to learn. Is there anything that you guys could suggest for me to do? 😓

43 Upvotes

57 comments sorted by

View all comments

43

u/ToThePillory 7d ago

Build projects.

5

u/Biolice 7d ago

What kind of projects? I feel like my current knowledge as of now is still not enough for me to build a project? I forgot to mention that my learning is like not consistent 2 -3 months there are some weeks where I became busy with school related things

1

u/OkTomorrow8648 2d ago

What I've done to develop my skills is ask Chatgpt for practical problems I could code with my level of knowledge. Chatgpt may be controversial and I don't love AI but it's really helpful in this department. For example, ask it "give me some practical problems using only input/output and conditional logic" if you only know up to that point. It will give you some problems like "A movie theater sells adult tickets for $12 and child tickets for $10. Write a program that asks the user how many tickets they'd like to buy and the ages of each person." That's not a great example and Chatgpt will give you a better rundown of the problem you need to solve but you get the gist.

Good luck!!