Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/GSOC examples
Commit message (Expand)AuthorAgeFilesLines
* Added "press q to quit" messages to graphical examples (Koch, Sierpinski, rot...Dinko Galetic2010-06-113-2/+7
* Fixed a broken line of code in "rotate polygon".Dinko Galetic2010-06-111-1/+1
* Made numbers right aligned.Dinko Galetic2010-06-111-7/+7
* "Koch snowflake", "Sierpinski - graphics" and "rotate polygon" now quit on q,...Dinko Galetic2010-06-103-3/+3
* Set pygame screen to match gtk.gdk.screen_width/height().Dinko Galetic2010-06-103-16/+20
* Added missing "include sys" to "multiplication table" example.Dinko Galetic2010-06-101-0/+1
* Several fixes to file r/w example.Dinko Galetic2010-06-091-22/+42
* Added validate_date(), which checks whether you entered a proper date.Dinko Galetic2010-06-091-2/+35
* Added a warning when a nonexisting option gets selected.Dinko Galetic2010-06-091-0/+3
* Removed an obsolete line from comments.Dinko Galetic2010-06-031-1/+0
* Added a Python script which draws a polygon and enables the user to control it.Dinko Galetic2010-06-031-0/+194
* Added a Python script which demonstrates the basic use of urllib2.Dinko Galetic2010-06-031-0/+64
* Added a Python script which prints a multiplication table in a neat way.Dinko Galetic2010-06-031-0/+69
* Added a Python script which demonstrates how to write to and read a text file.Dinko Galetic2010-06-031-0/+41
* Added a Python script which can be used as a birthday calendar.Dinko Galetic2010-06-031-0/+201
* Added a Python script which draws the Sierpinski triangles.Dinko Galetic2010-06-031-0/+146
* Added a Python script which draws the Koch snowflake.Dinko Galetic2010-06-031-0/+208