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

May 30 2010

23:34

berp

Berp is an implementation of Python 3. At its heart is a translator, which takes Python code as input and generates Haskell code as output. The Haskell code is fed into a Haskell compiler (GHC) for compilation to machine code or interpretation as byte code.
Tags: python haskell
23:34

berp

Berp is an implementation of Python 3. At its heart is a translator, which takes Python code as input and generates Haskell code as output. The Haskell code is fed into a Haskell compiler (GHC) for compilation to machine code or interpretation as byte code.
Tags: python haskell

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.

March 12 2010

17:41

March 05 2010

15:39

gaema - Project Hosting on Google Code

gaema is a library that provides various authentication systems for Google App Engine. It is basically the tornado.auth module extracted to work on App Engine and independently of any framework.

It supports login using:

OpenId
OAuth
Google Accounts
Facebook
FriendFeed
Twitter

February 19 2010

08:49

django-annoying

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

February 15 2010

17:56

February 01 2010

15:26

startupequitysimulator: payout.py

Calculate the value of a startup's common stock by simulating various funding scenarios.

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 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.

December 05 2009

12:14

MyHDL - From Python to Silicon!

MyHDL is an open source Python package that lets you go from Python to silicon. With MyHDL, you can use Python as a hardware description and verification language. Furthermore, you can convert implementation-oriented MyHDL code to Verilog and VHDL automatically, and take it to a silicon implementation from there.

November 24 2009

12:49

November 23 2009

17:08

November 05 2009

03:54

pyjamas

pyjamas is a stand-alone python to javascript compiler, an AJAX framework / library and a Widget set API. You can write web applications in python - a readable programming language - instead of in HTML and Javascript, both of which become quickly unreadable for even medium-sized applications. Your application's design can benefit from encapsulating high level concepts into classes and modules (instead of trying to fit as much HTML as you can stand into one page); you can reuse - and import - classes and modules. Also, the AJAX library takes care of all the browser interoperability issues on your behalf, leaving you free to focus on application development instead of learning all the "usual" browser incompatibilities.

October 26 2009

10:24

django-mingus

a Django blog engine leveraging reusable apps for all its features.

October 20 2009

18:40

tipfy - The cute little framework for App Engine

Tipfy is a cute little Python framework for App Engine which follows the basic concepts of web.py and webapp. It is built on top of Werkzeug's WSGI utilities and is really small but powerful.

October 17 2009

12:47

git-yui at v3 from davglass's yui-git - GitHub

Python code snippets to interact with git
Tags: python git

October 05 2009

16:06

Drupy: Drupal in Python

Drupy is a Python port of the Drupal content management system built on Django. Drupy had previously been a direct PHP-to-Python port of Drupal, but this had proven to be quite unmanageable. Drupy has taken a new direction in which it is being built on top of the Django Framework. This will offer maximum stability and a much more efficient development cycle.
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.