PyLinda: PyLinda - Distributed Computing Made Easy - 0 views
-
Linda is an widely studied distributed computing environment, centered around the notion of a tuple space. A tuple space is a bag (also called a multi-set) of tuples. A tuple is an ordered, typed chunk of data. Tuple spaces exist independently of processes in the system, and the data placed into a tuple space also exist independently. See "Generative communication in Linda" (1985) and "Multiple tuple spaces in Linda" both by David Gelernter for more information on Linda.
spitfire - Google Code - 0 views
amix.dk - Scripting Gmail - 0 views
Applying sympy expressions on numpy arrays - sympy | Google Groups - 0 views
-
If I have: from sympy import Symbol, Integrate x = Symbol('x') f = x**2 + x g = Integrate(f, x) how can I apply g to a numpy array? In other words, how can I "numpify" the g expression, injecting in it x = numpy.linspace(1, 9, 9)? What would be even nicer would be to be able to retrieve a lambda using numpy functions for g as a function of x (that way I don't have the overhead of numpifying it each time I want to apply it to an array).
Overview - Sphinx Documentation - 0 views
SourceForge.net: pywinauto-users - 1 views
rrdpy - Google Code - 0 views
-
RRDTool is a really good back-end for storing time-series data. If you are developing tools that need a data repository and graphing capabilities, this provides you both. You create an RRD and then you begin inserting data values at regular intervals. You then call the graphing API to have a graph displayed. The neat thing about this data storage is its “round robin” nature. You define various time spans, and the granularity at which you want them stored. A fixed binary file is created, which never grows in size over time. As you insert more data, it is inserted into each span. As results are collected, they are averaged and rolled into successive time spans. It makes a much more efficient system than using your own complex data structures, relational database, or file system storage.
XGraph plot dot showing multiple edges - networkx-discuss | Google Groups - 0 views
-
For example edge labels can be added using matplotlib "text" objects like this: import networkx as nx import pylab as plot K=nx.XGraph(name="Konigsberg", multiedges=True, selfloops=False) K.add_edges_from([("A","B","Honey Bridge"), ("A","B","Blacksmith's Bridge"), ("A","C","Green Bridge"), ("A","C","Connecting Bridge"), ("A","D","Merchant's Bridge"), ("C","D","High Bridge"), ("B","D","Wooden Bridge")]) pos=nx.spring_layout(K) nx.draw_nx(K,pos) xa,ya=pos['A'] xb,yb=pos['B'] plot.text((xa+xb)/2,(ya+yb)/2,"Blacksmith's Bridge") plot.show() With a little work you can get the label rotated and exactly how you want it positioned. You can also set the node positions directly in the "pos" dictionary above.
WhatsNew083 - IPython - 0 views
Generator Tricks for Systems Programmers - 0 views
pydot - Google Code - 0 views
ropevim, rope in vim - 0 views
g :: Dynamic Function Signatures - 0 views
code.enthought.com - Traits - 0 views
PyImport_ImportModule/embedding: surprising behaviors - 0 views
RPy documentation - 0 views
pyOSC - V2_Lab Projects - Trac - 0 views
« First
‹ Previous
361 - 380 of 474
Next ›
Last »
Showing 20▼ items per page