sweeney + python   21

Requests: HTTP for Humans — Requests v0.6.1 documentation
Requests is an ISC Licensed HTTP library, written in Python, for human beings.

Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is thoroughly broken. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks.

Things shouldn’t be this way. Not in Python.
python  http  library 
august 2011 by sweeney
boxedice/python-daemon - GitHub
Python daemonizer class

This is a Python class that will daemonize your Python script so it can continue running in the background. It works on Unix, Linux and OS X, creates a PID file and has standard commands (start, stop, restart) + a foreground mode.
python  daemon 
april 2011 by sweeney
Tornado Web Server Documentation
FriendFeed's web server is a relatively simple, non-blocking web server written in Python. 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 non-blocking web server and tools.
python  web  server  tornado 
march 2011 by sweeney
Pattern | CLiPS
Pattern is a web mining module for the Python programming language.

It bundles tools for data retrieval (Google + Twitter + Wikipedia API, web spider, HTML DOM parser), text analysis (rule-based shallow parser, WordNet interface, syntactical + semantical n-gram search algorithm, tf-idf + cosine similarity + LSA metrics) and data visualization (graph networks).
python  data  mining 
march 2011 by sweeney
Using Python and Stompserver to Get Started With Message Queues
Using Python and Stompserver to Get Started With Message Queues
python  stomppy  example 
january 2011 by sweeney
mysociety: mysociety/iso/pylib/makeplan.py 1.55
Finds shortest route from all points on a public transport network to arrive at a given destination at a given time. Uses Dijkstra's algorithm to do this all in one go
dijkstra  journey  plan  python  mysociety 
september 2010 by sweeney
Hookbox
Hookbox is a Comet server and message queue that tightly integrates with your existing web application via web hooks and a REST interface.
comet  blackbox  server  python  queue 
july 2010 by sweeney
micha's resty at master - GitHub
Little command line REST interface that you can use in pipelines
Python  bash  REST  shell  cURL 
may 2009 by sweeney
NodeBox
NodeBox is a Mac OS X application that lets you create 2D visuals (static, animated or interactive) using Python programming code and export them as a PDF or a QuickTime movie. NodeBox is free and well-documented.
python  graphics  visualization  programming  mac  design  osx  software 
may 2008 by sweeney

Copy this bookmark:



description:


tags: