A continuation from Martin Jones work "Python for Biologists"
You can find the book and exercises here: https://pythonforbiologists.com/
There are 9 chapters in this book with exercises for chapters 2-9:
- Introduction and environment
- Recursion and trees
- Complex data structures
- Object oriented Python
- Functional Python
- Iterators, comprehensions & generators
- Exception handling