diff --git a/README.md b/README.md index 7a67435..44b24b8 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,42 @@ # Programming 101 -Welcome to Programming 101. This five day course will help build your programming fundamentals. +Welcome to Programming 101. This five day course will help build your programming fundamentals. Following along with this syllabus will allow you to work independently. However, if you'd like to sign up for a live remote class, please visit our [Eventbrite](https://www.eventbrite.com/o/pdx-code-guild-17959456298) to see a list of upcoming classes. + +## Instructions + +The syllabus below outlines the concepts you will learn in this course. Click on each **Unit** link to view lecture note and examples. + +**For the live class**: Each unit contains labs that you will need to complete and turn in to the instructor on Slack. You can find directions on how to submit homework to Slack [here](/docs/slack.md). **If you are having issues, please email admin@pdxcodeguild.com** ## Syllabus Overview While we don't expect you to complete all the advance versions of the labs, we expect you to give it a try. and challenge yourself! -| Unit | Concepts | Labs | Videos | -| ---- | -------- | ---- | ------ | -| [Unit 00](/units/unit-0.md) | Intro to the terminal, installing python, installing VS Code | [Lab 01: Create a folder](/labs/pdxfolder.md) | | -| [Unit 01](/units/unit-1.md) | Terminal review, comments, print(), Datatype: Strings, concatentate | [Lab 02: Hello World!](/labs/hello.md) | | -| [Unit 02](/units/unit-2.md) | Variables, fstrings, input(), Random module, Integers, Operators | | | -| [Unit 03](/units/unit-3.md) | conditional statements (if/else), logic statements | | [coming soon]() | -| [Unit 04](/units/unit-4.md) | Datatype: Lists, random.choice(), Loops: for each, for x in range(), break, continue | |
  • Datatype: Lists
  • | -| [Unit 05](/units/unit-5.md) | String Module, Loops: while, else | | [coming soon]() | +| Unit| Concepts| Labs| Exercises| +| ----|-------- | --- |------ | +| [Unit 00](/units/unit-0.md) | |[Pre-Course: Create a file tree](/practice/unit_0/exercise_1.md) || | +| [Unit 01](/units/unit-1.md) |