background preloader

Welcome to pySerial’s documentation — pySerial v2.6 documentation

Welcome to pySerial’s documentation — pySerial v2.6 documentation

Logiciel Wavelab de 7P Soft Wavelab est un programme de simulation expérimentale destiné à favoriser l'étude individualisée des phénomènes ondulatoires se produisant dans un milieu à deux dimensions (simulation de cuve à ondes). Ce programme complètera harmonieusement le cours théorique, et même la démonstration de quelques phénomènes ondulatoires concrets, effectuée par le professeur à l'aide du matériel de physique habituel : longs tubes de caoutchouc, ressorts, etc., ainsi que la véritable cuve à ondes, bien entendu. Ces expériences réelles restent irremplaçables, et il ne faut surtout pas vouloir les escamoter au bénéfice d'une simulation, aussi bonne soit-elle. Elles pourront cependant être raccourcies, les élèves ayant tout le loisir de les reproduire par eux-mêmes en simulation, et d'en approfondir à leur propre rythme les aspects plus ardus. En plus des simulations d'expériences, Wavelab comporte de nombreuses pages d'explications ainsi que des démonstrations animées.

blist Data Acquisition from Measurement Computing TightProjector: Broadcast Screen Over the Network What is TightProjector? TightProjector is a program that can transmit the screen of a particular Windows computer to other computers in the same local-area network. The data is transmitted continuously, in real time. In other words, you “project” a screen to other networked computers. See more documentation here. Download now! Register TightProjector! TightProjectorSDK! This is a small library that provides the same functionality as TightProjector. Download TightProjectorSDK! Register TightProjectorSDK! Contact us. If you have problems with the TightProjector software, or wish to share your thoughts or suggestions, please use this e-mail address: info@tightprojector.com Thank you for choosing TightProjector software! Latest news... April 06, 2014 New version 2.0.3 brings bugfixes for TightProjector and TightReceiver. October 26, 2013 TightProjectorSDK 1.0 available now. July 27, 2013TightProjector version 2.0.1 is successfully released with a heap of new features and bug fixes.

Ressources Python Ressources didactiques Gérard Swinnen Vous trouverez ci-dessous : en téléchargement libre, les versions numériques de l'ouvrage "Apprendre à programmer avec Python" de Gérard Swinnen (troisième et cinquième éditions), anciennement publié aux éditions O'Reilly et dorénavant édité chez Eyrolles (ISBN 978-2-212-13434-6) ; le code source des exemples et exercices proposés dans le livre ;Les diapositives et le code source des exemples présentés par G.Swinnen au colloque "Libr'East of Paris" (IUT de Marne-la-vallée) les 23 & 24 Avril 2004 ;Les diapositives de la conférence sur Python présentée à l'IUT de Vannes (Université de Bretagne Sud), le 15 Avril 2005 ;La traduction du livre en hongrois (+ lien vers le site web du traducteur).La traduction du livre en arabe (+ lien vers le site web des traducteurs). Les deux dernières éditions traitent de la version 3 de Python. Au sommaire : Préface. Pour le professeur qui souhaite un support de cours. *** Traduction hongroise *** *** Traduction arabe ***

pybluez PyBluez is an effort to create python wrappers around system Bluetooth resources to allow Python developers to easily and quickly create Bluetooth applications. PyBluez works on GNU/Linux and Windows XP (Microsoft and Widcomm Bluetooth stacks). It is freely available under the GNU General Public License. Documentation See the Documentation page. Mailing List / Contact Please use the mailing list at News Jan 19, 2014 Version 0.20 released. Oct 15, 2009 Version 0.17 released. Feb 5, 2009 Version 0.16 released. Jan 21, 2008 Version 0.15 released. Jan 3, 2008 We are slowly transitioning the website from MIT (org.csail.mit.edu/pybluez) to Google Code ( Nov 12, 2007 Version 0.14 released. Aug 30, 2007 Version 0.13 released. Aug 29, 2007 Version 0.12 released. Aug 25, 2007 Version 0.11 released. Aug 15, 2007 Version 0.10 released. added experimental Broadcom/Widcomm support. Widcomm stack notes: 1. Dec 27, 2006 Version 0.9.2 released.

Sjinn Linux RS-232 Serial Communications Features 4 Sites To Find Interesting New Startups & Betas To Join Through the caverns of the Internet, I’ve managed to get put on rather quickly to some of today’s hottest Internet startups such as ifttt, Instagram, and turntable.fm. Startups and betas are as popular as they’ve ever been, and I can promise you that every single day a brand new startup is launched that will garner attention and is probably worth joining. Until recently, it’s been pretty tough finding these little guys in the wide space of the Internet. Luckily, we’ve got a few sites that aggregate the best of them and show them to you, so you can be the first of all of your friends to get invited. Maybe you’ll even get a vanity username. Where in one of my last posts I only dangled the meat in front of you, you’re getting it all this time. Beta Li.st Beta List was really the one to start it all off and really popularize beta indexing. Arguably the biggest perk about Beta List is that they often have very exclusive, sometimes very limited, invites that are special to their users only.

Académie d'Amiens - Informatique et sciences du numérique au lycée - Python Publié le 9 décembre 2011 Mis à jour le 18 juin 2012 A savoir Python est souvent utilisé en mathématiques pour l’algorithmique en seconde, première et terminale, notamment dans l’académie : AmiensPython Fiche d’identité Particularités La principale particularité de Python est de posséder une indentation significative, c’est-à-dire que les blocs d’instructions sont déterminés par leur décalage par rapport à la marge gauche, et non par une paire d’accolades {...} comme dans beaucoup de langages. L’autre caractéristique de python est d’être orthogonal : il est défini par un nombre minimal de mots clés, il n’y a pas de redondance. Python est un langage très explicite : il n’y a pas de mécanismes cachés ou « automagiques » et dont le résultat dépend du contexte d’exécution. Python ne possède pas de pointeurs et gère lui-même toutes les allocations de mémoire grâce à son « ramasse-miettes ». Environnements de développement Python est installé avec son propre IDE : Idle. Hello World Avantages Liens

PIL The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. Status The current free version is PIL 1.1.7. Support Free Support: If you don't have a support contract, please send your question to the Python Image SIG mailing list. You can join the Image SIG via python.org's subscription page, or by sending a mail to image-sig-request@python.org. You can also ask on the Python mailing list, python-list@python.org, or the newsgroup comp.lang.python. Downloads The following downloads are currently available: Additional downloads may be found here. For a full list of changes in this release, see this page. If the Windows installer cannot find a Python interpreter, you may have to register your interpreter. For a full list of changes in this release, see this page.

Free rs232 data acquisition Download Programmable scientific and technical graphics optimized for automation of test and measurement systems and numerical data analysis. Provides extensible set of editing and calculation features and includes ActiveX-compatible scripting environment. Programmable scientific and technical graphics optimized for automation of test and measurement systems, data acquisition and post-process. Especially suitable for scientists who would like to make high-performance, precise measurements in the experimental research. Features include powerful visual tools (graphic editor, plot digitizer, base line subtractor), wide set of numeric and symbolic calculations (integration, differentiation, smoothing, etc), linear and nonlinear NLSF (Levenberg-Marquardt) regression analysis, configurable user interface and more.

Related: