Sponsorised links
01 July 2009
The EveryBlock source code
In an effort to make the code useful to as many people as possible, we've split it into several packages:
* The main package (probably the thing you're looking for) is the publishing system, known as ebpub.
* Second, the packages ebdata and ebgeo contain Python modules for processing data and making maps.
* Third, the packages ebinternal and everyblock round out the code that powers EveryBlock.com. They're internal tools and are likely not of general use, but we're including them to be complete.
* Finally, ebblog and ebwiki are our blog and wiki software, respectively. Because, dammit, the world needs another Django-powered blogging tool.
30 June 2009
Python 3.1, une nouvelle version dans la branche 3.x - Programmation - Les news
Sponsorised links
29 June 2009
Snake Wrangling for Kids @ Jason R Briggs
23 June 2009
APRESS.COM : Beginning GeoDjango: Rich GIS Web Applications with Python : 9781430225317
Learn how to build mapping applications using GeoDjango, the leading open source geographic web framework.
22 June 2009
Amazon.com: Beginning Python Visualization: Crafting Visual Transformation Scripts (Books for Professionals by Professionals): Shai Vaingast: Books
Beginning Python Visualization: Crafting Visual Transformation Scripts
20 June 2009
matplotlib: python plotting — Matplotlib v0.98.6svn documentation
matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and six graphical user interface toolkits.
19 June 2009
Canon 1DS
18 June 2009
15 June 2009
Lacking Rhoticity: Python standard library in Native Client
The Python standard library now works under Native Client in the web browser, including the Sqlite extension module.
By that I mean that it is possible to import modules from the standard library, but a lot of system calls won't be available. Sqlite works for in-memory use.
14 June 2009
android-scripting - Google Code
The Android Scripting Environment (ASE) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
11 June 2009
WhereCamp / Proximity and Relative Location
A session talking about what people can/are doing with proximity sensing (and how/why in many cases, locative services aren't about absolute (geo) location, but relative location. Covering implementation and code of Bluetooth in particular, including information on the setup I used at Where 2.0 and WhereCamp 2008. (The morning session already covered lots of concerns about privacy that are applicable here, so this session will focus on cool stuff you can do and how to get out there and do it)
10 June 2009
Documentation/index.html – Bitten
Bitten is a Python-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface.
03 June 2009
02 June 2009
28 May 2009
LiPyrary - Python for books: work, booksnakes and a side dish of cherries
Visual Library software stack is used for the digitalization process of bibliographic entities. Bibliographic entities is a technical term that includes a variety of things, including but not limited to books, maps, magazines, news papierrs, photographies, letters, records, charters and many more.
27 May 2009
googletransitdatafeed - Google Code
The GoogleTransitDataFeed Open Source Software project is an effort to offer tools for reading, writing, and converting to and from the Google Transit Feed Specification format, to help make public transit information projects more successful for agencies and other interested parties.
The project currently offers code for working with transit data in the Java and Python languages.
22 May 2009
brooklynmuseumapi | matienzo.org
brooklynmuseumapi is a Python module to interact with the Brooklyn Museum Collection API.
surfrdf - Google Code
SuRF is an Object Oriented - RDF Mapper based on the popular rdflib python library. It exposes the RDF triple sets as sets of resources and seamlessly integrates them into the Object Oriented paradigm of python in a similar manner as ActiveRDF does for ruby
20 May 2009
19 May 2009
djng—a Django powered microframework
Microframeworks let you build an entire web application in a single file, usually with only one import statement. They are becoming increasingly popular for building small, self-contained applications that perform only one task—Service Oriented Architecture reborn as a combination of the Unix development philosophy and RESTful API design.
