Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

June 19 2010

12:05
12:05

June 18 2010

13:47
13:47

June 17 2010

14:17
14:17

April 25 2010

13:03

Minimal Django

I work daily with Django and love it, but after reading about Flask I got a small case of microframework envy. Why can’t Django development scale down as well as it scales up, and let a beginner have fun with single-file web development without becoming swamped in the full complexity of modern web development? It turns out Django can easily scale down.

April 07 2010

19:20

Index - How To Node

How To Node is a blog featuring projects and tutorials relating to the Node.js project.

February 19 2010

08:49

django-annoying

This is django application that try to eliminate annoying things in Django framework.
Reposted bytante tante

February 06 2010

19:53

gource

Gource is a software version control visualization tool.

February 01 2010

21:56

January 29 2010

17:14
17:05

Top 10 tips to a new django developer

Less newbie than one might think.

January 24 2010

13:56

OCaml Batteries Included

OCaml Batteries included (or simply "Batteries") is a community-driven effort to standardize on an consistent, documented, and comprehensive development platform for the OCaml programming language. Batteries is meant to serve the following purposes: define a standard set of libraries which may be expected on every compliant installation of OCaml; organize these libraries into a hierarchy of modules; define a standard set of language extensions (based on CamlP4) which may be expected on every compliant installation of OCaml;

January 20 2010

13:04

A successful Git branching model

In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management.
Reposted bytomster02mydafsoup-01prg02mysoup-aa

January 18 2010

00:01

January 16 2010

13:59

Dulwich

a pure Python implementation of git protocols and files
Reposted byZaphodBtomster

January 15 2010

19:01

stream – Lazily-evaluated, parallelizable pipeline

Streams are iterables with a pipelining mechanism to enable data-flow programming and easy parallelization. The idea is to take the output of a function that turns an iterable into another iterable and plug that as the input of another such function. While you can already do this using function composition, this package provides an elegant notation for it by overloading the >> operator. This approach focuses the programming on processing streams of data, step by step. A pipeline usually starts with a producer, then passes through a number of processors. Multiple streams can be branched and combined. Finally, the output is fed to an accumulator, which can be any function of one iterable argument.
Reposted bysatta satta

January 14 2010

02:04

January 06 2010

19:52

Eventlet Networking Library

Eventlet is 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.
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.