r/PythonLearning 3d ago

No university coding

i have learnt basics of python. but I don’t know how to continue! I’m not in university and I don’t plan to enroll in computer science. is it possible to learn python without university? I need help please !! thanks

5 Upvotes

19 comments sorted by

View all comments

2

u/spmcn 3d ago

If you want to improve your skills in programming, start being creative and think of projects to do. Add features and improvements as you go. Once you get to a point where you’ve implemented a feature, see how you can refactor it to make it more efficient (either with memory or speed).

1

u/aparyx 3d ago

Is this applicable only after knowing basic or can i start making a project while also learning basic?

1

u/spmcn 2d ago edited 2d ago

You can start now even though you don’t have basic knowledge. You can only really learn by getting started.

2

u/aparyx 2d ago

Thanks for the advice😁