Best Python programming books
A list of the best Python programming books
Tags:
programming, python
Lean
785 books
11 friends
11 friends
Mihkel
151 books
33 friends
33 friends
Laoyuan
20 books
9 friends
9 friends
Sarai
1420 books
64 friends
64 friends
Kiss
31 books
4 friends
4 friends
Chenyang
92 books
14 friends
14 friends
user18081998
100 books
168 friends
168 friends
Ryan
3 books
0 friends
0 friends
More voters…
Comments Showing 1-3 of 3 (3 new)
date
newest »

message 1:
by
Vlad
(new)
Aug 18, 2015 12:53PM

reply
|
flag


The presentation of the book is simple and systamatic. It takes the reader from basics to advanced portions smoothly. Even self leaners can use this book comfortably.
All Chapters have worked out programs, illustrations, review and frequently asked interview questions. More than 300 solved lab exercises available in this book is tested in Python 3.4.3 version for Windows.
The first two Chapters introduce the reader on digital computers and programming. The third Chapter gives an introduction to Python which includes reserved keywords, identifiers, variables and operators. The fourth Chapter gives detailed explanation about data types and their operations. Chapter 5 illustrates flow control techniques which include decision making and looping. Functions are covered in Chapter 6. Chapter 7 explains built-in modules, user defined modules, packages, time, calendar and datetime modules. File handling is covered in Chapter 8. The entire concept of Object Oriented Programming is explained in Chapter 9. Various Exception Handling techniques are explained in Chapter 10. The Chapters 11 & 12 cover advanced topics like Python Regular Expressions and Database Programming in detail.