<?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/categories/programming/</link><description>Recent content in Programming on josuebrunel.github.io</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 28 Jan 2015 18:14:08 +0000</lastBuildDate><atom:link href="https://josuebrunel.github.io/categories/programming/index.xml" rel="self" type="application/rss+xml"/><item><title>Increment input value using mousewheel in javascript</title><link>https://josuebrunel.github.io/posts/increment-input-value-mousewheel/</link><pubDate>Wed, 28 Jan 2015 18:14:08 +0000</pubDate><guid>https://josuebrunel.github.io/posts/increment-input-value-mousewheel/</guid><description>
A small jQuery snippet to increment or decrement a numeric input's value by scrolling the mouse wheel over it.</description></item><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>Introduction aux Makefiles</title><link>https://josuebrunel.github.io/posts/makefile/</link><pubDate>Tue, 05 Feb 2013 00:00:00 +0000</pubDate><guid>https://josuebrunel.github.io/posts/makefile/</guid><description>
A beginner's introduction to Makefiles: what they solve, and building one up from a small C example.</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></channel></rss>