Projects tagged ‘graphs’ and ‘python’


[12 total ]

2 Users
 

Tremulous Clientside Statistics, or TremCS for short, is a statistics script that was written in Python originally to generate useful stats for Tremulous but has now evolved into an event based ... [More] scripter for Tremulous gamers as well. The current version can: generate graphs of kills and deaths during a game. generate graphs over a long period of time to see how you are improving...if at all. create themable banners, avatars and even animated userbars! create web pages. output text stats. upload all of the above to a website via FTP or view it locally. It has been designed to be multiplatform and works on Linux, Windows and MacOS (but has only been tested on Linux) This project is being prepared for release. [Less]
Created 12 months ago.

2 Users
 

PyRRD is a pure-Python OO wrapper for the RRDTool (round-robin database tool). The idea is to make RRDTool insanely easy to use and to be aesthetically pleasing for Python programmers.
Created about 1 year ago.

0 Users

A graph-based genetic algorithm implemented in Python for generation, mutation and recombination of Context Free Art grammars.
Created 7 months ago.

0 Users

Projeto em Roteamento de Veículos
Created 11 months ago.

0 Users

bkkeepr.com is a site that tracks what books you read, you use Twitter to note when you start, bookmark and finish books. velocityofreading uses the bkkeepr API to calculate how many books and pages ... [More] you have read and how quickly. It also uses the Google Charts API to display your reading velocity. It is written in Python for the Google App Engine. [Less]
Created 6 months ago.

0 Users

python-graph is a library for working with graphs in Python. This software provides a suitable data structure for representing graphs and a whole set of important algorithms. The code is ... [More] appropriately documented and API reference is generated automatically by epydoc. Comments, bug reports and suggestions are welcome. Current release: 1.6.2 - Sep 30, 2009 The 1.6.x series is our refactoring series. Along the next releases, we'll change the API so we can better prepare the codebase to new features. If you want a softer, directed transition, upgrade your code to every release in the 1.6.x series. On the other hand, if you'd rather fix everything at once, you can wait for 1.7.0. Please check our Changelog for detailed information. Installing If you have easy_install on your system, you can simply run: # easy_install python-graph-core And, optionally, for Dot-Language support (requires pydot): # easy_install python-graph-dot Otherwise, you can download a package from the Downloads page. Provided features and algorithms: Support for directed, undirected, weighted and non-weighted graphs Support for hypergraphs Canonical operations XML import and export DOT-Language output (for usage with Graphviz) Random graph generation Accessibility (transitive closure) Breadth-first search Critical path algorithm Cut-vertex and cut-edge identification Cycle detection Depth-first search Heuristic search (A* algorithm) Identification of connected components Minimum spanning tree (Prim's algorithm) Mutual-accessibility (strongly connected components) Shortest path search (Dijkstra's algorithm) Topological sorting Transitive edge identification [Less]
Created about 1 year ago.

0 Users

PySChartThis project has as objective to supply an API standard for the construction of some types of graphs through the Python for S60 platform. Its target is devices with operational system Symbian ... [More] S60. Release NotesVersion 0.1LineChart for PyS60 (Line charts) TestGraphs (Mini-Application for testing the LineChart) Version 0.2LineChart : Bug Fixes BarsChart for PyS60 (Bars chart) TesGraphs (Added support for BarsChart) For the correct use of this framework, please check the version of the Python SDK installed in your phone/pc emulator. The version must be the latest. (By the time, it was 1.4.4). Download site: http://sourceforge.net/projects/pys60 Instructions for installation: http://wiki.opensource.nokia.com/projects/Installing_PyS60 [Less]
Created 12 months ago.

0 Users

Biblioteca de grafos feita em python Python made graphs library
Created 11 months ago.

0 Users

Nightingale is a Python project and consists of two parts: 1. A web server that receives data from clients and stores it. It presents the data as nice charts. 2. A client that transmits various ... [More] information to this web server. Currently implemented plugins: ping plugin (linux) hddtemp plugin (linux) samba usage plugin (linux) cpu usage plugin (linux) ping plugin (linux) It is named after Florence Nightingale 1/18/2009: Nightingale-0.1 released. Release Notes: This is barely working and lacking proper documentation A slightly modified cherrypy version is included that is patched for python-2.6 here is a screenshot so you know what I am talking about. [Less]
Created 8 months ago.

0 Users

rrdpy - Python RRDTool UtilitiesPython module and scripts to simplify working with RRD'sby Corey GoldbergRRDtool is the Open Source industry standard, high performance data logging and graphing system ... [More] for time series data. RRD stands for "Round Robin Database". It stores data in a very compact way that will not expand over time. 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. Contents:rrd.py : main RRD module rrd_maker.py : create an RRD rrd_grapher.py : generate a graph from an RRD rrd_feeder_rand.py : example - random number data feeder/grapher rrd_feeder_http.py : example - HTTP performance meter (data feeder/grapher) Download:No official release yet, but you can browse/checkout the source code at: http://code.google.com/p/rrdpy/source/browse/trunk Sample Graph: Maintainer:Corey Goldberg - http://www.goldb.org [Less]
Created about 1 year ago.