Links tagged “python”
233 links, newest first.
lucumr.pocoo.org
A walkthrough of Nameko, a Python framework that runs HTTP handlers, background tasks and scheduled jobs as AMQP-backed services with dependency injection.
textblob.readthedocs.org
Documentation for TextBlob, a Python library offering a simple API for sentiment analysis, part-of-speech tagging, noun phrase extraction and translation.
github.com
Python distributed queue for huge numbers of one-off tasks, built on gevent and ZeroMQ with resumable iterators so the master never buffers the whole job list.
paulgraham.com
Essay arguing that companies working in less mainstream languages such as Python attract better programmers, since only enthusiasts learn them by choice.
chase-seibert.github.io
Walkthrough of tracking runaway memory use in long-running Python and Celery workers with objgraph, Heapy and gdb-heap, plus process-recycling workarounds.
andybromberg.com
Walkthrough of classifying movie reviews as positive or negative in Python with NLTK, reaching about 85% accuracy through feature selection.
push.cx
How to implement the flyweight pattern in Python, using __new__ and a weak-reference pool so that identical objects are shared instead of duplicated.
users.softlab.ece.ntua.gr
A Python implementation of the Ulam prime spiral, and a benchmark where running the same grid generation under PyPy comes out around fifty times faster than CPython.
neopythonic.blogspot.fr
Guido van Rossum's stack-based depth-first algorithm for finding a cycle in a directed graph, written to stay independent of how the graph itself is represented.
lemondeinformatique.fr
« Python est si facile à apprendre que c'est un stagiaire qui enseigne le langage aux nouveaux salariés » http://t.co/ql6U4dWC
slideshare.net
"I regret nothing" slides up: http://t.co/eO5jHzS7 via @slideshare #europython
ep2012.europython.eu
@hhamon En tout cas si t'as une seconde, matte le programme : http://t.co/PHzML9uj
nedbatchelder.com
@LionelTouati http://t.co/Vy5sxmQ2
speakerdeck.com
#Djangocong slides: staticfiles http://t.co/cT6DwKpk packaging http://t.co/B65nm2NT
eli.thegreenplace.net
Python object creation sequence http://t.co/yyKPoy0N
speakerdeck.com
#Djangocong slides: staticfiles http://t.co/cT6DwKpk packaging http://t.co/B65nm2NT
pypi.python.org
virtualenv 1.7 released (--no-site-packages is now the default mode) #python - http://t.co/tj3u8uur



















