+ 1
how can i be good in python
3 Antwoorden
+ 9
My suggestion is to write as much code as you can. Experiment. Look things up. Take your time doing the Python lessons. Use the 'try it yourself' feature to experiment. Google your coding problems - the answers are usually there or in the Q&A (use the search feature before you ask a question) but if you're stuck, ask! People around here love to help. Help others. I've learned a lot from figuring out why my codes don't work, but also a huge amount from trying to help others solve their coding problems. Good luck and happy coding! These links may be worth bookmarking:
https://www.programiz.com/python-programming/methods
https://docs.python.org/3/library/functions.html
https://docs.python.org/3/tutorial/index.html
https://www.python.org/dev/peps/pep-0008/
https://books.goalkicker.com/PythonBook/
+ 4
Practice in the Code Playground.
The Code Playground should be relatively easy to find in the website version of SoloLearn, but if you are in the app version, it can be accessed via the curly braces, green circle with plus sign to add a new project, then select the project type.
Happy coding! 🙂
0
Practice and Challenge