Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 300 Bytes

notes.md

File metadata and controls

16 lines (10 loc) · 300 Bytes

Course Installation guide

  • conda env create -f environment.yml
  • source activate pyfinance
  • jupyter notebook

You can open a new notebook by clicking on Python on the top right corner, shift + enter to run.

Introduction to Python Crash course

  • Lists
  • Sets
  • Tuples
  • Dictionaries