My take at PythonMorsels exercises.
Find a file
2020-12-21 22:48:30 +01:00
add New add function using def instead of lambda; all versions in one file. 2020-12-02 22:26:44 +01:00
circle circle: added comments related to TH's solution; removed calls to self._radius that bypass setter call. 2020-12-02 23:01:17 +01:00
count count: added v3 and v4 after reading about Trey's solution. 2020-12-12 16:14:39 +01:00
tail tail: added a third, memory efficient, solution. 2020-12-21 22:48:30 +01:00
.gitignore First commit with 2 exercises. 2020-11-30 23:58:29 +01:00
README.md First commit with 2 exercises. 2020-11-30 23:58:29 +01:00

Here are my solutions and all the tinkering going around Python Morsels' exercises.