Pyton Week 1

You might also like

You are on page 1of 2

Open notebook with terminal

cherny$ ls
(Always close notebook)
Control C twice

Homework save format .ipynb

Types of cells

Markdown
# Size of style

Code
# Comment
print
if..else
def nameofcunction (string):

EdiMerge cell above/below


Copy and paste function in icons

The order that you execute the function remembered


Run all to make sure everything is specified (may take long time)

Week 1
TUPLES (Use round brackets)
Read 2 chapters
Anything with commas turns into a tuple

DICTIONARIES
conda install seaborn

command?

You might also like