Course Setup
While you may use any tools or frameworks to create your project, there are some tools everyone will need.
Git / GitHub
Instructions for installing Git can be found on their website. If you are using MacOS or Linux, you might also want to install GH which is a tool that will help you authorize a token for your GitHub account.
You can create a GitHub account from their signup page. When you finish creating an account make sure to complete the GitHub account form so I can create repositories and establish your teams.
Figma
Figma is free for education. Use their education verification page to setup your account and get your free license. You can use Figma via a web browser or install the desktop application.
Python
Python will be used for our Flask examples. You will not be able to use Thonny (easily) for this task, so you’ll want to install the standalone Python application.
VSCode
Visual Studio Code is a very versatile development environment and tool. I will use this application when showing HTML, CSS, JavaScript, and Flask development.