This is a source code example of a hex-map drawing program. It is written using Python 2.5 and wxPython 2.8.9.1.

There are five modules in the .zip:
(Hex_Main.py, Hex_Panel.py, Hex_View.py, Hex_Game.py, Hex_Math.py)

There are three JPEGs in the .zip:
(pic1.jpg, pic2.jpg, pic3.jpg).

This zip file has been uploaded to:

http://wiki.wxpython.org/FrontPage

where I have written an article explaining various concepts in the code.

John Crawford