pullrequests Search Results · repo:AllenDowney/ThinkPython2 language:TeX
Filter by
53 results (128 ms)
53 results
inAllenDowney/ThinkPython2 (press backspace or delete to remove)Here s my suggestion in making the grid file shorter and easier to understand by beginners. Please review my changes.
Thanks.
Added explanations for the conditions in the is-palindrome function.
Added the sorted method for sorting the list of letters. Also added setdefault instead of using if statements (didn t
use defaultdict, as no prior knowledge of it is given in the book (AFAIK) and it imports ...
Took the factor term outside the bracket of infinite summation so that the factor term only have to be multiplied once,
at the very end.
Updated arc() to just draw a circle but only till the angle required. This approach is simpler than using an obscure
formula [n = int(arc_length/3) +1] and doesn t even cause the turtle to be a few pixels ...
If md5sha1sum is not installed the following error will be thrown:
/bin/sh: md5sum: command not found Traceback (most recent call last): File test.py , line 118, in module d =
compute_checksums(dirname= ...