M.4 Semester 1 Coursework
This repository is dedicated to storing all classwork and homework completed during the first semester of my Artificial Intelligence Engineering major. It serves as a comprehensive record of fundamental programming concepts learned in Python.
-
Comments, variables, data types (strings, booleans, type casting), input/output, operators (arithmetic, comparison, logical, assignment), indentation, and membership.
-
Lists, tuples, sets, and dictionaries.
-
Conditional statements,
forloops,whileloops, and control keywords (break,continue,pass). -
Defining and calling functions, positional and keyword arguments, arbitrary arguments (
*args,**kwargs), and Lambda functions. -
Classes & objects, inheritance, and encapsulation.
-
Importing modules, aliasing, and examples of built-in/custom modules (e.g.,
Math,Random,Tkinter,JSON,OS).