Week 0
Week of 8/19

welcome back to school


  Class Homework
Mon First Day!! Welcome 😀
Go over syllabus & expectations
Review Summer Assignment
Get ready for test (Thursday) on material
 
Tue Sr. Retreat
Juniors will have more review
 
Wed Ms. B out
Review for your Summer test with each other
Make sure to join AP Classroom!
Thu Test on Summer Assignment Make sure to join AP Classroom!
Fri Getting class tools set up for the year: see below  

Set up GitHub & VS Code:

  • In the order listed, do the following for GitHub:
    1. In order to submit problem sets, you’ll need an account on GitHub:
      • If you don’t already have one, visit https://github.com/join and create an account (for free). Make sure to use an email that you have access to. Take care to remember your username and password!
    2. Fill out this form; must log into your APA Microsoft account to answer
  • Then move on to setting up VS Code:
    Visual Studio Code (aka VS Code) is a popular “integrated development environment” (IDE) via which you can write code. So that you don’t have to download, install, and configure your own copy of VS Code, we’ll use a cloud-based version instead that has everything you’ll need pre-installed.

    1. Log into cs50.dev/ using your GitHub account and follow the on-screen instructions to set up your very own “codespace” for Visual Studio Code. Once your codespace loads, you should see that, by default, VS Code is divided into three regions. Toward the top of VS Code is your “text editor,” where you’ll write all of your programs. Toward the bottom is a “terminal window,” a command-line interface (CLI) that allows you to explore your codespace’s files and directories (aka folders), compile code, and run programs. And on the left is your file “explorer,” a graphical user interface (GUI) via which you can also explore your codespace’s files and directories.
    2. Once your codespace has loaded, close any Welcome tabs that might have opened by default
    3. Log into submit.cs50.io using your GitHub account and click Authorize cs50 to activate check50.
    4. Run update50 in your codespace’s terminal window to ensure your codespace is up-to-date and, if prompted, click Rebuild now.