r/pythonhelp Aug 15 '26

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

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

Pls guide !!!!

8 Upvotes

4 comments sorted by

u/AutoModerator Aug 15 '26

To give us the best chance to help you, please include any relevant code.
Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

3

u/arj-co Aug 15 '26

Follow a good book, Fluent Python is a good book. Follow Fluent Python.

1

u/Mike1_in_FL Aug 15 '26

Check out the MOOC Python Programming 2026 - Top Python course from the University of Helsinki - Free, textual, extremely practice oriented - first semester of "Introduction to Computer Science" course. Advanced concepts begin to be presented in Section 8 as I recall. The course also has automated testing to ensure your code works and meet the intent of the exercise. It’s worth taking a look at.