Teaching

2020

Description

In Michaelmas 2020, the Oxford Foundry, CodeSoc and OxWoCS partnered to deliver an introductory course for coding in Python. As the OxWoCS representative for the course, I organised the course, created and delivered content, taught online in Zoom and seeked volunteers to support with the teaching, in collaboration with CodeSoc and Oxford Foundry. If you are interested to follow the course, there are teasers for the course below or contact me for more information and check this website for more info. This course is aimed for beginners and for people with no programming experience from any discipline. I hope you enjoy it!

Session 1

  • Python install: mac
  • Python install: windows
  • Intro to python and Using jupyter notebook

Session 2

  • Variables and data structures overview
  • Numbers
  • Lists and strings
  • Dictionaries
  • User input
  • Comments

Session 3

  • Conditional Statements Overview
  • Basic logic
  • If statement
  • Else and else if statement
  • Loops overview
  • For loop
  • While loop
  • Break statement