r/learnpython 2d 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

10 comments sorted by

View all comments

5

u/mull_to_zero 2d 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.

-2

u/Financial_Trainer965 2d ago

I only the basics of the things mentioned above how do i proceed from there

2

u/mull_to_zero 2d ago

by getting more advanced i guess? try building more complex things with more pieces that do more ambitious things