Practice Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Practice Python?

Hey, today I finished the Python course. And now I want to practice Python. Do somebody know a good was to practice? LG Ninja

8th Dec 2017, 7:35 PM
Ninj4
3 Answers
+ 7
You can do challenges to see how much you learn and to practice. Also you can search in Q&A section challenges to see some "challenges" post by community members.
8th Dec 2017, 8:52 PM
Vukan
Vukan - avatar
+ 3
codingbat, codewars and hackerrank are all good sites for coding exercises. Your code is run against tests, and it will have to pass all the tests. Each of these sites supports Python as well as other languages.
8th Dec 2017, 11:54 PM
Eric Blinkidu
Eric Blinkidu - avatar
+ 2
CodePlayground (here)? Then you get community attention, and you can compare other learner's codes, do Q&A challenges, etc. There are lists of "make a program that does..." out there for ideas (like 'list of Python challenges')
9th Dec 2017, 2:23 AM
Kirk Schafer
Kirk Schafer - avatar