Thursday, April 20, 2006

Python Documentation

pywinauto sourceforge address - URL of pywinauto in SourceForge
pywinauto wiki - pywinauto enables you to automate the Windows GUI
pywinauto author blog - Mark Mc Mahon blogging with pywinauto
ctypes - advanced ffi (Foreign Function Interface) package for Python 2.3 and higher.

Pythonwin IDE docs

The following code may crash Pythonwin IDE

import os
os.execv("c:\\windows\\system32\\notepad.exe",["c:\\windows\\system32\\notepad.exe",""])

Note that running the same command using IDLE does cause any problems thereby I deduce that Pythonwin may have some issue with the command above.

Critical Thinking Resources

URL to websites discussing Critical Thinking

Critical Thinking On The Web - Tim van Gelder's Critical Thinking On The Web