CST 362 – Programming in Python
A collection of Python programs and examples for the Python Elective course at university.
This repo contains various Python scripts organized by topic and functionality:
AddRecursion.py— Example of recursionArbitaryArgs.py— Using arbitrary argumentsDictionary_Example*.py— Dictionary usageLambdaFunction.py— Lambda functionslist*.py— List operationsstring*.py— String handling and palindrome check- Many small programs covering built-in functions, loops, and Python basics
Contains image processing examples (e.g., using skimage, etc.).
Previous year questions for practice.
Examples involving the turtle graphics module.