<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Programming on Josue Kouka</title><link>https://josuebrunel.github.io/tags/programming/</link><description>Recent content in Programming 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/programming/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></channel></rss>