Programming
Attacher une methode a une classe en python
Binding a plain function to a class instance at runtime with types.MethodType, and how that differs from a regular instance method.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.Introduction aux Makefiles
A beginner's introduction to Makefiles: what they solve, and building one up from a small C example.Environement Python
Setting up a Python dev environment: REPL autocompletion via PYTHONSTARTUP, and installing virtualenv/virtualenvwrapper.
