Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 482 Bytes

Python Exercises

Goals

  • Understand how to use Python in it's various forms

  • Understand the different data types in Python and how to manipulate them

  • Understand the flow of control in Python programs (conditionals, loops, and functions)

  • Understand how imports work and how to use them

  • Understand the purpose of, and have a basic working knowledge of the following libraries:

    • matplotlib
    • numpy
    • pandas
    • seaborn
    • sklearn
    • scipy
    • stats