Dive into the archives.
- Emacs and Python – The Definitive Answer
Over the past year or so, I’ve used Emacs pretty extensively for Python/Django development. During that time, I’ve customized my .emacs file a lot, mostly with .el packages found on the net related to Python development in Emacs – rope, pymacs and friends. If you google python+emacs, you’ll find a lot of packages and recipes [...]
- Getting Started with Memcached
Introduction into caching with Memcached for beginners
- WebSockets and pywebsocket – quick & dirty playground
Playing with HTML 5 WebSockets One of the interesting features proposed for HTML 5 is The Web Sockets API. Web Sockets API define bidirectional communication between the web browser (using Javascript) and server. The use of Web Sockets may be very interesting replacement of frequent browser-to-server calls, especially for ‘check if something has changed’ or [...]

