Montréal-Python’s mission is to promote the growth of a lively and dynamic community of users of the Python programming language and to promote the use of the latter. Montréal-Python also aims to disseminate the local Python knowledge to build a stronger developer community. Montréal-Python promotes Free and Open Source Software, favors its adoption within the community, and collaborates with community players to achieve this goal.
PyJML - case study of C extensions by Jeremy Barnes
Python makes an excellent glue language to connect software components. The CPython interpreter can easily be extended to provide new ways to manipulate and combine your programs and libraries. The core of the talk will be on how to develop extension modules for CPython using its C API. The presentation will also give insights how to write Python code which makes efficient use of the CPython interpreter. Please note that the audience will be expected to have a basic understanding of the C lang...
Andrew Francis on Stackless Python
La création du logiciel Ounk a été motivée par le besoin d’un environnement de programmation musicale offrant une excellente qualité sonore accompagnée d’un langage de haut niveau, simple et efficace. L’environnement doit permettre à l’utilisateur d’arriver rapidement au résultat sonore souhaité. Le langage Csound comme moteur audio fut choisi pour plusieurs raisons. Premièrement, Csound est un langage mature ayant une communauté de programmeurs très active. En plus d’offrir une très large lib...