Mastering python | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

Mastering python

Hi 👋🏻.... I'm at the intermediate level of my programming journey.... Now I want to master python... Can you give me your suggestions to master PYTHON 😄.... It'll be very helpful....

5th Apr 2024, 9:41 AM
Solo Soul
Solo Soul - avatar
3 Antworten
+ 4
The key to mastery is experience. Solve real problems with Python. You can try algorithmic exercises, there are plenty of websites which give opportunity to write and test code against various challenges, like Leetcode, Codewars... You can create pet projects, something that would make your life easier, or just build something as a proof-of concept. For example, a web application using any Python framework, and with a database. If you feel confident enough, you could explore some open source Python codebases on Github, and even contribute some code to fix bugs or add features. Pick up design patterns and modern Python features, observe how Python is used in larger code bases. My recommendation to improve the depth of your Python knowledge: https://realpython.com/ They have many free articles as well as newsletter and podcast, but they also offer paid in-depth video tutorials. Some youtube channels about Python that I like: @Indently @Socratica @ArjanCodes
5th Apr 2024, 10:13 AM
Tibor Santa
Tibor Santa - avatar
+ 2
Thanks for the help 😃
5th Apr 2024, 10:20 AM
Solo Soul
Solo Soul - avatar
+ 2
Solo Soul , Check the official tutorial for topics Sololearn missed. https://docs.python.org/3/tutorial/index.html
5th Apr 2024, 6:18 PM
Rain
Rain - avatar