top of page
Reading and writing files
I learned how to read write txt files. I learned how to navigate files. I always wondered how people sent automated emails to so many...
Mar 242 min read
Ping-Pong game
This project really helped me understand OOP more and grasp the concept of inheritance in classes. screen = Screen() screen.setup(height...
Mar 142 min read
Making the well-known Snake game
Everyone has atleast had one instance in which they downloaded snake.io on their phone and had a few goes at it. I wanted to replicate...
Mar 134 min read
Making a Race game
This project was to enhance my understanding of OOP and the modules in python. This project is done by adjusting the speeds of each...
Mar 112 min read
OOP
OOP is object oriented programming and the principle itself is quite simple. You assign a class and create attributes and methods....
Mar 101 min read
Coffee machine coding with OOP
OOP is object oriented programming which helps shorten code so that it is more legible. OOP organizes coding in classes, attributes and...
Mar 93 min read
Coffee machine coding
from menu import MENU,resources revenue = 0 def count_money(_):   global revenue   quarters = 0.25 * int(input('Quarters:'))   ...
Mar 73 min read
Higher or Lower game
The higher or lower game is a game where the player is asked whether a specific person or thing has more of a quantity such as views,...
Mar 63 min read
Making a number guessing game
Compared to other possible challenges, this project was measurably easy and I was quick to finish it. import random from art import logo...
Mar 53 min read
Making a Blackjack game
Blackjack is a card game where you are given 2 cards and either hold or choose new cards depending on whether you feel you are closer to...
Feb 282 min read
Making a Hang-man game
While revising loops such as while and for, I decided to make a hang-man game: the childhood game that everybody used to play during...
Feb 242 min read
Quest coding
file:///Users/gaeunlee/PycharmProjects/100%20Days%20of%20Code%20-%20The%20Complete%20Python%20Pro%20Bootcamp/exportToHTML/task.py.html...
Feb 231 min read
Transcription
I have always loved writing as much as reading but as I grew older, less time could be dedicated toward this passion of mine. Although...
Oct 27, 20242 min read


Shortcuts and Functions
img:https://cdn.prod.website-files.com/650b672b6d49343e2368aa57/6553869a412491062d5b0a4d_617c6fbd2a1e2fdf64591b02_blender-for-motion-desi...
Jul 11, 20242 min read
Why learn digital art
More specifically, why learn Photoshop? According to the website:https://www.nobledesktop.com/learn/photoshop/why-learn-photoshop....
Jun 28, 20241 min read


3D modeling: New and traditional art
As technology develops, digital art is on the rise, and platforms that make it easier to create art are being handed to artists in...
Jun 14, 20242 min read


Why are the arts looked down upon?
All my life, I was told that pursuing arts would end me up in a small corner room in the middle of nowhere, and I constantly wondered why...
May 31, 20241 min read
Navigating the path between passion and reality
For as long as I can remember, I’ve always had a fondness for the arts. My earliest memories consist of me wrapping little fingers around...
May 22, 20242 min read
bottom of page