Skip to main content

1: Introduction to Python

Date: 9th October 2024

💡 Python is a common, high-level programming language known for its simplicity - this means that if you are new to coding, this language would be the perfect place to start! It has access to a lot of libraries and frameworks, including NumPy, Pandas, and TensorFlow, that are particularly useful for our ML series which we will cover in the following weeks.

You can access our demonstration notebook here: 📘 Tutorial 1 Notebook

Here are the exercises you can go through: 📘 Tutorial 1 Exercises

You can access our slides here: 💻 Tutorial 1 Slides

The recording from this session is available here: 🎤 Tutorial 1 Recording

We were not able to cover everything we wanted to during the session. Here are some resources that cover the key concepts that were missing:

Object Oriented Programming Comprehensions