In this exercise, we'll learn how to install, configure, and run an existing Python application. We'll focus on environment management, package management, and setting environment variables.
- Complete the Hello World Exercise and/or Hello World (w/ Version Control) Exercise, as instructed. The goal is to have familiarity with local dev tools like the command line, a text editor, and a Git utility like GitHub Desktop.
- Read about Environment Variables to get a general sense of what they're about.
There are different versions of this exercise, each with varying levels of difficulty. Choose one as instructed by the professor:
- My First Python App
- Daily Briefings App
- Tic Tac Toe App -- RECOMMENDED IN 2022