From be2cf65a36a52b655d3314ae4e4ece431bcea8c5 Mon Sep 17 00:00:00 2001 From: ericdouglas Date: Fri, 5 Jun 2015 07:33:10 -0300 Subject: [PATCH] Add tips section --- README.md | 4 ++++ .../01-introduction-to-cs-and-programming-mit/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48bff3f..983cfcb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ - [Coursera](https://www.coursera.org/) - [How can I prepare myself to be a software engineer?](http://qr.ae/fMbg8) +## Tips + +If you want to follow this path, [here](https://github.com/ericdouglas/computer-science-and-engineering/issues/1) are some tips! Share your tips with us too! + ## Topics - [Computer Science](#computer-science) diff --git a/computer-science/01-introduction-to-cs-and-programming-mit/README.md b/computer-science/01-introduction-to-cs-and-programming-mit/README.md index 50508f6..3a62922 100644 --- a/computer-science/01-introduction-to-cs-and-programming-mit/README.md +++ b/computer-science/01-introduction-to-cs-and-programming-mit/README.md @@ -2,10 +2,10 @@ ## Unit 1 -- INTRODUCTION TO 6.00 ✔ -- CORE ELEMENTS OF A PROGRAM ✔ -- PROBLEM SOLVING ✍ -- MACHINE INTERPRETATION OF A PROGRAM +- **INTRODUCTION TO 6.00** ✔ +- **CORE ELEMENTS OF A PROGRAM** ✔ +- **PROBLEM SOLVING** ✔ +- MACHINE INTERPRETATION OF A PROGRAM ✍ - OBJECTS IN PYTHON - RECURSION - DEBUGGING