Money Stuff - Part 1
This is part 1 of my deep dive into the Money Stuff newsletter by Matt Levine.
Part 1 just downloads the emails from my inbox and does a simple parsing into a pandas dataframe.
This is part 1 of my deep dive into the Money Stuff newsletter by Matt Levine.
Part 1 just downloads the emails from my inbox and does a simple parsing into a pandas dataframe.
Using the Goodreads dataset we can easily look for books in your domains (like Fantasy and Science Fiction) to find the highest rated books.
You haven't touched pandas for awhile and feeling a bit rusty?
Here you go!
You haven't touched matplotlib for awhile and feeling a bit rusty?
Here you go!
Python makes it very easy to create simple simulations to simulate complex processes. There is usually a math solution but that can be hard to remember.
In the spirit of Raymond Hettinger's Modern Python LiveLessons: Big Ideas and Little Code in Python course. We will explore some basic simulation.