Quote by Mark Lutz Download Open image ““__next__ raises a built-in StopIteration exception at end-of-file”” — Mark Lutz ★ ★ ★ ★ ★ 4.5 out of 5 (10 ratings) Copy quoteShare
“You cannot go back and make a new start, but you can start now and make a new ending. [p. 115]” — Michelle Cohen Corasanti Copy Share Image
“Why start something that you won’t see to the end? You need to finish what you start!” — Nabil N. Jamal Copy Share Image
“There are two fatal errors that keep great projects from coming to life: 1) Not finishing 2) Not starting” — Anonymous Copy Share Image
“You cannot advance if you cannot visualize the end from the start.” — Nabil N. Jamal Copy Share Image
There is no 'stop' - there's always 'go' on both sides: always keep writing, always keep recording. I don't find them to be segmented… — Lucy Dacus Copy Share Image
“Interestingly, the iteration protocol is even more pervasive in Python today than the examples so far have demonstrated — essentially everything in Python’s built-in… — Mark Lutz Copy Share Image
“Boolean and and or operators return a true or false object in Python, not the values True or False.” — Mark Lutz Copy Share Image
“Besides directory paths on Windows, raw strings are also commonly used for regular expressions” — Mark Lutz Copy Share Image
“absolutes in performance benchmarks are as elusive as consensus in open source projects!” — Mark Lutz Copy Share Image
“The name used as the assignment target in a for header line is usually a (possibly new) variable in the scope where the for… — Mark Lutz Copy Share Image
“give people a tool, and they’ll code for a day; teach them how to build tools, and they’ll code for a lifetime. This” — Mark Lutz Copy Share Image
“This description requires elaboration when the value and the slice being assigned overlap: L[2:5]=L[3:6], for instance, works fine because the value to be inserted… — Mark Lutz Copy Share Image
“We met the list comprehension briefly in Chapter 4. Syntactically, its syntax is derived from a construct in set theory notation that applies an operation… — Mark Lutz Copy Share Image
“In Pythons 3.3 and 2.7, you can get help for a module you have not imported by quoting the module’s name as a string… — Mark Lutz Copy Share Image