Tropo / Dave / Bookmarks : python

Motmot camera utilities introduction — motmot v0 documenta...
    Motmot is software for the realtime collection and analysis of uncompressed digital images from a variety of sources. The target audience ranges from anyone needing a simple GUI to record video to the developer wanting to implement a new realtime vision algorithm within an open, plugin-based environment. A primary goal is high throughput and low latency for use in realtime applications. We routinely use these libraries to process data from cameras with data rates up to 60 MB per second (with processing power to spare) on commodity hardware
    http://code.astraw.com/projects/motmot/
    tags: python webcam

motmot's pycamiface at master - GitHub
    Python interface to libcamiface
    http://github.com/motmot/pycamiface#readme
    tags: osx webcam python

Whoosh - python search
    Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Whoosh was created and is maintained by MattChaput. It was originally created for use in Side Effects Software's 3D animation software Houdini. Side Effects Software Inc. graciously agreed to open-source the code. Some of Whoosh's features include: * Pythonic API. * Pure-Python. No compilation or binary packages needed, no mysterious crashes. * Fielded indexing and search. * Fast indexing and retrieval -- much faster than any other pure-Python solution. * Pluggable scoring algorithm (including BM25F), text analysis, storage, posting format, etc. * Powerful query language parsed by pyparsing. * Pure Python spell-checker (as far as I know, the only one).
    http://whoosh.ca/
    tags: python bm25 search whoosh

Shed Skin - An Optimizing Python-to-C++ Compiler: Shed Skin ...
    http://shed-skin.blogspot.com/2010/01/shed-skin-03.html
    tags: python c_

Features — execnet v1.0.1 documentation
    execnet provides carefully tested means to ad-hoc interact with Python interpreters across version, platform and network barriers. It provides a minimal and fast API targetting the following uses: distribute tasks to local or remote CPUs write and deploy hybrid multi-process applications write scripts to administer a bunch of exec environments Features automatic bootstrapping: no manual remote installation. safe and simple serialization of python builtin types (no pickle) flexible communication: synchronous send/receive as well as callback/queue mechanisms supported easy creation, handling and termination of multiple processes well tested interactions between CPython 2.4-3.1, Jython 2.5.1 and PyPy 1.1 interpreters. fully interoperable between Windows and Unix-ish systems.
    http://codespeak.net/execnet/
    tags: distributed python

wikimarkup/parser.py at master from dcramer's py-wikimarkup ...
    http://github.com/dcramer/py-wikimarkup/blob/master/wikimark...
    tags: python wikipedia

Scrapy | An open source web scraping framework for Python
    http://scrapy.org/
    tags: python spide crawler

Python nearest neighbors binary classifier | This Number Cru...
    This time we're going to build a nearest neighbors classifier.
    http://blog.smellthedata.com/2009/06/python-nearest-neighbor...
    tags: python machinelearning knn kdtree scipy

Netflix prize tribute: Recommendation algorithm in Python | ...
    In honor of the prize barrier being broken, I put together a little implementation of an early leader's approach to the problem. They experimented with several different approaches, but the one I use the most is the original probabilistic matrix factorization (PMF) approach. To see all the details, including how it performs on the full Netflix problem, see Russ and Andrei's paper.
    http://blog.smellthedata.com/2009/06/netflix-prize-tribute-r...
    tags: python netflix ml machinelearning

Tornado Web Server
    Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.
    http://www.tornadoweb.org/
    tags: facebook python http apache web

http://blog.josephwilk.net/workspace/python/lsa.py
    python Latent Semantic Analysis
    http://blog.josephwilk.net/workspace/python/lsa.py
    tags: python lsa lda svd scipy machinelearning

The igraph library for complex network research
    igraph is a free software package for creating and manipulating undirected and directed graphs. It includes implementations for classic graph theory problems like minimum spanning trees and network flow, and also implements algorithms for some recent network analysis methods, like community structure search
    http://igraph.sourceforge.net/index.html
    tags: python igraph clustering

Eli Bendersky’s website » Blog Archive » A year with Pyt...
    http://eli.thegreenplace.net/2009/05/15/a-year-with-python/
    tags: python

http://www-ist.massey.ac.nz/smarsland/Code/12/ga.py
    http://www-ist.massey.ac.nz/smarsland/Code/12/ga.py
    tags: python ga

Del.icio.us Python API - Michael G. Noll
    http://www.michael-noll.com/wiki/Del.icio.us_Python_API
    tags: python delicious del_icio_us

Pygments — Python syntax highlighter
    http://pygments.org/
    tags: python

The breve Simulation Environment | breve
    breve is a free, open-source software package which makes it easy to build 3D simulations of multi-agent systems and artificial life. Using Python, or using a simple scripting language called steve, you can define the behaviors of agents in a 3D world and observe how they interact. breve includes physical simulation and collision detection so you can simulate realistic creatures, and an OpenGL display engine so you can visualize your simulated worlds.
    http://www.spiderland.org/
    tags: python

http://quentel.pierre.free.fr/PyDbLite/index.html
    PyDbLite is a pure-Python in-memory database engine, using Python list comprehensions as query language, instead of SQL
    http://quentel.pierre.free.fr/PyDbLite/index.html
    tags: database python

gheat - Google Code
    http://code.google.com/p/gheat/
    tags: python heatmap

inky's see at master - GitHub
    An alternative to Python's dir(). Easy to type; easy to read! For humans only. * Version: 0.3 * Requirements: Python o Works with 2.4+ o Not tested yet with 3.0, but some changes in this version have been taken into account Sacrilege! Just what do you think you're doing? Don't get me wrong; dir() is a wonderful little function. Always there to help you out when you chance upon something new and mysterious. I would dare say it's one of my favourites.
    http://github.com/inky/see/tree/master
    tags: python see

[pypy-dev] Threaded interpretation (was: Re: compiler optimi...
    In fact, one of the reason I started this project _at all_ so early is that the Python community clearly shows _ignorance_ about years of VM research and little attention about VM performance.
    http://codespeak.net/pipermail/pypy-dev/2008q4/004923.html
    tags: python pypy optimization

Michael Nielsen » Using your laptop to compute PageRank for...
    The PageRank algorithm is a great way of using collective intelligence to determine the importance of a webpage. There’s a big problem, though, which is that PageRank is difficult to apply to the web as a whole, simply because the web contains so many webpages. While just a few lines of code can be used to implement PageRank on collections of a few thousand webpages, it’s trickier to compute PageRank for larger sets of pages.
    http://michaelnielsen.org/blog/?p=523
    tags: pagerank python

buzhug, a pure-Python database engine
    buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive The data is stored and accessed on disk (it is not an in-memory database) ; the implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language The database is implemented as a Python iterator, yielding objects whose attributes are the fields defined when the base is created ; therefore, requests can be expressed as list comprehensions or generator expressions, instead of SQL queries :
    http://buzhug.sourceforge.net/
    tags: python

PyJudy
    http://www.dalkescientific.com/Python/PyJudy.html
    tags: python judy

Tree-like Constant Database (tcdb)
    http://www.unixuser.org/~euske/doc/tcdb/index.html
    tags: cdb python

C in Python
    Cinpy is a Python library that allows you to implement functions with C in Python modules. Inlined C code is compiled with tcc (Tiny C Compiler) at runtime. The results are made callable in Python with ctypes library.
    http://www.cs.tut.fi/~ask/cinpy/
    tags: python

shedskin - Google Code
    Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python programs into optimized C++. It can generate stand-alone programs or (simple, for now) extension modules, that can be imported and used from larger Python programs.
    http://code.google.com/p/shedskin/
    tags: python performance

Amund Tveit's Blog: Tools for Accelerating Python
    http://amundblog.blogspot.com/2008/11/tools-for-accelerating...
    tags: python performance psyco pyrex

montylingua :: a free, commonsense-enriched natural language...
    MontyLingua is a free*, commonsense-enriched, end-to-end natural language understander for English. Feed raw English text into MontyLingua, and the output will be a semantic interpretation of that text. Perfect for information retrieval and extraction, request processing, and question answering. From English sentences, it extracts subject/verb/object tuples, extracts adjectives, noun phrases and verb phrases, and extracts people's names, places, events, dates and times, and other semantic information. MontyLingua makes traditionally difficult language processing tasks trivial!
    http://web.media.mit.edu/~hugo/montylingua/index.html
    tags: python nlp

ConceptNet
    What is ConceptNet? [top] ConceptNet is a freely available commonsense knowledgebase and natural-language-processing toolkit which supports many practical textual-reasoning tasks over real-world documents right out-of-the-box (without additional statistical training) including ...
    http://web.media.mit.edu/~hugo/conceptnet/
    tags: nlp cyc wordnet python

django-photologue - Google Code
    http://code.google.com/p/django-photologue/
    tags: python photoshop

Sage: Open Source Mathematics Software
    Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
    http://sagemath.org/index.html
    tags: python mathlab matlab mathematica

The Python Computer Graphics Kit
    The Python Computer Graphics Kit is an Open Source software package containing a collection of Python modules, plugins and utilities that are meant to be useful for any domain where you have to deal with 3D data of any kind, be it for visualization, creating photorealistic images, Virtual Reality or even games.
    http://cgkit.sourceforge.net/introduction.html
    tags: python

PyAWS - A Python wrapper for Amazon Web Service
    http://pyaws.sourceforge.net/index.html
    tags: aws python amazon pyaws

pymacadmin - Google Code
    crankd
    http://code.google.com/p/pymacadmin/source/browse/trunk/bin/...
    tags: python osx

python-safethread - Google Code
    python-safethread is a large modification of CPython intended to provide safe, easy, and scalable concurrency mechanisms. It focuses on local concurrency, not distributed or parallel programs.
    http://code.google.com/p/python-safethread/
    tags: python threading

py-editdist - small and fast implementation of Levenshtein's...
    http://www.mindrot.org/projects/py-editdist/
    tags: Levenshtein python

scipy-cluster - Google Code
    is library provides Python functions for agglomerative clustering. Its features include * generating hierarchical clusters from distance matrices * computing distance matrices from observation vectors * computing statistics on clusters * cutting linkages to generate flat clusters * and visualizing clusters with dendrograms.
    http://code.google.com/p/scipy-cluster/
    tags: cluster hac python

pilcrow.madison.wi.us - python / cdb - interface to djb's pa...
    http://pilcrow.madison.wi.us/
    tags: cdb dbm sleepycat bsddb python

A skip list container class in Python
    http://infohost.nmt.edu/tcc/help/lang/python/examples/pyskip...
    tags: skiplist python

ASPN : Python Cookbook : N-way merge sort
    http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/5115...
    tags: python

I’m Sorry Dave - Dave Spencer’s Weblog » Blog Archive Â...
    I’ve realized that I understand things best when I implement them myself, and I was recently reading Trevor Strohman’s dissertation, intriguied by TupleFlow, a kind of more elaborate and improved MapReduce, and was about to write my own toy impl of T
    http://www.tropo.com/dave/blog/2008/07/09/mapreduce-in-10-or...
    tags: python mapreduce

Stackless.com - About Stackless
    Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that
    http://www.stackless.com/
    tags: python

pyglet
    pyglet provides an object-oriented programming interface for developing games and other visually-rich applications for Windows, Mac OS X and Linux. Some of the features of pyglet are: No external dependencies or installation requirements. For most appl
    http://pyglet.org/
    tags: graphics python

Ned Batchelder: Aptus
    Aptus is a Mandelbrot set viewer and renderer. It is written in Python with a computation engine in C for speed.
    http://nedbatchelder.com/code/aptus/
    tags: python fractal

ARC Cache in Python
    http://files.printf.dk/software/memoize-arc.txt
    tags: lru arc python

code.pediapress.com – Trac
    http://code.pediapress.com/wiki/wiki
    tags: python wikipedia mediawiki

Plone: A user friendly and powerful open source Content Mana...
    http://plone.org/
    tags: cms python

Main Page - NLTK
    NLTK — the Natural Language Toolkit — is a suite of open source Python modules, data and documentation for research and development in natural language processing. NLTK contains Code supporting dozens of NLP tasks, along with 40 popular Corpora and ex
    http://nltk.org/index.php/Main_Page
    tags: python Linguistics nlp

Daniel Lemire’s blog ‽ An Amazon Web Services (AWS) 4.0 ...
    http://www.daniel-lemire.com/blog/archives/2004/09/26/an-ama...
    tags: amazon python

DrawBot Home
    DrawBot is an powerful, free application for MacOSX that invites you to write simple Python scripts to generate two-dimensional graphics. The builtin graphics primitives support rectangles, ovals, (bezier) paths, polygons, text objects and transparency.
    http://drawbot.com/
    tags: python osx

html5lib - HTML Parsing
    http://code.google.com/p/html5lib/
    tags: python

 


Search for python on del.icio.us