al3x + python   88

(Field)
"a development environment for experimental code and digital art "
art  processing  programming  python  visualization  editor 
5 weeks ago by al3x
Python Data Analysis Library — pandas: Python Data Analysis Library
"an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language"
analytics  library  programming  python  data 
6 weeks ago by al3x
httpie
"a CLI HTTP utility built out of frustration with existing tools. The goal is to make CLI interaction with HTTP-based services as human-friendly as possible"
cli  http  python 
9 weeks ago by al3x
repl.it
Web-based REPLs for various languages.
javascript  programming  python  repl  ruby 
september 2011 by al3x
The igraph library for complex network research
"free software package for creating and manipulating undirected and directed graphs"
algorithm  graph  library  python  r 
april 2010 by al3x
The MessagePack Project
"a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small."
json  library  ruby  python  perl  haskell  serialization 
march 2010 by al3x
libcloud python library - a unified interface to cloud server providers
"a standard client library for many popular cloud providers, written in python"
api  cloud  ec2  library  python  server 
march 2010 by al3x
Exploring OAuth-Protected APIs
"a proxy server that transparently adds OAuth headers to requests"
oauth  python  twisted  curl  http  api 
august 2009 by al3x
Scriptlets
Host and run quick web scripts in a variety of languages, powered by AppEngine.
scripting  python  javascript  php  pastie 
august 2009 by al3x
libcloud
"a standard client library for many popular cloud providers, written in python"
cloud  python  library  server 
july 2009 by al3x
xmlwitch
Could've used this yesterday.
python  xml  builder 
july 2009 by al3x
NaCl
"a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc."
crypto  infosec  library  java  python 
july 2009 by al3x
Nimrod Programming Language
"combines Lisp's power with Python's readability and C's performance"
language  programming  lisp  python  c 
may 2009 by al3x
Qtile Window Manager
"A full-featured, pure-Python tiling window manager."
windowmanager  python  opensource  tiling  x11 
may 2009 by al3x
FileMap: File-Based Map-Reduce
"a lightweight system for applying Unix-style file processing tools to large amounts of data stored in files"
unix  mapreduce  python  rsync  opensource  ssh  bash 
march 2009 by al3x
GAEUnit
A unit testing framework for App Engine. Includes a browser-based test runner, which is sort of cool and weird.
google  testing  opensource  appengine  python  web 
march 2009 by al3x
FriendFeed use of MySQL
James Hamilton: "The FriendFeed technique to deal with the schema change issue is arguably a bit heavy handed: they simply don’t show the schema to MySQL and, instead, use it as a key-value store where the values are either JSON objects or Python dictionaries."
friendfeed  architecture  database  schema  criticism  mysql  python 
march 2009 by al3x
Field
"a development environment for experimental code and digital art in the broadest of possible senses"
python  visualization  art  livecode 
february 2009 by al3x
localbuilder
"a simple solution to local Continuous Integration". It's ghetto CI, basically, but that could be really handy for working with languages with immature toolchains.
python  opensource  build  continuousintegration 
january 2009 by al3x
py-amqplib
"Python client for the Advanced Message Queuing Procotol (AMQP)."
amqp  python  client  library 
october 2008 by al3x
html2text: THE ASCIINATOR (aka html2txt)
"a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format)."
python  html  markdown  converter  text 
october 2008 by al3x
Teh
A blog engine for App Engine. Does a lot. More than I need.
gae  appengine  python  github 
september 2008 by al3x
Disco
an open-source implementation of the Map-Reduce framework for distributed computing
opensource  nokia  python  mapreduce  erlang 
september 2008 by al3x
Keyczar
"an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications"
google  java  python  crypto  opensource  library 
august 2008 by al3x
Google App Engine Open Source Projects
Libraries and informal plugins for GAE.
gae  python  library  list  google 
august 2008 by al3x
Spawning
"a wsgi server which supports multiple processes, multiple threads, non-blocking HTTP io, and automatic graceful upgrading of code." Not that I need a Python webapp server, but if I did, this is cool.
python  wsgi  event  web 
july 2008 by al3x
Graphite
"a highly scalable real-time graphing system"
python  graph  visualization  monitoring  django  statistics 
june 2008 by al3x
Dumbo
"a Python module that allows you to easily write and run Hadoop streaming programs"
mapreduce  python  hadoop 
june 2008 by al3x
Reia
"a Python/Ruby-like mixed-paradigm language targeting the Erlang virtual machine (BEAM) and high-performance native compiler (HiPE)"
erlang  python  ruby  programming  language 
june 2008 by al3x
Supervisor
"a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems"
unix  sysadmin  monitoring  python 
may 2008 by al3x
hadoop-streaming
"a collection of libraries which make writing Hadoop Streaming tasks easy". Coda understands my needs.
hadoop  python  library 
april 2008 by al3x
Code Like a Pythonista: Idiomatic Python
For the next time I have to work with sloppy Python.
python  style  presentation 
april 2008 by al3x
Ruby’s not ready
A surprisingly level-headed criticism of Ruby from someone in the Python world. Know your tools.
python  ruby  comparison 
april 2008 by al3x
waf
"a Python-based framework for configuring, compiling and installing applications. It is a replacement for other tools such as Autotools, Scons, CMake or Ant."
build  make  python  autotools 
april 2008 by al3x
Python-by-example
"aims to show examples of use of all Python Library Reference functions, methods and classes"
python  documentation  tutorial 
april 2008 by al3x
Python processing
"supports the spawning of processes using the API of the standard library's threading module"
python  concurrency  library 
april 2008 by al3x
Pylot
Like Tsung, but Python and with a GUI.
python  http  performance  testing  gui 
march 2008 by al3x
Orbited: The Orbit Event Daemon
"an HTTP daemon that is optimized for long-lasting comet connections"
comet  python  http  event 
december 2007 by al3x
Werkzeug
"a collection of various utilities for WSGI applications". Looks useful if you have the WSGI faith. Probably not something I'll ever need.
python  web  wsgi 
december 2007 by al3x
Frameworks Exist for Conceptual Integrity
A wonderful piece of writing on software. Pylons and the whole WSGI pluggable modulels thing has been a siren song to me, but no more. Convention can be frustrating, but it has its place.
python  framework  programming  philosophy 
december 2007 by al3x
Apydia
"an API reference documentation generator for Python"
python  documentation  generator 
december 2007 by al3x
BetterPrint
a more colorful, readable pretty printer for Python
python  prettyprint  library 
december 2007 by al3x
feedcache
Wrapper for the Universal Feed Parser which caches the results
atom  rss  python  library 
november 2007 by al3x
Eventlet
"a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level"
concurrency  python  library  network 
november 2007 by al3x
Pygments
a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code
code  syntax  highlight  library  python 
october 2007 by al3x
html5lib
A ruby/python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.
html  parser  python  ruby 
october 2007 by al3x
lwqueue
Lightweight cross-language message queue system
scaling  messaging  queue  python  ruby 
august 2007 by al3x
Tenjin
A fast multi-language templating system.
template  ruby  python 
august 2007 by al3x
lxml
a Pythonic binding for the libxml2 and libxslt libraries
python  xml  parser 
june 2007 by al3x
Mako
Templates for Python. Fast (as fast as Cheetah) with dead-simple syntax.
python  template  wsgi 
june 2007 by al3x
JSONstore 0.2
A simple datastore for JSON objects. The "shove" component is neat.
json  python  rest  wsgi 
may 2007 by al3x
mod_wsgi
no more mod_python. not that I really see needing this any time soon, but cool.
apache  deployment  python  wsgi 
april 2007 by al3x
FastCGI, et. al.
clean Apache FastCGI setup for Django and other Python web apps
django  python  trac  fastcgi  apache  deployment  webapp 
november 2006 by al3x
Clever Harold
a halfway decent Python web framework. pity they use Kid for templates.
python  framework  wsgi  webapp 
october 2006 by al3x
Waf
a pure Python replacement for a myriad of shitty build tools
python  build  unix  autotools 
october 2006 by al3x
pylibpcap
python module for libpcap
network  programming  python  pcap 
march 2006 by al3x
Peastat
simple Python web server stats
analysis  apache  python  statistics 
march 2006 by al3x
Mercurial
an alternative scm sysetm
programming  python  scm 
november 2005 by al3x
« earlier      

related tags

algorithm  amqp  analysis  analytics  apache  api  appengine  architecture  art  atom  autotools  bash  blogger  build  builder  c  cheatsheet  cli  client  cloud  code  comet  comparison  concurrency  continuousintegration  conversion  converter  criticism  crypto  curl  data  database  date  deployment  django  documentation  ec2  editor  erlang  event  fastcgi  framework  friendfeed  gae  gdata  generator  git  github  google  graph  graphics  gui  hadoop  haskell  highlight  hosting  html  http  i18n  infosec  interpreter  java  javascript  json  language  library  lighttpd  lisp  list  livecode  make  mapreduce  markdown  memcached  memory  messaging  mobile  monitoring  mysql  network  nokia  oauth  opensource  optimization  osx  package  parser  pastie  pcap  performance  perl  philosophy  php  pim  presentation  prettyprint  processing  programming  python  queue  r  reference  regex  repl  rest  rss  rsync  ruby  s60  scaling  schema  scm  scripting  search  security  serialization  server  software  ssh  statistics  style  sublimetext  svn  symbian  syntax  sysadmin  template  testing  text  textile  tiling  tip  trac  tutorial  twisted  unicode  unix  visualization  web  webapp  wiki  windowmanager  wsgi  x11  xml 

Copy this bookmark:



description:


tags: