Pythonic Programming (Pragmatic Bookshelf)
Most Active This Week
Most Active This Month
Most Active This Year
Most Active Last Three Years

@aqsaqal Tip 5 contains the following text: Use mixedCase identifiers for variables, functions, and modules. From the Python Style Gui...
New
Most Active Over Three Years

In first sentence: “Method str.split(), with or without the separator parameter, is now aware of the natural languages.” ‘now’ should ...
New

@aqsaqal The line “So, unless you cannot guarantee that expr is not going to cause any harm” ‘cannot’ should be ‘can’
New

def flatten(seq): return ’ '.join((flatten if isinstance(item, (list, tuple, set)) else str)(item) for x in seq) # should be → for ite...
New

@aqsaqal the “good” continuations example has a extra ‘+’ before the backslash.
New

@aqsaqal The first sentance (p77) doesn’t scan: “Rarely a data-intensive project avoids downloading large amounts of data:” Maybe ‘avoi...
New

@aqsaqal the text has “A tuple has the same attributes and methods as a class” ‘class’ should be ‘list’
New
Publisher: Pragmatic Bookshelf
Latest in Pythonic Programming
Get money off!

The Pragmatic Bookshelf
35% off any eBook
Use the coupon code "devtalk.com" to get 35% off any eBook published by PragProg!