17.1 subprocess -- Subprocess management - 0 views
chm2pdf - Google Code - 0 views
AnotherTutorial - wxPyWiki - 0 views
FrontPage - wxPyWiki - 0 views
taglist.vim - Source code browser (supports C/C++, java, perl, python, tcl, sql, php, e... - 0 views
-
The "Tag List" plugin is a source code browser plugin for Vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages. You can visit the taglist plugin home page for more information
HTML Screen Scraping: A How-To Document - 0 views
PyX - Python graphics package - 0 views
Python Package Index : Home - 0 views
rsync implemented in Python - 0 views
-
This script mimics rsync which is available for the unix platform and have been ported to win32 one. It is a sort of advanced version of xcopy. Its aim is to selectively synchronize folders. More precisely it copy selective parts of a folder to a destination folder and in addition can remove parts of the destination folder that do not correspond to parts of the original folder. I like its capability to avoid copying files through the .cvsignore mechanism or the pattern matching mechanism and its capability to delete files that are no longer relevant, not to mention that because it's a python script anyone can easily fix or improve it as he whish.
Parallel Python - Home - 0 views
Boost.Python - 1 views
Functional Programming HOWTO - 0 views
ASPN : Python Cookbook : SendKeys from the Windows Script Host (WSH) COM - 0 views
-
import win32api import win32com.client shell = win32com.client.Dispatch("WScript.Shell") shell.Run("calc") win32api.Sleep(100) shell.AppActivate("Calculator") win32api.Sleep(100) shell.SendKeys("1{+}") win32api.Sleep(500) shell.SendKeys("2") win32api.Sleep(500) shell.SendKeys("~") # ~ is the same as {ENTER} win32api.Sleep(500) shell.SendKeys("*3") win32api.Sleep(500) shell.SendKeys("~") win32api.Sleep(2500)
The Trilinos Project - Home - 0 views
« First
‹ Previous
361 - 380 of 540
Next ›
Last »
Showing 20▼ items per page