Wiki source for PythonLearn


Show raw source

[[HomePage]] > [[SoftwareIndex Software Index]] > [[SoftwareDevelopment Development]]

{{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//

====Welcome to Learn Python from Puppy School====

''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?''
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]]

''Can I have some simple code example?''

%%(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)
%%

''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]]


==Also on the Wiki==
~[[Python]] - installation

----
==Categories==
CategoryDevelopment
CategoryTutorial
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki