Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 256 Bytes

index.md

File metadata and controls

11 lines (10 loc) · 256 Bytes
title
Introduction to Python
  • Why use scripting languages?
  • Python. IPython and the Jupyter notebook.
  • Data structures: list, dictionaries, and sets.
  • List comprehensions
  • Functions in Python
  • Modules in Python
  • An introduction to classes