.. Created by Adam Cunnningham on Thurs May 26 2016. **Week 2: September 5 - 9** =========================== We continue our introduction to Python, and begin to create graphs in Jupyter Notebook. Jupyter Notebook ---------------- - IPython "magics": %pylab 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`