Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 532 Bytes

File metadata and controls

8 lines (7 loc) · 532 Bytes

Introduction to Programming: Python Walkthrough

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.

Feel free to send any queries and contributions. Cheers!