Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.16 KB

README.md

File metadata and controls

53 lines (38 loc) · 2.16 KB

Reading material for the third lecture:

In week three we will discuss the following topics:
• Git work flow
• Advanced data types [Objects]
• Conditions
• Statements vs Expressions
• Loops (for/while)
• Functions

💥 IMPORTANT: The concepts of these weeks are extremely important, and require very careful reading. Make sure you understand these concepts as well as you can, as they are crucial to programming and your ability to do well in our program!

Here are resources that we like you to read as a preparation for the coming lecture:

Please watch the following parts of the course, Programming Foundations Fundamentals on Lynda.com (if you don't have access to Lynda yet ask Wouter):

4. Writing Conditional Code
5. Modular Code
6. Iteration: Writing Loops
7. More About Strings
8. Collections
11. When Things Go Wrong 

Read the following articles that are very important to programming!

Git work flow

Review

Review the topics of week 2:

Please go through the material and come to class prepared!