Python
Importer un module depuis un dossier cachee en python
Comment charger dynamiquement un module Python depuis un dossier cache (ex: ~/.myapp/settings.py) avec imp.load_source, et son equivalent moderne importlib.Environement Python : exemple d'un fichier .pythonenv
An example .pythonenv startup file with a small Database/MySqlite abstract-class pattern for the Python REPL.Virtualenv avec une autre version de python
A one-line tip for creating a virtual environment pinned to a specific Python interpreter version.Introduction a bottle
A hello-world introduction to the Bottle Python web framework: install, routes, and reading GET/POST data.Comprendre *, **, *args, **kwargs
A REPL-driven walkthrough of Python's unpacking operators (* and **) and *args/**kwargs, including a real inheritance use case.oeutils
oeutils: a small Python XML-RPC wrapper for OpenERP, inspired by erppeek. Kept here as a historical project writeup.Bowee
Introducing BoWee, a Bottle + Peewee scaffolding tool for quickly bootstrapping small Python web apps.Environement Python
Setting up a Python dev environment: REPL autocompletion via PYTHONSTARTUP, and installing virtualenv/virtualenvwrapper.Openerp Module Development
Writing a first OpenERP module from scratch: manifest, model, XML views, menus, and installing it on a local server.
