NumericAndScientific - PythonInfo Wiki - 0 views
-
PyACTS- http://www.pyacts.org -- PyACTS is a collection of Python Modules that are very useful to Parallel Computing in a High Performance Computing environment. This packages incorporates several modules like PyBLACS (allows communication data for Linear Algebra), PyPBLAS (distributed Matrix Operations) and PyScaLAPACK (solve linear systems and get the eigenvalue problems). These libraries are part of PyACTS project that provide interfaces to the ACTS Collection. Also is provided a parrallel interpreter for using this package that implements message-based parallel programming using MPI.
Voice recognition - 0 views
-
Speech Recognition may be possible with COM. I found an example of how its done in Python.
-
Looks like foom is busy. Anyway, here is the verbatim translation of the script foom linked. I can't test it myself as no mike is installed on my machine. If you hear "Starting Succeeded", then, try to say one/two/three. NEED CoHelper.ahk.
SendKeys - 0 views
-
SendKeys is a Python module for Windows (R) which can be used to send one or more keystrokes or keystroke combinations to the active window. SendKeys exports 1 function, SendKeys, and 1 exception, KeySe
How can I work on VIM for python code such as cscope for C code? - 0 views
-
Change to the top level directory that contains your python source files, and do find -name '*.py' > cscope.files cscope -b
-
How can I work on VIM for python code such as cscope for C code?
pyspec - Release: PySpec 0.51 - 0 views
-
This is first version at CodePlex. PySpec is BDD framework for python. It includes following items PySpec for CUIPySpec for wxPython(little buggy)Any documents(tutorial, reference)
SVGMath - MathML to SVG Converter in Python - 0 views
-
SVGMath is written in pure Python, with neither extension modules nor external dependencies. It runs on any platform where a modern Python environment (version 2.4 or higher) is available. It can be used either as a command-line script for batch-mode file conversion, or as a component to process MathML data in other Python applications.
Trellis - The PEAK Developers' Center - 0 views
matlab vs scipy - 0 views
Basic Threading in Python - Open Source Web Development Tutorials - 0 views
-
You can "turn an ordinary function into a thread" using the Thread class: just pass the function as the value for the `target' argument: import threading threading.Thread(target=your_function).start()
Clipmark: matlab vs scipy - 0 views
vimpdb - Google Code - 0 views
-
Tired of debugging Python using print statements? Don't like the cumbersome PDB (Python debugger) console? Prefer using Vim for coding your Python programs? VimPdb is the solution - allows debugging Python in an IDE-fashion, right within the Vim editor.
Winpdb - A Platform Independent Python Debugger » Documentation - 0 views
-
Winpdb is a platform independent GPL Python debugger with support for multiple threads, namespace modification, embedded debugging, encrypted communication and is up to 20 times faster than pdb.
IPython - Trac - 0 views
Python and Combinatorics - 0 views
ulipad - Google Code - 0 views
-
UliPad uses Mixin and Plugin technique as its architecture. Most of its classes can be extended via mixin and plugin components, and finally become an integrity class when creating the instance. So UliPad is very dynamic. You can write the new features in new files, and hardly need to modify the existing code. And if you want to extend the existing classes, you could write mixins and plugins, and this will be bound to the target class that I call "Slot Class". This technique will make the changes centralized and easily managed.
dkbza - TeXmacs Python - 0 views
-
A 'Mathematica Notebook' styled interface to Python from within TeXmacs. Blocks of code can be run independently of their order, and full multiline blocks, i.e. function remain visible and easily modifiable.
« First
‹ Previous
161 - 180 of 461
Next ›
Last »
Showing 20▼ items per page