Python projects
This project is maintained by jocelyng012
Under the supervision of Professors Juan Flores and Michal Young, I completed Python projects for Sequences CS 210 and CS 211 at the University of Oregon. The projects were completed using the high-level programming language Python as part of my Introduction to Computer Science course.
Below is the overview of all the projects that are in the GitHub repository:
Anagrams
Example with seed crime
python3 anagram.py --seed crime "Computer Science"
crime concept use crime cup scene to crime cup once set
Calculator
Interaction with rpncalc.py
will look like:
Expression (return to quit):5 6 * x =
x = (5 * 6) => 30
Expression (return to quit):x 3 *
(x * 3) => 90
Expression (return to quit):
Bye! Thanks for the math!
FiveTwelve
Initial board & After:
Sodoku Solver
Apply with the Soduku solver:
Ciphers
Clustering
Computing π
Data Analysis
Population Data Analysis
Postfix Notation