From c1b35b87fbc25e9c172423b47c818ca89b76a857 Mon Sep 17 00:00:00 2001 From: Tamas Kokeny Date: Fri, 20 Nov 2015 14:17:11 +0100 Subject: [PATCH] 3rd week first two days --- week-3/1-expressions-control-flow/README.md | 11 +++++++++++ week-3/2-functions-data-structures/README.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 week-3/1-expressions-control-flow/README.md diff --git a/week-3/1-expressions-control-flow/README.md b/week-3/1-expressions-control-flow/README.md new file mode 100644 index 0000000..c065339 --- /dev/null +++ b/week-3/1-expressions-control-flow/README.md @@ -0,0 +1,11 @@ +# Monday - Expressions and Control flow + +## Reqiuired installs +- Please install Python 3.5 +https://www.python.org/downloads/ + +## Materials for this day +- https://www.codecademy.com/courses/introduction-to-python-6WeG3/0/3 +- https://www.codecademy.com/courses/python-beginner-GB6hM/0/1 +- https://www.codecademy.com/courses/python-beginner-sRXwR/0/1 +- https://www.codecademy.com/courses/python-beginner-BxUFN/1/1 diff --git a/week-3/2-functions-data-structures/README.md b/week-3/2-functions-data-structures/README.md index 9d254ad..bd40a45 100644 --- a/week-3/2-functions-data-structures/README.md +++ b/week-3/2-functions-data-structures/README.md @@ -6,12 +6,12 @@ Mandatory: * [General introduction to functions][1] * [Introduction to Python built-in data structures][2] +* [Codecademy course on Python functions][4] +* [Codecademy course on Python lists and dictionaries][5] Optional: * [Hands-on Python Tutorial: Defining Functions of your Own][3] -* [Codecademy course on Python functions][4] -* [Codecademy course on Python lists and dictionaries][5] ## Tasks