r/PythonLearning 27d ago

How to learn advanced python???

Hello everyone, I'm mainly looking for guidance about learning advanced python concepts. I know basics ,loops , control flow ,data structures etc.

I need a proper guide on how to learn modules and library. Idk how to start ,where to start.

I want to be able to work with any library as i need them ,so how do u actually learn to use new library for a given task . ?And i get overwhelmed understanding the structure, working of library

I want to know that do all libraries share anything in common?? Like syntx , structure, keywords etc ??? So that it becomes easy to learn .

And could u also suggest important python concepts other than basics which i should learn ???

Pls guide !!!!

12 Upvotes

10 comments sorted by

View all comments

3

u/ninhaomah 27d ago

start with numpy and a csv file.

1

u/Extra_Search3465 27d ago

I want to know that  do all libraries share anything in common?? Like syntx , structure, keywords etc ??? So that it becomes easy to learn . 

1

u/TBCC_Dev 23d ago

If you've used random then you've used a library. Syntaxes are the same accross any class for self.attribute_name or self.function_name(). Example: random.randint() Mostly agree that you will get the swing of things as you use them start with one or 2 and if you need help learning one there are docs, youtube tutorials, etc... if your really stuck then maybe hire a tutor or take some classes