.. Created by Adam Cunnningham on Sat Dec 10 2016. **Week 2: February 6 - 10** =========================== We continue our introduction to Python, and begin to create graphs in Jupyter Notebook. Week 2 Notebook --------------- - `View online <./Week2Notebook.html>`_ - :download:`Download <../Lessons/Week2/Week2Notebook.ipynb>` Jupyter Notebook ---------------- - IPython "magics": %matplotlib inline - Markdown cells - LaTeX Python ------ - Lists - **append** - **for** loops - **range** Matplotlib ---------- - **plot** - **figure** - Labeling plots - **title**, **xlabel**, **ylabel** Weekly Reports -------------- - Report structure - Submitting reports on UBlearns Quiz 1: Mathematical and Boolean Expressions -------------------------------------------- - Mathematical operations - Variable assignment - **print** function - Boolean expressions :download:`Sample Quiz 1 <../Quizzes/Quiz1Sample.pdf>` Report 1 -------- :doc:`pythagorean_triples`