Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions c++/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# C++

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|
6 changes: 4 additions & 2 deletions c/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# C

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|
| Head First C | [O'Reilly Media](http://shop.oreilly.com/product/0636920015482.do) | Head First C provides a complete learning experience for C and structured imperative programming. | Beginner|
| 21st Century C | [Flipkart](https://www.flipkart.com/21st-century-c/p/itmdgrutjjezynbz?) | Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. | Intermediate|
12 changes: 6 additions & 6 deletions computer-science/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Computer Science

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Operating System Concepts | [amazon](http://www.amazon.in/Operating-System-Concepts-International-Student/dp/8126520515/) | Clear explaintation to almost every concept of OS. This is for beginners who want to understand the basic concepts related to Operating Sytem and how they work. |
| Compilers | [amazon](http://www.amazon.in/Compilers-2e-Aho/dp/9332518661/)| The goto book for compilers. Also know as `The Dragon Book`. |
| Structure and Interpretation of Computer Programs | [amazon](http://www.amazon.in/Structure-Interpretation-Computer-Programs-PUL/dp/8173715270/) | Rather than learning the language this book focuses on the design of the program i.e, why certain design is better for a particular problem. |
| High Performance Browser Networking |[amazon](http://www.amazon.in/High-Performance-Browser-Networking-Grigorik/dp/9351104710), [read online](https://hpbn.co/) | Simple and thorough explaination to various networking concepts while building a web application. |
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|
| Operating System Concepts | [amazon](http://www.amazon.in/Operating-System-Concepts-International-Student/dp/8126520515/) | Clear explaintation to almost every concept of OS. This is for beginners who want to understand the basic concepts related to Operating Sytem and how they work. | Intermediate|
| Compilers | [amazon](http://www.amazon.in/Compilers-2e-Aho/dp/9332518661/)| The goto book for compilers. Also know as `The Dragon Book`. | Intermediate|
| Structure and Interpretation of Computer Programs | [amazon](http://www.amazon.in/Structure-Interpretation-Computer-Programs-PUL/dp/8173715270/) | Rather than learning the language this book focuses on the design of the program i.e, why certain design is better for a particular problem. | Advanced|
| High Performance Browser Networking |[amazon](http://www.amazon.in/High-Performance-Browser-Networking-Grigorik/dp/9351104710), [read online](https://hpbn.co/) | Simple and thorough explaination to various networking concepts while building a web application. | Advanced|
4 changes: 2 additions & 2 deletions functional-programming/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Functional Programming

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|
4 changes: 2 additions & 2 deletions go/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GO

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|
4 changes: 2 additions & 2 deletions javascript/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Javascript

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|
4 changes: 2 additions & 2 deletions maths/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mathematics

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|
12 changes: 6 additions & 6 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Python

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Think Python: How to Think Like a Computer Scientist |[amazon](http://www.amazon.in/Think-Python-2nd-Allen-Downey/dp/9352134753/) | Recommended book for starting out in python. |
| Automate the Boring Stuff with Python |[amazon](http://www.amazon.in/Automate-Boring-Python-Albert-Sweigart/dp/1593275994/)| Fairly comprehensive book for beginners to get up an running with python and create application using python libraries. |
| Writing Idiomatic Python | [amazon](http://www.amazon.in/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177) | The focus is on writing better python code than learn a language |
| Effective Python | [amazon](http://www.amazon.in/Effective-Python-Specific-Write-Better/dp/9332552363/)| For those who are looking to learn Intermediate and efficient python. |
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|
| Think Python: How to Think Like a Computer Scientist |[amazon](http://www.amazon.in/Think-Python-2nd-Allen-Downey/dp/9352134753/) | Recommended book for starting out in python. | Beginner|
| Automate the Boring Stuff with Python |[amazon](http://www.amazon.in/Automate-Boring-Python-Albert-Sweigart/dp/1593275994/)| Fairly comprehensive book for beginners to get up an running with python and create application using python libraries. | Beginner|
| Writing Idiomatic Python | [amazon](http://www.amazon.in/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177) | The focus is on writing better python code than learn a language | Intermediate|
| Effective Python | [amazon](http://www.amazon.in/Effective-Python-Specific-Write-Better/dp/9332552363/)| For those who are looking to learn Intermediate and efficient python. | Intermediate|
4 changes: 2 additions & 2 deletions ruby/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ruby

| Title | URL (Amazon, Flipkart etc) | Comments|
|-------------------------------------------------|----------------------------|---------|
| Title | URL (Amazon, Flipkart etc) | Comments| Type (Beginner, Intermediate or Advanced)|
|-------------------------------------------------|----------------------------|---------|-----|