Skip to content

Latest commit

 

History

History

mit_momentum

MIT Momentum

Momentum 2023

  • Introduction to Python Lecture Open In Colab
    • Primitive Data Types (Integer, Float, Boolean, String)
    • Advanced Data Structures (List, Tuple, Dictionary, Set)
    • Conditional Statements (if-else statements)
    • Loops (for and while loops)
    • Functions/Modules
    • Numerical Arrays with Numpy
    • Basic Visualization with Matplotlib

In case you want to assess your Python knowledge, take the following test (in less that 15 minutes and without using any help):

Exercise

  • Estimating the Value of Pi Open In Colab
  • Solution - Estimating the Value of Pi Open In Colab