Skip to main content

Home/ Groups/ Puerto Rico Python Interest Group
Kevin Shockey

Writing in Public and Syncing with GitHub - 0 views

  •  
    "GitHub Pages"
Kevin Shockey

After Historic Protest, Members of Congress Abandon PIPA and SOPA in Droves | Electroni... - 0 views

  •  
    "over 1,000,000 emails to Congress"
Kevin Shockey

SOPA/PIPA blackout: By the numbers - Yahoo News - 0 views

  •  
    "162 million: Number of people who saw the Wikipedia blackout page"
Kevin Shockey

Draw faster circles with Python turtle - Stack Overflow - 0 views

  •  
    "from turtle import* speed(0) i=0 while i < 360: forward(1) left(1) i+=1"
Kevin Shockey

24.5. turtle - Turtle graphics for Tk - Python v2.7.8 documentation - 0 views

  •  
    "Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzig and Seymour Papert in 1966."
Kevin Shockey

Python Turtle Directions - 0 views

  •  
    "from turtle import * color('red', 'yellow') begin_fill() while True: forward(200) left(170) if abs(pos()) < 1: break end_fill() done()"
Kevin Shockey

PythonTurtle - 0 views

« First ‹ Previous 61 - 80 Next › Last »
Showing 20 items per page