None Notebook

This notebook contains material from CBE30338; content is available on Github.

< 1.1 Getting Started with Python and Jupyter Notebooks | Contents | Tag Index | 1.3 Python Conditionals and Libraries >

Open in Colab

Download

1.2 Python Basics

A Tutorial by Jacob Gerace

1.2.1 What I hope you'll get out of this tutorial

1.2.1.1 Why Python?

  1. Clean syntax
  2. The same code can run on all Operating Systems
  3. Extensive first and third party libraries (of particular note for our purposes is NumPy)

1.2.1.2 Markdown Sidenote

1.2.1.3 LaTeX Sidenote

1.2.2 Python Basics

1.2.2.1 Variables

1.2.2.2 More Complicated Data Types

1.2.2.3 Using Variables

1.2.2.4 Importing in Python: Math and plotting

1.2.2.5 Loops in Python

1.2.3 Additional Resources

< 1.1 Getting Started with Python and Jupyter Notebooks | Contents | Tag Index | 1.3 Python Conditionals and Libraries >

Open in Colab

Download