Population density thread because you and I both know you have nothing better to do.
Let's start with this cool way to visualize population density, by @undertheraedar. The height of each spike displays the population density in that location.
๐โ๏ธ Python Tricks โ Working with Python docstrings
You can access the docstring object of a function using .__doc__
But what are docstrings ๐