diff --git a/README.md b/README.md index 17761dd..933f012 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,40 @@ --- How cool will it be to find a organised box of chocolates sorted by color! (OCD Alert!!!) This will be very intensive compilation of resources (books, lectures, tutorials, forums) regarding starting off with computer programming and learning it in a systematic manner. From Zero to "Imma God 'f computers". -> Comming Soon! + + +1. Introduction +2. Programming Languages + * [C](#C) + * C++ + * [Python](#Python) + * Golang + * Java + +## Introduction to Programming + +###### Videos +- [CS50 - Computational Thinking, Scratch](https://www.youtube.com/watch?v=5azaK2cBKGw) + +###### Courses +- [Codecademy - Basics of Programming](https://www.codecademy.com/learn/learn-how-to-code) + +## Programming Languages + +### C + +###### Videos: +- [New Boston - C Programming](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAKIXv8Yr6nhGJ9Vlcjyymq) + +###### Books: +- [Head First C]() +- [ANSI C - Balaguruswamy]() + + +### Python: + +###### Video Courses: +- [Corey Schafer - Python Tutorial](https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU) + +###### Books: +- [Head First Python]()