background preloader

Python

Facebook Twitter

Proj.Proj. Thumbnail gallery — Matplotlib 1.1.1 documentation. Aide-mémoire Numpy/Scipy. Untitled. Here is a collection of software, libraries or recipes that I wrote for my own purposes and that you might find useful as well. Unless stated otherwise, permission is granted to copy, distribute and/or modify these software under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

Simulation Distributed Asynchronous Numerical & Adaptive computing DANA is a python framework for distributed, asynchronous, numerical and adaptive computing. The computational paradigm supporting the dana framework is grounded on the notion of a unit that is a essentially a set of arbitrary values that can vary along time under the influence of other units and learning. Neural field with finite propagation speed Dynamic Self-Organization Maps In collaboration with Yann Boniface, we designed a variation of the self-organising map where the time-dependency learning function has been replaced.

Visualization. Apprendre à programmer avec Python/Utilisation de fenêtres et de graphismes. Un livre de Wikilivres. Jusqu'à présent, nous avons utilisé Python exclusivement « en mode texte ». Nous avons procédé ainsi parce qu'il nous fallait absolument d'abord dégager un certain nombre de concepts élémentaires ainsi que la structure de base du langage, avant d'envisager des expériences impliquant des objets informatiques plus élaborés (fenêtres, images, sons, etc.). Nous pouvons à présent nous permettre une petite incursion dans le vaste domaine des interfaces graphiques, mais ce ne sera qu'un premier amuse-gueule : il nous reste en effet encore bien des choses fondamentales à apprendre, et pour nombre d'entre elles l'approche textuelle reste la plus abordable.

Interfaces graphiques (GUI)[modifier | modifier le wikicode] Si vous ne le saviez pas encore, apprenez dès à présent que le domaine des interfaces graphiques (ou GUI : Graphical User Interface) est extrêmement complexe. Premiers pas avec Tkinter[modifier | modifier le wikicode]

Plotting