Python Links Nov 22, 2010

Python Links

  1. joblib 0.4.6.dev

    joblib 0.4.6.dev Lightweight pipelining: using Python functions as pipeline jobs.

  2. GalleryRemote 0.5

    GalleryRemote 0.5 Implementation of the Gallery Remote protocol in Python.

  3. pgit 0.1.0-beta

    pgit 0.1.0-beta Git Commandline Tools written in Python

  4. Pyro 3.11

    Pyro 3.11 distributed object middleware for Python (IPC/RPC)

  5. GitPython 0.3.1-beta1

    GitPython 0.3.1-beta1 Python Git Library

  6. pyforge 0.4.2

    pyforge 0.4.2 Python mocking framework

  7. django-search 1.0

    django-search 1.0 A django reusable app that adds a simple search to your project using a single tag

  8. woven 0.6

    woven 0.6 A deployment tool for Django built on Fabric

  9. django-couch-utils 1.0.3

    django-couch-utils 1.0.3 Handy tools and helpers for django projects, powered by CouchDB

  10. sss 1.1

    sss 1.1 Simple Scrum System is a basic Django-based Scrum-like project manager. It takes advantage of the automagic admin contrib site.

  11. pythonbrew 0.6.2

    pythonbrew 0.6.2 Manage python installations in your $HOME

  12. timoreilly: Want to work for a federal agency that's also a startup? CFPB's hiring coders -python, ruby, mobile dev, etc http://bit.ly/bV1CPx #gov20

    timoreilly: Want to work for a federal agency that's also a startup? CFPB's hiring coders -python, ruby, mobile dev, etc http://bit.ly/bV1CPx #gov20 timoreilly: Want to work for a federal agency that's also a startup? CFPB's hiring coders -python, ruby, mobile dev, etc http://bit.ly/bV1CPx #gov20

  13. Planet Eclipse: Ian Skerrett: Top 10 Most Popular Eclipse Plugins

    Planet Eclipse: Ian Skerrett: Top 10 Most Popular Eclipse Plugins Ever wonder what are the most popular Eclipse plugins? The Eclipse Marketplace is keeping track of the number of times developers install different solutions from the Marketplace Client. The data from last 4+ plus monthsstarts to show what are the …

  14. Extract, expand and execute command from file (Python)

    Extract, expand and execute command from file (Python) Python recipe 577454 by Phil Rist (command, expansion, macro). This program extracts, expands and executes a command stored in an arbitrary file usually the primary file. This is similar to the #! facility in UNIX. Phil Rist

  15. Commandline Macro Expander (Python)

    Commandline Macro Expander (Python) Python recipe 577463 by Phil Rist (console, expander, macro, win32). This program is designed to be executed from a console window on a Win32 platform. It expands user entered commands. Three styles of commands are accepted 'x comp myfile.c', 'x #!test myfile.exe test.dat' and 'x {print} …

  16. Feigenbaum constant calculation (Python)

    Feigenbaum constant calculation (Python) Python recipe 577464 by FB36 (chaos, fractal, math, mathematics). Feigenbaum constant calculation. For more info: http://en.wikipedia.org/wiki/Feigenbaum_constant FB36

  17. Probability Dictionary (Python)

    Probability Dictionary (Python) Python recipe 577460 by Felipe (dictionary, normalize, probability). Revision 2. A subclass of dictionary that ensures that values are nonnegative, less than or equal to 1, and sum to 1. It also gives 0 for any attempt at looking up a key not in it, and purges …

  18. A Buttonbar program with color (Python)

    A Buttonbar program with color (Python) Python recipe 577462 by Phil Rist (buttonbar, command, execution, win32). Revision 2. An improved buttonbar program. Allows user to execute command by clicking button. Designed to be executed from a file association on a Win32 platform. Replaces recipe 577038. Useful for commands requiring multiple …

  19. Convert a youtube transcript in srt subtitle (Python)

    Convert a youtube transcript in srt subtitle (Python) Python recipe 577459 by Ginko (converter, srt, transcript, youtube). A quick and dirty script to convert youtube's transcripts (xml format) to .srt subtitle files. To download youtube's transcript, use this url: http://video.google.com/timedtext?lang=en&v=VIDEO_ID (replace "VIDEO_ID" by the ID which is in the video …

  20. Web Testing using Twill (Python)

    Web Testing using Twill (Python) Python recipe 577465 by FB36 (qa, quality_assurance, twill, web_testing). A simple script to demonstrate web testing using Twill. FB36

  21. Cron-like Triggers (Python)

    Cron-like Triggers (Python) Python recipe 577466 by Eric Pruitt . This module provides an easy to use interface for cron-like task scheduling. Eric Pruitt

  22. Djblets 0.6.5

    Djblets 0.6.5 A collection of useful classes and functions for Django

  23. PyCEGUI 0.7.5

    PyCEGUI 0.7.5 Python bindings for CEGUI library

  24. dnspython 1.9.0

    dnspython 1.9.0 A DNS toolkit for Python

  25. fapws3 0.8.1.dev

    fapws3 0.8.1.dev Fast Asynchronous Python Web Server

  26. sure 0.1.8

    sure 0.1.8 assertion toolbox for python

  27. six 1.0b1

    six 1.0b1 Python 2 and 3 compatibility utilities

  28. firebirdsql 0.3.1

    firebirdsql 0.3.1 python dbapi for firebird rdbms.

  29. askbot 0.6.35

    askbot 0.6.35 Question and Answer forum, like StackOverflow, written in python and Django

  30. pyramid 1.0a4

    pyramid 1.0a4 The Pyramid web application framework, a Pylons project