You've read the books, seen the Medium articles, and scoured the documentation. It all looks so simple. Yet when you start working with real-world data, it looks so messy. Your notebook is hard to manage. Your code is confusing. Collaboration is hard. You wonder how it ever worked.
This course will rip apart real code by looking at financial data, not just random dummy data. We will show a process to
- Read the code
- Discover issues with the code
- Figure out an approach to clean the code
- Reformat notebooks to make them easy to use
- Update the code and validate results
- Determine whether Numpy provides a benefit
- Create intermediate objects that we need to make calculations for our final data
- Use functions to make production code
- Leverage Pytest and IPytest to ensure the code works