Looking back on my initial tasks and the guidance given by my supervisor, I embarked on a journey to learn how to use the command line for executing Python files that involved parent and child classes. Initially, I struggled to find the right resources and felt overwhelmed by the abundance of information available. However, today, my supervisor provided clearer instructions, explaining that I needed to use the command prompt instead of the usual "run" button. With this newfound understanding and my knowledge of parent and child classes, I followed the provided steps to make Python files callable through the command prompt. I also delved into the details of deleting objects, a necessary skill for my project. Additionally, I learned how to organize code by separating each class into its own file and coordinating their interactions using a main script. This introduced me to the "from" and "import" commands, which I found to be helpful in the main script. Throughout this process, ChatGPT proved to be an invaluable resource, assisting me in expanding my knowledge. Reflecting on my experience, I appreciate the guidance I received and the opportunity to learn how to effectively utilize the command line, delete objects, and organize code using parent and child classes.