.. Created by Adam Cunnningham on Sat Dec 10 2016. **Week 3: February 13 - 17** ============================= Floating-Point Numbers ---------------------- Although mathematics deals with real numbers of infinite precision, these numbers must be represented in a computer using a finite number of digits. We examine ways in which this can be done effectively, and some of the problems and issues that arise in doing so. Week 3 Notebook --------------- - `View online <./Week3Notebook.html>`_ - :download:`Download <../Lessons/Week3/Week3Notebook.ipynb>` Python ------ - **break** - **continue** - Error handling with **try/except** - List comprehensions - String concatenation Quiz 2: Conditional Code and Functions -------------------------------------- - **if** statement - **def** statement - **import** statement - **dir** function - Comments :download:`Sample Quiz 2 <../Quizzes/Quiz2Sample.pdf>`