Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 896 Bytes

File metadata and controls

16 lines (12 loc) · 896 Bytes

Basic Python Types and Variables

Binder Colab

Now that you have a basic understanding of using Jupyter Notebooks or Google Colab, let's start exploring the fundamentals of python.

Module Goals

  • Understand properties of integers and floats
  • Understand operations on integers and floats
  • Understand properties of strings
  • Understand common string methods and manipulation
  • Understand variable assignment
  • Understand using variables in Notebook environments

Return Home