Exercises
Due to the nature of this chapter, we have only covered the absolute basics of the mentioned libraries and they really do deserve much more. In this case, as an exercise, I recommend that you try and use some (or all) of the mentioned libraries and see if you can do something useful with them, using the variety of examples we have introduced already as inspiration.
Some suggestions:
- Create your own beautiful datashader plots
- Render the lines of code per project of your personal workspace
- Continuing from the lines of code per project, see if you can cluster the projects by programming language
Example answers for these exercises can be found on GitHub: https://github.com/mastering-python/exercises. You are encouraged to submit your own solutions and learn about alternative solutions from others.