January 2017
Intermediate to advanced
606 pages
14h 1m
English
This book introduces programming concepts through Python language. The simple syntax of Python makes it an ideal choice for learning programming. Because of the availability of extensive standard libraries and third-party support, it is rapidly evolving as the preferred programming language amongst the application developers.
As old habits die hard, the book encourages the reader to follow good programming practices right from the beginning. We have tried to introduce the programming constructs in the context of the examples that justify the use of those constructs. We have devoted the first twelve chapters of the book to introduce the fundamental programming concepts. These chapters would serve as a foundation for the advanced concepts ...