PUBLIC   marks

PUBLIC MARKS with tag python

Sponsorised links

Today

Roundup Features

by karlcow

Roundup is a simple-to-use and -install issue-tracking system with web, e-mail and command-line interfaces. It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.

Yesterday

29 November 2009

docs at master from capooti's pinaxtutorial - GitHub

by karlcow

a tutorial on writing web application with the Pinax framework edit

Python YQL — Python YQL v0.3 documentation

by karlcow

Python YQL is a client library for making queries with Yahoo Query Language.

BBC - Web Developer: Test-driven Development in Agile Projects

by karlcow 1 comment

I plan to try adding doctests to my code, as well as continue writing proper unit tests in PHPUnit.

choisir entre les deux ou faire les deux ?

Python word frequency count using sets and lists « ActiveState Code

by karlcow

This lists unique words and word frequencies occurring in a Python string. You can ignore or take account of letter case in distinguishing words, and you can pass it your own inclusion list of characters allowed in words (e.g. is "import123" the kind of word you want to list, or not? It might be if you're a programmer.) By default only alpha chars are allowed in words.

Sponsorised links

28 November 2009

A byte of Python --> fr

by galiell
Traduction du tutoriel anglophone A byte of Python

25 November 2009

Découverte sur BioloGeek, l'avis d'un freelance passionné par le web et son évolution.

by Emaux & 13 others
Ce site a évolué avec mes centres d'intérêts pour graviter aujourd'hui autour des frameworks web, de l'ergonomie, du web sémantique, de python et plus généralement du développement web agile et pérenne.

24 November 2009

20 November 2009

Zachary Voase’s Blog — Announcing Markdoc

by karlcow

Markdoc is “a lightweight Markdown-based wiki system.”

18 November 2009

Announcing Kong: A server description and deployment testing tool | Surfing in Kansas

by karlcow

t work we have to manage a ton of Django based sites. Just for our World Company sites, we have over 50 different settings files, and this doesn't take into account the sites that we host for other clients. At this size it becomes basically impossible to test each site in a browser when you push things to production. To solve this problem I have written a very basic server description tool. This allows you to describe sites (settings file, python path, url, etc.) and servers.

17 November 2009

16 November 2009

Web Ecology Project

by karlcow

Python module allowing easy use of Google Language Tools, involving language detection and translation, with transliteration in an experimental state

15 November 2009

Python Package Index : roles 0.6.0

by karlcow

Library for Role based development.

Pythonic implementation of the DCI (Data Context Interaction) pattern (http://www.artima.com/articles/dci_vision.html).

The big difference with mixins is that this role is applied only to the subject instance, not to the subject class (alas, a new class is constructed).

Roles can be assigned and revoked. Multiple roles can be applied to an instance. Revocation can happen in any particular order.

jcalderone: Twisted Web in 60 seconds: HTTP authentication

by karlcow

how you can use Twisted Web's basic or digest HTTP authentication to control access to these resources.

Correct way to handle mobile browsers | Surfing in Kansas

by karlcow

Minidetector is a Django reusable app that allows you to know if a request is being viewed on a mobile device. It provides a middleware and a view decorator that sets a request.mobile variable to True if the request is coming from a mobile device. It's method of figuring out if a device is mobile is simple; It first checks for a special Opera Mini header, then for WAP support, then finally checks the User Agent against a list of known mobile strings.

Sage: Open Source Mathematics Software

by karlcow & 4 others

Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface.

stsci_python Home Page

by karlcow

stsci_python is a library of Python routines and C extensions that has been developed to provide a general astronomical data analysis infrastructure.

14 November 2009

Python, Unicode and UnicodeDecodeError

by marco
Unicode ---- encode ----> ASCII ASCII ---- decode ----> Unicode

12 November 2009

How to Make a US County Thematic Map Using Free Tools | FlowingData

by karlcow

make a choropleth map. You know, the maps that color regions by some metric. … In this post, I'll show you how to make a county-specific choropleth map using only free tools.

yeah!

PUBLIC TAGS related to tag python

no tag

Sponsorised links