Python is the "most powerful language you can still read."">
Kevin Altis: PythonPython is the "most powerful language you can still read."(Untitled)- December 25, 2002 Add .py and .pyw to PATHEXT on Windows Happy holidays everyone! While reading the following cookbook entry I realized many people probably don't know there is an easier way to invoke Python scripts just like batch files and other executables on your PATH under Windows. I went ahead and added a comment to the cookbook and I've included the description below and some additional details. There is a much simpler way than wrapping a Python script in a batch file. Simply add .py and .pyw to the...http://radio.weblogs.com/0102677/categories/python/2002/12/25.html#a26 (Untitled)- December 20, 2002 case-insensitive sort of list of strings I added a new recipe to the Python Cookbook. http:aspn.activestate.comASPNCookbookPythonRecipe170242 There are some additional comments about the recipe on the PythonCard-users mailing list.http://radio.weblogs.com/0102677/categories/python/2002/12/19.html#a24 |