+ 1
Does anyone know how I can improve my Python skills?
4 Answers
+ 2
1. Solve as much challenges as you possibly can. The challenges on Sololearn can help you to get started.
2. Try to build projects. Don't worry if you are unable to build something really large. Start small and you'll eventually get better at Python.
3. Read the documentation. Many people focus on the online tutorials available for Python and do not even have a look at the official docs.
You can start reading the docs at this link:
https://docs.python.org/3/tutorial/
+ 1
Practice practice practice!!đ»đ»đ„
0
Try solving one problem with multiple solutions