Skip to content

Commit

Permalink
Added language resources
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaprakash-bobby authored Jul 16, 2019
1 parent df92007 commit c1ba6ff
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]()

1 comment on commit c1ba6ff

@adityaprakash-bobby
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partially solves purpose of issue #1 Added init resources for C and Python

Please sign in to comment.