Programming in Python#

The previous two chapters have shown the vast array of problems that can be studied using data science. In order to work on these problems, we need to be able to manipulate and analyze our data using code. Python is the most popular programming tool used by data scientists. This chapter will focus on the basics of learning to program in Python.