Difference between revisions of "Python:Programming Tutorial"
(→Drawing the French tricolour with Python) |
|||
Line 19: | Line 19: | ||
</question> | </question> | ||
[[Quarter Mile Training]] | [[Quarter Mile Training]] | ||
+ | |||
Consult the [[Help:Contents| User's Guide]] for information on changing material in progzoo. | Consult the [[Help:Contents| User's Guide]] for information on changing material in progzoo. | ||
You can mess about in the [[Playpen]]. | You can mess about in the [[Playpen]]. |
Revision as of 13:23, 24 May 2014
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.
Drawing the French tricolour with Python
You can create images using python. The first tutorial Python:Flags Tutorial 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. Using the PYX library you can use methods such as fill
together with path.rect
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]
[History]
[Profile]
Consult the User's Guide for information on changing material in progzoo.
You can mess about in the Playpen.