I'm sure all this new stuff can be very confusing - we've all been there once. What the heck is Discord? What the heck is GitHub? Why do I have to download all this crap?
Hopefully some of those questions will be answered here!
Well you already probably have a computer and an internet connection if you've made it this far. So thats good!
If you do not want to participate and just want to follow along, thats more than fine. I don't reccomend it, but I'm not going to tell you how to live your life. If that is the case, you just need to install Discord to watch along.
Also available on mobile! Discord is a calling application, similar to Zoom or Skype etc. The difference with discord is that it has text channels for messaging, and the calls are organized into "rooms" that you can enter and exit at will, just like real life! It can be confusing at first, so don't be afraid to text / dm me and I can help explain.
VS Code is a development environment! For our use case, it is just a cool text editor and a place to easily run our code.
While Visual Studio Code is my favorite, and one of the simplelest IMO, there are other alternates. If you want to try another one, go for it!
This is the programming language that we will be learning! It is one of the most widely used languages, due to its simplicity, flexibility, and wide adoption. You will be able to find a lot of tutorials on python
The website is a little confusing, but you should be able to just click the yellow Download Python 3.x.x at the top of the page.
DO NOT FORGET When installing, follow these steps:
- Check the "Add to PATH" button at the bottom
- "Custom Installation"
- You do NOT need to install
tcl/tk and IDLE. I don't like them. But if you do download them, its no big deal. - On the next page, I would reccomend checking every box (i.e. click the optional downloads for
debugging) - Click 'Install'
Once it is done installing, make sure it did so properly by doing the following:
- Hit start, type
cmd, then hit enter to open the command prompt. - Type
python --versionand hit enter. If it was succesfull, you should see the version number
- Open the 'terminal' application (e.g.
command+space bar, typeterminaland hit enter) - Type
python --versionand hit enter. If it was succesfull, you should see the version number
Thats this website! GitHub isn't a download, but I do reccomend making an account to save all your code.
Okay, fine. You'll still need discord. And your experience will be worse. But you can just use this website: https://replit.com/languages/python3
- Click the green
Codebutton in the top right, then clickDownload ZIP - Open your downloads, and extract the ZIP. Feel free to delete the original ZIP after extraction
- Proceed to the folder
Week 1and read the README for further instruction!