Programming by Examples

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search


Almost all the experienced programmers say that the best way to learn a new programming language is to learn by examples. Write them and learn from them. This is the aim of this book. Since i was looking for such a book which is straight to the point and give examples of different language features and thereby saving time. For example if you are a good programmer in c++ you know that any programming language has looping constructs, conditionals, datatypes and so on. So if i want to learn a new language, i dont have to read the history of the language and other small details like variable initialisation and so on.

So the aim of this book is to give many examples of every feature in any programming language so that an experienced programmer can learn a new language as fast as possible.

So i start the row with c++ which i know pretty well.

C

C++

Python


[edit] Further reading