Pythonic Programming (Pragmatic Bookshelf)

Latest Threads About This Book Top

New
Takizawa
def flatten(seq): return ’ '.join((flatten if isinstance(item, (list, tuple, set)) else str)(item) for x in seq) # should be → for ite...
New
chulan
In first sentence: “Method str.split(), with or without the separator parameter, is now aware of the natural languages.” ‘now’ should ...
New
chulan
@aqsaqal The line “So, unless you cannot guarantee that expr is not going to cause any harm” ‘cannot’ should be ‘can’
New
chulan
@aqsaqal The first sentance (p77) doesn’t scan: “Rarely a data-intensive project avoids downloading large amounts of data:” Maybe ‘avoi...
New
chulan
@aqsaqal the text has “A tuple has the same attributes and methods as a class” ‘class’ should be ‘list’
New
mmreich
@aqsaqal Tip 5 contains the following text: Use mixedCase identifiers for variables, functions, and modules. From the Python Style Gui...
New
chulan
@aqsaqal the “good” continuations example has a extra ‘+’ before the backslash.
New
PragmaticBookshelf
Write Python code that’s faster, safer, more idiomatic, and easier to maintain with one hundred highly-curated and sharply-focused profes...
New

Most Active This Week Top

Most Active This Month Top

Most Active This Year Top

Most Active Last Three Years Top

New
mmreich
@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 Top

PragmaticBookshelf
Write Python code that’s faster, safer, more idiomatic, and easier to maintain with one hundred highly-curated and sharply-focused profes...
New
chulan
In first sentence: “Method str.split(), with or without the separator parameter, is now aware of the natural languages.” ‘now’ should ...
New
chulan
@aqsaqal the “good” continuations example has a extra ‘+’ before the backslash.
New
chulan
@aqsaqal The line “So, unless you cannot guarantee that expr is not going to cause any harm” ‘cannot’ should be ‘can’
New
Takizawa
def flatten(seq): return ’ '.join((flatten if isinstance(item, (list, tuple, set)) else str)(item) for x in seq) # should be → for ite...
New
chulan
@aqsaqal The first sentance (p77) doesn’t scan: “Rarely a data-intensive project avoids downloading large amounts of data:” Maybe ‘avoi...
New
chulan
@aqsaqal the text has “A tuple has the same attributes and methods as a class” ‘class’ should be ‘list’
New

Get money off!

The Pragmatic Bookshelf

35% off any eBook

Simply use coupon code "devtalk.com" at checkout. See full details here.