This section introduces the first of the programming languages we’ll be using this semester: Python. These two lectures introduce you to the main syntax, data types, data structures, and programming structures in Python. We’ll be continuing to develop your Python skills throughout the rest of the quarter, so a good grasp on the fundamentals in this section will be especially important. We’ve included a number of practice exercises in this section to help you gauge your understanding of the material.
After this section, you should be able to:
lecture06.ipynb
located in this directory. The example code and practice exercises are executable as code cells in that notebook. For additional background on Jupyter notebooks, please see this link.