October 2006
Cambridge in Colour - Digital Photography Tutorials
by 24 othersThis section includes tutorials on how to acquire, interpret and process digital photographs. New digital photography tutorials will be added, so please visit again.
SciPy Course Outline
by 1 otherThis document provides an outline for a course on NumPy/SciPy. PyTables and Matplotlib are also discussed.
September 2006
Introduction to the SimPy Discrete-Event Simulation Package
SimPy (rhymes with "Blimpie") is a public-domain package for process-oriented discrete-event simulation. It is written in, and called from, Python. I like the clean manner in which SimPy is designed, its use of Python generators, and for that matter, Pyth
Python for Fun
by 3 othersThis collection is a presentation of several small Python programs. They are aimed at intermediate programmers; people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques. Each program is very short, neve
Building a GUI Application with Tkinter
In this tutorial we will use Tkinter to build a graphical user interface that we can use to maintain a simple phone list. On the way we'll play around with several Tkinter widgets thru the Python interactive prompt, hopefully getting a good feel for how a
Building the GUI with wxPython
As an alternative to Tkinter, there is an interface available to adapt the wxWindows package to Python. The interface, appropriately enough, is called wxPython.
August 2006
Python Tutorials
by 17 othersMore than 300 extensive Python tutorials, listed by category and topic.
April 2006
How To Think Like A Computer Scientist
by 3 othersThe goal of this book is to teach you to think like a computer scientist. I like the way computer scientists think because they combine some of the best features of Mathematics, Engineering, and Natural Science. Like mathematicians, computer scientists us
Controlling The Real World With Computers
by 2 othersThis site uses hands-on experiments to show the basics of how real things in the real world are controlled with computers. That means it's about most of the computers in the world. Most computers don't sit on desks, but are used to control things that don
January 2006
Learning to Use Regular Expressions
by 10 othersAfter you complete this tutorial you will have seen the basics (and a bit of some advanced topics) of regular expressions. The best thing to do next is to start using them in real-life problems. The first thing to look at is the documentation that accompa
1
(10 marks)