Welcome to the IntrotoProgramming repository, Python branch with additional coding material for the Artificial Intelligence course. 😄
It contains the following:
Python_Walkthrough.ipynb: a rundown of fundamental programming concepts in Python - done in a Notebook environment,calc.py: demonstrating use of Python functions to develop a simple calculator,match.py: use of match-case.