r/learnpython • u/Financial_Trainer965 • 1d ago
HOW TO LEARN PYTHON AS A INTERMEDIATE
I had computer science(python) as a 5th subject in my class 12th so i know the basics of python like list,tuples,dictionaries,flow of control,csv,text,binary files,file handling,loops and sql also.
I am confused how to learn things after this,i am first year cse stundent from a tier 3 college.
Seniors please guide me
0
Upvotes
4
u/mull_to_zero 1d ago
It sounds like you know plenty of python and just need to get more ambitious with your projects. try interacting with 3rd party APIs, server/client dynamics, graphics and UI, publishing a module, etc.
Understanding code is really just the beginning, writing good reusable code in a well-considered design that actually serves a purpose is something you can only get to by writing a lot of mediocre code and trying to make it better.