Add tips section

This commit is contained in:
ericdouglas 2015-06-05 07:33:10 -03:00
parent 7f6a179a87
commit be2cf65a36
2 changed files with 8 additions and 4 deletions

View File

@ -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)

View File

@ -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