HomePage > SoftwareIndex Software Index > SoftwareDevelopment Development

 (image: 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. RacyPy or WaryPy

Wait! What is programming?
What is Programming?

Can I have some simple code example?

## 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?


Also on the Wiki
Python - installation


Categories
CategoryDevelopment
CategoryTutorial
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki