PythonTrainingExercises
PythonTrainingExercises copied to clipboard
Code to exercise your Python knowledge.
An example of a possible abuse can be found here: [d7c34a7](https://github.com/hristog/PythonTrainingExercises/commit/d7c34a7d203c592c4dc7151eb5021ae9b1b7b32d). **Note:** - Quite a bit more elegant bulletproofing could be achieved via employing _metaclasses_ and _descriptors_ (thus, avoiding the...
The Functions exercise doesn't work properly when run in python3 because filter and map don't return a list anymore but an iterable. (simple) patch attached [Functions_list_patch.txt](https://github.com/manahl/PythonTrainingExercises/files/74803/Functions_list_patch.txt)