pp
pp copied to clipboard
Code for book Python Playground by Mahesh Venkitachalam (No Starch Press, USA)
When I press "s", the console shows: saving drawing to spiro-08Oct2018-133122.eps/png Exception in Tkinter callback Traceback (most recent call last): File "C:\Python27\lib\lib-tk\Tkinter.py", line 1541, in __call__ return self.func(*args) File "C:\Python27\lib\lib-tk\turtle.py",...
In project **photomosaic.py**, in line 180: ```python if not reuse_images: input_images.remove(match) ``` I wonder variable ‘match' is miswritten. it is never defined in codes. But I don't know what it...
``` OpenGL Version GLSL Version 2.0 1.10 2.1 1.20 3.0 1.30 3.1 1.40 3.2 1.50 3.3+ 3.30 ``` The shader only actually needs very minor changes to work as a...
- Cleaned up imports and removed unused modules (sys, random, numpy) - added generic python gitignore file