References#

This reader covers a variety of intermediate Python topics, but there’s always more to learn, and seeing other perspectives will help you understand the concepts better. Many Python and data science learning resources are available for free online or through the library.

Some references I recommend are:

Section 1#

Section 1 is a deep dive into how indexing works in the pandas package. While developing the chapter, I relied heavily on the excellent pandas documentation.

Section 2#

Section 4 describes strategies to improve the organization and reproducibility of your computing projects. The chapter was informed by the following references:

Section 3#

Section 2 is a deep dive into how Python’s iterators and generators work. The chapter is based on the following references: