Lectures

W01 - Welcome to the course

Introduction to the course.

Click to read all details in Colab

W02 - Introduction to Python

Introduction to python. Variables. Variable Types. Operations & Methods.

Click the icon
for the notebook

Click to read all details in Colab

W03 - Arrays: Lists, Tuples, Dictionaries, Matrices

Variable type "Arrays". Operations on arrays. Matrix applications

Click the icon
for the notebook

Click to read all details in Colab

W04 - Conditionals & Control Structures-1

if / for / while

Click the icon
for the notebook

Click to read all details in Colab

W05 - Control Structures-2

One-liners. break command. Infinite loops. Nested loops.

Click the icon
for the notebook

Click to read all details in Colab

W06 - User Defined Functions

def user_function(arguments):

Click the icon
for the notebook

Click to read all details in Colab

W07 - File Input/Output

Reading from and Writing to a File and Formatting displayed output.

Click the icon
for the notebook

Click to read all details in Colab

W08 - Plotting

Visualizing data stored in arrays

Click the icon
for the notebook