public marks

PUBLIC MARKS from parmentierf with tag python

April 2010

A Curious Course on Coroutines and Concurrency

(via)
This tutorial is a practical exploration of using Python coroutines (extended generators) for solving problems in data processing, event handling, and concurrent programming. The material starts off with generators and builds to writing a complete multitasking environment that can run thousands of concurrent tasks without using threads or using code based on event-driven callbacks (i.e., the "reactor" model).

March 2010

python-twitter - Project Hosting on Google Code

by 1 other (via)
This library provides a pure python interface for the Twitter API.

February 2010

Initiation à Python 3 — Association Francophone Python

Bob Cordeau offre à la communauté un livret complet d'initiation à Python 3. A consommer sans modération.

December 2009

scrumpy #5 : David Larlet Django-Python on Vimeo

(via)
Une petite démonstration de l'écriture d'une application Django par Biologeek!

October 2009

Ressources Python

une version librement téléchargeable de l'ouvrage "Apprendre à programmer avec Python" de Gérard Swinnen, troisième édition, anciennement publié aux éditions O'Reilly et dorénavant ré-édité chez Eyrolles (ISBN 978-2-212-12474-3 )

pyglet

by 1 other (via)
pyglet provides an object-oriented programming interface for developing games and other visually-rich applications for Windows, Mac OS X and Linux.

September 2009

Launch Your Own Twitter Bot (PHP, Python, Ruby) - Addicted To 1’s and 0’s

In this post I’ll provide you with all the tools, source code and know-how to be able to build and launch your own twitter bot, and i’ll even give you resources to do it in the programming language of your choice.

Python Zone | Everything for the Python & Django developer

Everything for the Python & Django developer

Why Google AppEngine sucks : Svarychevski Michail Aleksandrovich

(via)
his article is about some Google AppEngine problems (or peculiarities) which might not be obvious for newcomers.

Dive Into Python 3

by 3 others
Dive Into Python 3 covers Python 3 and its differences from Python 2.

NLTK Home (Natural Language Toolkit)

(via)
Open source Python modules, linguistic data and documentation for research and development in natural language processing, supporting dozens of NLP tasks, with distributions for Windows, Mac OSX and Linux.

Python Twitter Tools (command-line client and IRC bot)

Python Twitter Tools (PTT) includes a Twitter API, command-line tool, and IRC bot.

August 2009

July 2009

June 2009

May 2009

Welcome To codedread

(via)
Scour is an open-source Python script that will clean SVG files, removing a lot of 'cruft' that certain tools or authors embed into their documents.

April 2009

phenny - The Python IRC Bot

Phenny is a popular IRC bot written in Python.

March 2009

Beautiful Soup: We called him Tortoise because he taught us.

by 7 others (via)
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.

February 2009

Le panda pour les amis du python - Clochix

Firefox est codé en C et en JavaScript, mais, c'est moins connu, il est également possible d'utiliser Python pour développer des modules. Petit tour d'horizon des différents solutions.

January 2009