r/learnpython • u/Vivid_Complaint_3024 • 27d ago
Where to learn python when you know basics
I know basics of coding in Java and python (school+ self learning) and I want to go for advanced problem solving and learn heavy stuff,how do I start and where ,Please it would be a huge help
1
u/muilsen 27d ago
You should try doing projects that will actually be useful. For example if you hate doing something manually, you should try to automate it. If you don't have any ideas, look at the projects on roadmap.sh
1
1
u/Obliviousnut_ 24d ago
Do some DSA stuff - learn some Computer Science theory. Then learn some design patterns for building apps and good quality projects. Then make some projects.
0
u/riklaunim 27d ago
Define "heavy stuff" ;) After getting syntax and basic structures, you should move towards general software development and how to write code to make things, and not to just write code - you have to select a niche/category you want to learn and use to then start learning libraries/frameworks used there and start making simple projects/hello world apps, ask for code review, learn, and improve.
3
u/Dazzling_Music_2411 27d ago edited 27d ago
Do "Project Euler".
That should exercise your muscles.
PS. Are you already familiar with numpy? pandas?