Python:ProgZoo
From Progzoo
Top Ten Tips
An introduction to computer programming using Python. Comprising
- Tutorials which present problems and their solutions.
- How to... guides to completing common tasks.
- Assessments graded problems with solutions.
[edit] Drawing the French tricolour with Python
You can create images using Java. The first tutorial Flags looks at drawing flags of the world, from simple flags such as Libya to more complicated flags such as the Stars and Stripes of the USA. In Java you can use methods such as setColor and fillRect to create simple images.
The PyX library used here has coordinates with (0,0) in the botton left corner.
- Each rectangle is 1 wide and 2 high
[Font]
[Default]
[Show]
[Resize]
Consult the User's Guide for information on changing material in progzoo.
You can mess about in the Playpen.
