My First Python Project Documentation
My First Python Project Documentation As an aspiring mechatronics engineer familiarizing myself with the world of tech and programming at a young age, I am making use of every opportunity currently available to me, one of those being able to learn Python. In order to broaden my skillset, I’m learning Python, and part of that process includes consistent project building and documentation. This is my first ever documentation of a Python project that I’ve built. PROJECT DESCRIPTION(Guessing Game): In this python project, I designed a code that gives the user a number of cities from around the world to guess from, and 3 tries to guess the randomly selected city. PROCESS: STEP 1(Prebuild): ) In order to complete this project, one must first download and set up an IDE. I would recommend either: PyCharm or Visual Studio Code 2.) Next, sign up for GitHub . STEP 2(Project Build): 1.) Create a new python file in an IDE and name it. Ex: guessGame.py PyCharm Example VS Code Example 2.) ...