Bookmark Tags python

berp: An implementation of Python 3 in Haskell #

Published 1 month, 4 weeks ago.

, , and

"Berp is an implementation of Python 3, written in Haskell. It provides a compiler and an interpreter. In both cases the input Python program is translated into Haskell code. The compiler turns the Haskell code into machine code. The interpreter runs the Haskell code immediately via the GHCi interpreter. The user interface of the interpreter imitates the one provided by CPython."

Nerds Central: The Knife Is Out For Ruby #

Published 2 months, 1 week ago.

, , , , , and

"Dynamic languages are coming to the end of their honeymoon period. This is bad for Python and maybe PHP, but it is nothing short of a disaster for Ruby."

Google Python Style Guide #

Published 2 months, 2 weeks ago.

, , and

Dropbox API client for Python #

Published 2 months, 3 weeks ago.

, , , and

Python support in GNOME gets a boost from hackfest #

Published 3 months, 1 week ago.

, , and

"Some GNOME developers have gathered in Boston for for a Python GNOME hackfest that is hosted by the One Laptop Per Child (OLPC) project. The primary goals behind the hackfest include establishing a strategy for delivering Python 3.0 compatibility for the GNOME platform and advancing the Python GObject introspection project."

Like, Python #

Published 3 months, 2 weeks ago.

, , and

yo just print like "hello world" bro

Flask a Web Microframework #

Published 3 months, 2 weeks ago.

, , , , , , , and

A nice microframework for Python for websites with less than 4000 lines.

The Onion Uses Django, And Why It Matters To Us #

Published 4 months ago.

, , , and

The Onion Tech Team talks about why they converted from Drupal to Django: "Cleaner. Much cleaner. Proper unit testing. Real reusable components across applications. An ORM rather than a just a series of functional query helpers. Tighter conventions (q: how often do people using Python argue about bracing styles? a: they don't). We can update then test a Django core change without worrying about having to take apart our applications, and if we do need to make a change, it's easy to do because there's less, much more readable code. Every member of the tech team can meaningfully contribute because there are fewer specialized or hacked together pieces. We can move more quickly on large changes because of all these reasons. And we're more stable because of all the previously expressed points."

Google's Python Class #

Published 4 months, 1 week ago.

, , , and

Announcing twod.wsgi: Better WSGI support for Django #

Published 4 months, 3 weeks ago.

, , and

"twod.wsgi allows Django developers to take advantage of the huge array of existing WSGI software, to integrate 3rd party components which suit your needs or just to improve things which are not within the scope of a Web application framework."

The Hitchhiker's Guide to Packaging #

Published 5 months, 1 week ago.

, and

Python Recipe: Adding Paragraph-Level Permalinks #

Published 5 months, 2 weeks ago.

, and

Django Advent #

Published 5 months, 3 weeks ago.

, , and

"A series of articles about upcoming releases of the Django web framework."

Using class-based views effectively in Django #

Published 5 months, 3 weeks ago.

, , , and

What Pythonistas Think of Ruby #

Published 5 months, 3 weeks ago.

, and

8 Reasons Why You Should Try Django #

Published 6 months, 3 weeks ago.

, and

round-robin django setup with nginx #

Published 7 months, 1 week ago.

, , and