Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can i find good practice python problems with solutions? [closed]

Tags:

python

Where can i find good practice python problems with solutions?

I'm looking for detailed practice problems that are designed with a coding purpose in mind.

like image 882
user319045 Avatar asked Apr 17 '10 04:04

user319045


1 Answers

A good set of problems can be found at Project Euler (though not specifically for Python). You get to the solution only after you've actually solved the problem. But even then, you can usually learn a lot from the other solution(s) - see how it can be done in other languages, and (more importantly) how it can be done even more elegantly.

like image 136
Tim Pietzcker Avatar answered Sep 19 '22 17:09

Tim Pietzcker