LEARNING PYTHON


Price: ₹13,793.00
(as of Dec 02, 2025 11:12:43 UTC – Details)

Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz&;s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It&;s an ideal way to begin, whether you&;re new to programming or a professional developer versed in other languages.

Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3&; the latest releases in the 3.X and 2.X lines&;plus all other releases in common use today. You&;ll also learn some advanced language features that recently have become more common in Python code.

Explore Python&;s major built-in object types such as numbers, lists, and dictionariesCreate and process objects with Python statements, and learn Python&;s general syntax modelUse functions to avoid code redundancy and package code for reuseOrganize statements, functions, and other tools into larger components with modulesDive into classes: Python&;s object-oriented programming tool for structuring codeWrite large programs with Python&;s exception-handling model and development toolsLearn advanced Python tools, including decorators, descriptors, metaclasses, and Unicode processing

From the Publisher

Who Uses Python Today?

At this writing, the best estimate anyone can seem to make of the size of the Python user base is that there are roughly 1 million Python users around the world today (plus or minus a few). This estimate is based on various statistics, like download rates, web statistics, and developer surveys. Because Python is open source, a more exact count is difficult – there are no license registrations to tally. Moreover, Python is automatically included with Linux distributions, Macintosh computers, and a wide range of products and hardware, further clouding the user base picture

Google YouTube Dropbox Raspberry Pi Industrial Light & Magic, Pixar BitTorrent EVE Online Thousands more

Why do People Use Python?

Because there are many programming languages available today, this is the usual first question of newcomers. Given that there are roughly 1 million Python users out there at the moment, there really is no way to answer this question with complete accuracy; the choice of development tools is sometimes based on unique constraints or personal preference.

But after teaching Python to roughly 260 groups and over 4,000 students during the last 16 years, I have seen some common themes emerge. The primary factors cited by Python users seem to be these:

Software quality Developer productivity Program portability Support libraries Component integration Enjoyment

Publisher ‏ : ‎ O’Reilly Media; Fifth edition (1 January 2013)
Language ‏ : ‎ English
Paperback ‏ : ‎ 1540 pages
ISBN-10 ‏ : ‎ 1449355730
ISBN-13 ‏ : ‎ 978-1449355739
Item Weight ‏ : ‎ 2 kg 310 g
Dimensions ‏ : ‎ 17.78 x 7.11 x 23.34 cm
Net Quantity ‏ : ‎ 1.00 count
Generic Name ‏ : ‎ Related Text
Best Sellers Rank: #515,520 in Books (See Top 100 in Books) #1,880 in Programming Languages (Books)
Customer Reviews: 4.5 4.5 out of 5 stars 1,872 ratings var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });

Customers say

Customers appreciate the book’s detailed explanations. They find it to be good learning material, with one customer noting its useful examples.