Stanford Summer Session
My responses to the two essay-response prompt questions on the application, which got me accepted into the program.
Fiction Writing [ENG90] ~ A small, workshop-style class focused on storytelling techniques in creative writing.
A short story with a unique metaphor about feelings of abandonment and exclusion.
A short story about a young embroideress picturing herself in her old age reflecting on her life, with underlying themes of love, sacrifice, and mental illness.
Programming Methodology [CS106A] ~ A lecture-based class surrounding the basics of Python programming.
NOTE: All assignments were coded in Python 3.11 using PyCharm IDE, and it is recommended that PyCharm is used to view these programs. If you are struggling to get one of these programs to run, please read over any comments and error messages carefully to make sure you entered input correctly. If issues persist, feel free to contact me and I'd be happy to assist :)
HOW TO RUN PROGRAMS IN TERMINAL:
>>> Python filename.py arg1 arg2 arg3 [etc...] ***(not every program has arguments)
(Mac users use prefix "Python3" instead of "Python")
A data analysis program that takes in data from a text file containing reviews on male and female teachers (from ratemyprofessors.com) and displays a bar graph showing information on how many times a user-input word appears in low, medium, and high-rated reviews for each gender. To try the program, run biasbars.py.