Skip to content

Instantly share code, notes, and snippets.

View trishalanglois's full-sized avatar

Trisha Langlois trishalanglois

View GitHub Profile

Session 2 Readings and Responses

The readings and responses listed here should take you approximately 60 minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of this document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Learning Fluency by Turing alum Sara Simon (30 min)

  • Your key take-aways OR how you're going to implement specific points (minimum 3):
  • There are skills and cross-overs from all of my experiences that have brought me here, much like Sara's chess, acting, learning Mandarin. Find those experiences that have cross-overs and capitalize on them. Turing will be hard, but it's worth it.

Session 2 Practice Tasks

The assignments listed here should take you approximately 2 hours.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Documentation and Googling (60 min)

Documentation of a langauge, framework, or tool is the information that describes its functionality. For this part of the practice tasks, you're going to practice digging into documentation and other reference material.

Session 3 Readings and Responses

The readings and responses listed here should take you approximately 20 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Session 3 Practice Tasks

The assignments listed here should take you approximately 25 total minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Creating Files and Directories (10 min)

Need help? You can go back to the files/directories portion of the lesson here.

@trishalanglois
trishalanglois / mod_0_session_4_readings.md
Last active July 7, 2019 21:24 — forked from rwarbelow/mod_0_session_4_readings.md
Mod 0 Session 4 Readings and Responses

Session 4 Readings and Responses

The readings and responses listed here should take you approximately 50 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

The Beginner's Guide to Git

So, you're just starting out in the terminal and getting to know git? This is the perfect place for you. Check out this handy list of shortcuts to get you zooming around your Terminal in no time! Eat your heart out, Sonic.

Sonic the hedgehog

Action Commands

  • git init - initializes git to start tracking what you're doing. You're not tracking any changes yet, but you have the ability to do so.
  • git add - adds your file to the staging area. This means that your file is ready to be saved, but you haven't actually saved it yet. This is a crucial step before you commit or save your progress.

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
1. start campfire
1.1 gather materials
1.1.1 gather firewood
1.1.2 gather kinding
1.1.3 get lighter fluid
1.1.4 get matches
1.2 build fire
1.2.1 gather large pieces of firewood
1.2.2 place one piece of firewood
1.2.3 lean another piece of firewood so the tops are touching
Class: Vehicle
Attributes:
power_type (string)
number_of_seats (integer)
color (string)
gear_shift (string)
number_of_doors (integer)
dirty (Boolean)
Object: Ford Raptor
Attributes:
PowerType: "gas"
NumberOfSeats: 4
Color: "green"
GearShift: "stick"
NumberOfDoors: 4
Dirty: yes