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?
6 Réponses
+ 9
try making fizzbuzz. look it up if you don't know
+ 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
+ 4
best way to apply what you have learnt is to program something
+ 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.
+ 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.
+ 1
Made the fizzbuzz. Thanks