+ 1

CAN ANYONE TELL ME WHAT TO LEARN NEXT AFTER ADVANCED PYTHON CONCEPTS

I'm learning to code using Chat-GPT and i recently finished OOP and now I'm learning higher order functions,closures,decorators but what happens after I learn that. What paths should I specialize in with AI impact of the future in mind🙏🙏

21st Aug 2025, 11:48 PM
Josh Tech👨‍💻
Josh Tech👨‍💻 - avatar
3 Antwoorden
+ 5
After Python, here are some great next steps: Learn core CS concepts: data structures, algorithms, and design patterns will level up your programming skills. Pick up another language. My top recommendations: C++ – Understand how programs and systems really work (even JS relies on C++ under the hood). JavaScript + HTML/CSS + React – For building modern web apps. Bash/Shell – Automate tasks, manage systems, and go "headless" (no GUI). SQL – Essential for working with databases (and explore NoSQL later). Markdown – Great for writing clear documentation. Python (advanced) – Stick with it for AI/ML, scripting, and generative models.
22nd Aug 2025, 2:09 AM
The Witcher
The Witcher - avatar
+ 4
learn outside of Sololearn. set up your own development environment. install compilers, interpreters, configure your ide, learn git, bash commands, debugging, etc. it's not just about completing courses and getting certificates. a well rounded, hands-on, practical working knowledge are also essential.
22nd Aug 2025, 5:46 AM
Bob_Li
Bob_Li - avatar
+ 1
Thanks so so so so much for sharing your wisdom to me 🙏💖😁 Wisdom is KEY
22nd Aug 2025, 5:00 PM
Josh Tech👨‍💻
Josh Tech👨‍💻 - avatar