/books/pythonic-programming
Active Threads This:
Most Active This Week
Most Active This Month
Most Active This Year
@aqsaqal
Tip 5 contains the following text:
Use mixedCase identifiers for variables, functions, and modules.
From the Python Style Gui...
New
Most Active Last Three Years
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
def flatten(seq):
return ’ '.join((flatten if isinstance(item, (list, tuple, set))
else str)(item) for x in seq) # should be → for...
New
@aqsaqal
The line “So, unless you cannot guarantee that expr is not going to cause any harm”
‘cannot’ should be ‘can’
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
Book Info
Publisher:
Pragmatic Bookshelf
Are you this book's author? To be notified of all posts made about it, sign up an account then click here, then select 'watching' from the bell icon in the top right corner.
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Simply use coupon code "devtalk.com" at checkout. See full details here.