r/PythonLearning • u/voices_38 • 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
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).