Practice Questions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Practice Questions

What is a good source of practice questions involving Python programming so that I can put to application the concepts I have learnt?

30th Jan 2017, 2:58 AM
Avijit Arya
Avijit Arya - avatar
6 Answers
+ 9
try making fizzbuzz. look it up if you don't know
30th Jan 2017, 5:19 AM
Ahri Fox
Ahri Fox - avatar
+ 7
just an idea I came up with, if you're looking for another one: a math problem generator. maybe make it generate an easy one, a medium one, and a hard one, then print the awnsers way down at the bottom. I would do this on sololearn myself but I hate math, so maybe you can do it if you're interested! I think eval() will be involved
30th Jan 2017, 1:54 PM
Ahri Fox
Ahri Fox - avatar
+ 4
best way to apply what you have learnt is to program something
30th Jan 2017, 3:10 AM
jay
jay - avatar
+ 2
ProjectEuler (https://projecteuler.net) is really interesting for that: you have to program (at least after a point) to get the answers, so it helps a lot in practice.
30th Jan 2017, 9:42 PM
Amaras A
Amaras A - avatar
+ 1
As a beginner my programs would be random and basic. I am kind of looking for questions that are more like level 2 or level 3. Practice sets like in Mathematics.
30th Jan 2017, 3:14 AM
Avijit Arya
Avijit Arya - avatar
+ 1
Made the fizzbuzz. Thanks
30th Jan 2017, 12:50 PM
Avijit Arya
Avijit Arya - avatar