rcrowley + python   111

mozilla-services/circus
Process supervision as a library. Interesting in the fat-JAR deployment scenario.
python  circus  supervision 
10 weeks ago by rcrowley
seomoz/shovel
I'm pretty sure I hate this but Square's all excited about browser-based deploy tools. There may be some ideas in here worth stealing.
shovel  rake  python  deploy 
12 weeks ago by rcrowley
Monitoring Wonderland Survey - Metrics - API - Gateways
An awesomely comprehensive listing of monitoring interoperability tools.
monitoring  metrics  graphite  ganglia  munin  collectd  opentsdb  ruby  python 
january 2012 by rcrowley
How Do I Cassandra?
Rick's first presentation as a DataStax employee. Good intro to Cassandra, including a short list of things to not do.
cassandra  python  pycassa 
november 2011 by rcrowley
simplegeo/tillicum - GitHub
Common network service manners codified in Python. In my head, this was inspired by itertools and friends, whether that's true or not.
python 
october 2011 by rcrowley
toddlipcon/gremlins - GitHub
(Dumping GitHub watches into Pinboard.)

Distributed fault-testing tools.
python  dist  testing 
october 2011 by rcrowley
ericflo/txconnpool - GitHub
(Dumping GitHub watches into Pinboard.)

A connection pool (and nothing else) for Twisted Python.
twisted  python 
october 2011 by rcrowley
rfk/promise - GitHub
(Dumping GitHub watches into Pinboard.)

Static optimizations for Python.
python 
october 2011 by rcrowley
simplegeo/python-oauth2 - GitHub
(Dumping GitHub watches into Pinboard.)

Python OAuth 1.0a library from Joe/SimpleGeo. Confusingly not an OAuth 2.0 library.
python  oauth 
october 2011 by rcrowley
joestump/python-simplexml - GitHub
(Dumping GitHub watches into Pinboard.)

PHP-style XML library for Python.
python  php  simplexml  xml 
october 2011 by rcrowley
maca/arguments - GitHub
(Dumping GitHub watches into Pinboard.)

Python-style keyword arguments for Ruby 1.8/1.9.
ruby  python 
october 2011 by rcrowley
mnot/nbhttp - GitHub
(Dumping GitHub watches into Pinboard.)

Python primitives for building non-blocking HTTP clients. (Servers?)
python  http  nonblocking  async 
october 2011 by rcrowley
simonw/optfunc - GitHub
(Dumping GitHub watches into Pinboard.)

Older portable way to make command-line interfaces like Fabric that dispatch to Python functions
python 
october 2011 by rcrowley
Pykka — Pykka v0.13.0 documentation
A Python implementation of actor-in-a-thread, like Ruby's Celluloid. Named like Scala's Akka.
python  concurrency  actor  pykka 
october 2011 by rcrowley
Run, Python, Run! « Harder, Better, Faster, Stronger
I always forget how to use cProfile and RunSnakeRun looks interesting.
python  cprofile  profiling  runsnakerun 
september 2011 by rcrowley
kiip/statsite - GitHub
Mitchell reimplemented StatsD in Python - no more Node!
statsite  graphite  statsd  python 
september 2011 by rcrowley
jrydberg/nesoi - GitHub
Gossip-based eventually-consistent (but for a small cluster likely always consistent) configuration storage engine like Noah.
dist  python  twisted  gossip  base  noah  cm  truth 
august 2011 by rcrowley
What's the proper way to install pip, virtualenv, and distribute for Python? - Stack Overflow
The Right Way is sucky. True enough, though, if you want `pip uninstall ...` to work.
python  pip  debian  ubuntu 
february 2011 by rcrowley
Gsh's homepage
Cool remote shell implementation.
gsh  sh  python  ssh  pssh 
november 2010 by rcrowley
Online Python Tutor: Write Python code online and single-step through its execution
Kind of the reverse of a debugger, where the *point* is to step through code line-by-line.
python  debugger 
september 2010 by rcrowley
pacha - Project Hosting on Google Code
A Python-based configuration management system that focuses on automatically tracking config file changes. Seems like I could get most of the way to what this does with `while true; do git commit -am $(date); sleep 60; done`. The rest is file metadata tracking like etckeeper.
pacha  cm  python 
august 2010 by rcrowley
Pyspread - A cross-platform Python spreadsheet
Like ResolverOne but runs on operating systems I use.
python  spreadsheet 
may 2010 by rcrowley
Building Filesystems with FUSE
Google cache of http://stuff.mit.edu/iap/2009/fuse/fuse.ppt. The GetContext function gets you access to the user and group that are actually making the request, allowing permissions to accurately model how they really work in UNIX.
python  fuse  linux 
may 2010 by rcrowley
bup fuse and the allow_other option - bup-list | Google Groups
fs.fuse_args.add("allow_other") plus "user_allow_other" in /etc/fuse.conf are the incantations necessary to allow users other than the user that mounted the filesystem access.
python  fuse  linux 
may 2010 by rcrowley
SourceForge.net: FUSE Python Reference - fuse
A non-terrible API listing for python-fuse.
python  fuse  linux 
may 2010 by rcrowley
27.13. site — Site-specific configuration hook — Python v2.6.5 documentation
RubyGems needs an equivalent to Python's site module if it's going to stick with dir-per-package.
python 
march 2010 by rcrowley
Home - python-routefs - GitHub
A generic way to build read-only filesystems from things that aren't filesystems. PownceFS could have used this years ago.
fuse  python 
february 2010 by rcrowley
mrtopf.de » Blog Archive » A small introduction to Python Eggs
Python Eggs are zip archives containing the *.py and *.pyc plus metadata.
python  egg  pypi  zip 
february 2010 by rcrowley
Performance Retrospective in PEP 3146 -- Merging Unladen Swallow into CPython
A professor once gave me props for tasteful use of C++ when implementing a UNIX shell. C++ is a big hammer so you have to be very careful what you hit. So long as the committers/managers of the CPython tree have taste in using the C++ hammer, I think the overall effect will be positive.
python  cpython  unladenswallow  c  c++ 
february 2010 by rcrowley
gevent: A coroutine-based network library for Python
To read for a better understanding of what coroutines can do for me. EFlo preaches this gospel so I figure I should get on board.
python  gevent  libevent  coroutine 
february 2010 by rcrowley
Buildout - software build system reloaded!
I'm not quite sure what to make of Buildout. It appears to be very similar to Virtualenv but supports some notion of redoing a configuration.
python  buildout 
january 2010 by rcrowley
Python Package Index : greenlet 0.2
Interesting different take on concurrency in Python.
python  concurrency  greenlet  pypi 
january 2010 by rcrowley
Creating Nagios Plugins using Python – stu.mp
Pythonic way to make writing Nagios plugins bearable. Puppet should be able to take it from here to make the end-to-end easy.
python  nagios  monitoring 
january 2010 by rcrowley
Introducing Magnum - Matt Gattis
Like Unicorn for Python. Tomayko's probably in love.
python  wsgi  epoll 
october 2009 by rcrowley
Making magic
Tour of the Python import system.
python 
august 2009 by rcrowley
Disco
Somewhat in between BashReduce and Hadoop, built by Nokia
mapreduce  disco  nokia  python  erlang 
july 2009 by rcrowley
Tips on using python's datetime module
Important timezone brokenness in Python. PHP5's DateTime continues to be my gold standard for timezone wrangling.
python  date  datetime  time  timezone 
july 2009 by rcrowley
Plurk Open Source - LightCloud - Distributed and persistent key value database
I could bolt libketama on the front of Net::Tyrant, or I could translate this to PHP.
lightcloud  tokyocabinet  tokyotyrant  python  kv  db  dist 
june 2009 by rcrowley
Yardbird - Django and IRC
Definitely better than my Twisted IRC bots.
django  twisted  python  irc  orm  yardbird 
may 2009 by rcrowley
Haystack - Search for Django
Will need eventually to replace __istartswith
django  python  search  solr  whoosh 
april 2009 by rcrowley
Django | Sending e-mail | Django Documentation
sudo python -m smtpd -n -c DebuggingServer localhost:25
django  python  email  mail  sendmail  smtp 
march 2009 by rcrowley
Django snippets: Smart {% if %} template tag
Thank the Internet! Now about that "elseif"... (Via simonw)
django  python  templates 
march 2009 by rcrowley
Dulwich
Hilarious that the Python bindings to the Git file formats are tracked in bzr. Still, cool project. The ruby equivalent basically spawned GitHub.
git  python 
february 2009 by rcrowley
Standalone Django scripts
This should be easier. I'd like to have shell scripts that are packaged with individual apps but that seems hard.
python  django 
january 2009 by rcrowley
Fabric - index
A big red button that doesn't assume Rails.
python  fabric  deploy  fab 
december 2008 by rcrowley
Fix Your MacPorts Python 2.5 Environment for Google App Engine
LET ME GOOGLE THAT FOR YOU. Needed to get Hammond's MiniMuni running.
google  appengine  python  ssl  https  macports  minimuni 
december 2008 by rcrowley
partiallydisassembled.net
My biggest problem with the Python docs is their lack of expected type information. This can at least annotate sources if not the whole library.
python  docs  types 
july 2008 by rcrowley
FUSE-Python bindings new API
0.2 bindings explanation.
(Brain dump of the last few days.)
python  fuse 
march 2008 by rcrowley
FUSEWiki - FusePython
(Brain dump of the last few days.)
fuse  python 
march 2008 by rcrowley
FUSEWiki - FUSE Python tutorial
(Brain dump of the last few days.)
python  fuse 
march 2008 by rcrowley
14.1.4 Files and Directories
For the stat calls and structure. Keep in mind that the object is os.stat_result.
(Brain dump of the last few days.)
python  fuse  stat 
march 2008 by rcrowley
getattr problems
(Brain dump of the last few days.)
python  fuse 
march 2008 by rcrowley
« earlier      

related tags

aaronstraupcope  actor  amazon  apache  api  appengine  argv  async  aws  base  bluetooth  buildout  c  c++  cassandra  circus  cm  code  collectd  concurrency  coroutine  cprofile  cpython  cronjob  ctypes  daemon  data  date  datetime  db  debian  debugger  deploy  disco  dist  django  dns  docs  ducktyping  dyndns  egg  email  epoll  erlang  everydns  excel  extraction  fab  fabric  firefox  flickr  framework  fuse  ganglia  gdal  gecko  geo  gevent  gis  git  google  gossip  graphite  greasemonkey  greenlet  grid  gsh  gtk  gui  hadoop  hash  http  https  install  interactive  internet  irc  javascript  js-ctypes  ksplice  kv  lamson  lhl  libevent  lightcloud  linux  mac  macports  mail  mapreduce  maps  me  metrics  minimuni  monads  mongrel2  monitoring  monoids  mozilla  muni  munin  mysql  n73  nagios  network  noah  nokia  nonblocking  oauth  opentsdb  orm  osx  pacha  paulhammond  perl  philhalley  php  pip  png  pownce  powncefs  process  profiling  programming  pssh  puppet  pycassa  pycon  pykka  pyobjc  pypi  python  python3000  queue  rake  routefs  ruby  runsnakerun  s60  screenshot  scripting  search  sendmail  server  sf  sh  sha1  shell  shovel  simplexml  smtp  soap  software  solr  source  spreadsheet  ssh  ssl  stat  statsd  statsite  string  strongtyping  subversion  supervision  sysadmin  templates  testing  thrift  time  timezone  tokyocabinet  tokyotyrant  trac  truth  twisted  types  ubuntu  udp  ui  unix  unladenswallow  upgrade  uploadr3  upnp  video  web  webkit  webkit2png  whoosh  widefinder  windows  wired  wsdl  wsgi  xml  xpcom  xulrunner  yahoo  yardbird  zip 

Copy this bookmark:



description:


tags: