<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Josue Kouka</title><link>https://josuebrunel.github.io/tags/python/</link><description>Recent content in Python on josuebrunel.github.io</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 17 Jan 2015 15:25:31 +0000</lastBuildDate><atom:link href="https://josuebrunel.github.io/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Attacher une methode a une classe en python</title><link>https://josuebrunel.github.io/posts/attacher-une-methode-a-une-classe-en-python/</link><pubDate>Sat, 17 Jan 2015 15:25:31 +0000</pubDate><guid>https://josuebrunel.github.io/posts/attacher-une-methode-a-une-classe-en-python/</guid><description>
Binding a plain function to a class instance at runtime with types.MethodType, and how that differs from a regular instance method.</description></item><item><title>Importer un module depuis un dossier cachee en python</title><link>https://josuebrunel.github.io/posts/importer-un-module-depuis-un-dossier-cachee-en-python/</link><pubDate>Mon, 12 Jan 2015 07:58:30 +0000</pubDate><guid>https://josuebrunel.github.io/posts/importer-un-module-depuis-un-dossier-cachee-en-python/</guid><description>
Comment charger dynamiquement un module Python depuis un dossier cache (ex: ~/.myapp/settings.py) avec imp.load_source, et son equivalent moderne importlib.</description></item><item><title>Environement Python : exemple d'un fichier .pythonenv</title><link>https://josuebrunel.github.io/posts/environement-python-exemple-dun-fichier-pythonenv/</link><pubDate>Wed, 19 Nov 2014 21:03:02 +0000</pubDate><guid>https://josuebrunel.github.io/posts/environement-python-exemple-dun-fichier-pythonenv/</guid><description>
An example .pythonenv startup file with a small Database/MySqlite abstract-class pattern for the Python REPL.</description></item><item><title>Virtualenv avec une autre version de python</title><link>https://josuebrunel.github.io/posts/virtualenv-avec-une-autre-version-de-python/</link><pubDate>Wed, 19 Nov 2014 20:12:06 +0000</pubDate><guid>https://josuebrunel.github.io/posts/virtualenv-avec-une-autre-version-de-python/</guid><description>
A one-line tip for creating a virtual environment pinned to a specific Python interpreter version.</description></item><item><title>Introduction a bottle</title><link>https://josuebrunel.github.io/posts/introduction-a-bottle/</link><pubDate>Wed, 07 Aug 2013 08:00:29 +0000</pubDate><guid>https://josuebrunel.github.io/posts/introduction-a-bottle/</guid><description>
A hello-world introduction to the Bottle Python web framework: install, routes, and reading GET/POST data.</description></item><item><title>Comprendre *, **, *args, **kwargs</title><link>https://josuebrunel.github.io/posts/comprendre-args-kwargs/</link><pubDate>Tue, 26 Mar 2013 00:00:00 +0000</pubDate><guid>https://josuebrunel.github.io/posts/comprendre-args-kwargs/</guid><description>
A REPL-driven walkthrough of Python's unpacking operators (* and **) and *args/**kwargs, including a real inheritance use case.</description></item><item><title>oeutils</title><link>https://josuebrunel.github.io/posts/oeutils/</link><pubDate>Sat, 23 Mar 2013 00:00:00 +0000</pubDate><guid>https://josuebrunel.github.io/posts/oeutils/</guid><description>
oeutils: a small Python XML-RPC wrapper for OpenERP, inspired by erppeek. Kept here as a historical project writeup.</description></item><item><title>Bowee</title><link>https://josuebrunel.github.io/posts/bowee/</link><pubDate>Tue, 15 Jan 2013 00:00:00 +0000</pubDate><guid>https://josuebrunel.github.io/posts/bowee/</guid><description>
Introducing BoWee, a Bottle + Peewee scaffolding tool for quickly bootstrapping small Python web apps.</description></item><item><title>Environement Python</title><link>https://josuebrunel.github.io/posts/environement-python/</link><pubDate>Sun, 07 Oct 2012 00:00:00 +0000</pubDate><guid>https://josuebrunel.github.io/posts/environement-python/</guid><description>
Setting up a Python dev environment: REPL autocompletion via PYTHONSTARTUP, and installing virtualenv/virtualenvwrapper.</description></item><item><title>Openerp Module Development</title><link>https://josuebrunel.github.io/posts/openerp-module-development-partie-i/</link><pubDate>Thu, 04 Oct 2012 00:00:00 +0000</pubDate><guid>https://josuebrunel.github.io/posts/openerp-module-development-partie-i/</guid><description>
Writing a first OpenERP module from scratch: manifest, model, XML views, menus, and installing it on a local server.</description></item></channel></rss>