/books/pythonic-programming
Active Threads This:
Latest Threads About This Book
Author Spotlight: Dmitry Zinoviev (@aqsaqal)
Today we’re putting our spotlight on Dmitry Zinoviev, author of Data Science Essentials ...
New
def flatten(seq):
return ’ '.join((flatten if isinstance(item, (list, tuple, set))
else str)(item) for x in seq) # should be → for...
New
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
@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
@aqsaqal
Tip 5 contains the following text:
Use mixedCase identifiers for variables, functions, and modules.
From the Python Style Gui...
New
@aqsaqal
the “good” continuations example has a extra ‘+’ before the backslash.
New
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
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
Author Spotlight: Dmitry Zinoviev (@aqsaqal)
Today we’re putting our spotlight on Dmitry Zinoviev, author of Data Science Essentials ...
New
Most Active Over Three Years
Write Python code that’s faster, safer, more idiomatic, and easier to maintain with one hundred highly-curated and sharply-focused profes...
New
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.