Revision history for PythonLearn


Revision [23307]

Last edited on 2012-08-19 11:15:11 by darkcity [cat]
Additions:
==Also on the Wiki==
~[[Python]] - installation
----
==Categories==
CategoryDevelopment
CategoryTutorial


Revision [22778]

Edited on 2012-07-27 06:02:54 by CrustyLobster [image]
Additions:
{{image url="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Guido_van_Rossum.jpg/170px-Guido_van_Rossum.jpg"}}//
Guido van Rossum creator of Python//
''How do I set up my Python Programming Environment?''
Python is available in the Puppy programmers [[devx]] In Puppy 5.3.3 click on Slickpet icon and go to SFSget in Slickpet. Then click on the Gcc button to download and install. To run Python from terminal type
**python**
Another solution is to use a Puppy set up for Python Programming. [[http://teampython.wordpress.com/2012/03/03/while-you-wait-for-your-raspberry-pi-why-not-use-racypy2/ RacyPy or WaryPy]]
''Wait! What is programming?''
''Can I have some simple code example?''
''Any Tutorial Videos?''
~[[http://www.youtube.com/watch?v=qGTgyWU9iW8 Fibonacci numbers on Python using RPi]]
~[[http://www.youtube.com/watch?v=B4_tebsj2b0 Fibonacci recursive with GUI on Python]]
Deletions:
{{image url="http://www.python.org/images/python-logo.gif"}}
Python is available in the Puppy programmers [[devx]] In Puppy 5.3.3 click on Slickpet icon and go to SFSget in Slickpet. Then click on the Gcc button to download and install. To run Python from terminal type **python**


Revision [22776]

Edited on 2012-07-27 05:27:33 by CrustyLobster [more learning to come?]
Additions:
Python is available in the Puppy programmers [[devx]] In Puppy 5.3.3 click on Slickpet icon and go to SFSget in Slickpet. Then click on the Gcc button to download and install. To run Python from terminal type **python**
What is [[Programming]]?
[[http://peace.wikia.com/wiki/Python Python programming intro]]
[[http://inventwithpython.com/ Learn How to Program!]]
[[http://learnpythonthehardway.org/book/ Learn Python The Hard Way]]
%%(language-python)
## Random fruit response
# Lobster March 3 2012
import random
verb = ['erratic', 'unbelievable', 'unfortunate', 'inconsequential']
fruit = ['raspberry', 'pomegranite', 'bananana', 'grape', 'loganberry']
print "You are an" , random.choice (verb) , random.choice (fruit)
%%
Deletions:
. . . coming soon


Revision [22774]

The oldest known version of this page was created on 2012-07-27 05:22:52 by CrustyLobster [more learning to come?]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki