Blogs

Key Vocabulary Learnt

Commands Definition Week
make This runs local severer Learnt in Week 0
make convert Converts Jupyter Notebook files, run this if your .ipynb files are not updating on the server. Learnt in Week 0
cd Changes directories within a folder Learnt in Week 0
ls Checks all the directories in a folder. Learnt in Week 0
code Opens a repository Learnt in Week 0
git clone Clones a github repository Learnt in Week 0
print(") Static command to print static text Learnt in Week 1
If and else statements Evavlvuates a expression Learnt in Week 1
# Comments out a line of code. Used to explain peices of code Learnt in Week 1
input() Takes input from the user and stores it into a variable Learnt in Week 1
def statement Defines a function that we can call elsewhere in the file. Learnt in Week 1