background preloader

Plongez au coeur de Python

Plongez au coeur de Python

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. *** Traduction hongroise *** Merci infiniment, Péter ! *** Traduction arabe *** ... Téléchargements

Tornado Web Server Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. Upgrade notes As of Tornado 3.2, the backports.ssl_match_hostname package must be installed when running Tornado on Python 2. Hello, world Here is a simple “Hello, world” example web app for Tornado: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") application = tornado.web.Application([ (r"/", MainHandler), ]) if __name__ == "__main__": application.listen(8888) tornado.ioloop.IOLoop.instance().start() This example does not use any of Tornado’s asynchronous features; for that see this simple chat room. Installation Automatic installation: Manual installation: Download tornado-3.3.dev1.tar.gz:

20 Useful Free PDF ebooks for Designers and Bloggers :Speckyboy Design Magazine Over the years I have a saved a decent sized library of useful design and blogging related PDF ebooks, I love them. I have voraciously collected them, and all stored on my mobile for whenever the chance of quick read arises. In this post I would like to share my favorite 20 (freely available) ebooks with you. All of the below books are have been written to be read quickly, they are neither very long nor are they the definitive resource on their specific subject. Introduction to Good Usability by Peter Pixel This guide is especially handy if you haven’t done a lot of webdesign yet or if you are involved in webdesign but don’t do any of the real work. A lot of books have been written in the past but the threshold for reading them, especially if you have never built a site, is quite big, hence this short guide. Introduction to Good Usability →Download the PDF → Web Accessibility Checklist by Aaron Cannon Web Accessibility Checklist →Download the PDF → Better CSS Font Stacks by Nathan Ford

A byte of Python - Table des Matières Hidden features of Python Share Book Recommendations With Your Friends, Join Book Clubs, Answer ... Pygame Un livre de Wikilivres. Avant propos[modifier | modifier le wikicode] Ce livre est un wiki et peut par conséquent être amélioré par tout le monde. N'hésitez pas à participer ! 1) Ceci est la traduction de la documentation de pygame présente sur le site [archive] . 2) Cette traduction est approximative et parfois trop mot à mot, si une tournure vous gêne, vous pouvez la corriger ou en parler sur la page de discussion. 3) Ce n'est pas une traduction de la documentation de référence de Pygame, celle-ci étant disponible à l'adresse [1] . Sommaire[modifier | modifier le wikicode] Introduction à Pygame Une introduction aux bases de Pygame. Importation et initialisation Premiers pas sur l'importation et l'initialisation de Pygame. Déplacer une image Un tutoriel de bases couvrant les concepts derrière l'animation 2D par ordinateur. Chimp - Ligne par ligne Les exemples de Pygame incluent un petit programme avec un poing interactif et un singe. Introduction au module Sprite

Libfly, la bibliothèque communautaire ... BookRabbit a social network for books. Bringing your bookshelf to life - BookRabbit weRead.com - All about Books, Reviews, Recommendations and Authors What if you can leave your life and its problems behind and go places - to other countries, worlds, galaxies and back and forth in time? Books are that one medium that will grant you full access to anywhere and everywhere, allowing you to escape into your imagination with rich descriptions of everything you might not otherwise get to see in your lifetime. Reading books is a hobby that most of us do not devote time to specifically, but on a rainy day when nothing else seems interesting, a quick peek into your bookshelf will reveal hidden gems that will keep you enthralled for the next several hours. Books also improve your knowledge span, in small ways and big, and greatly broaden your vocabulary as well. Which is also why a bibliophile will always sound smarter without meaning to, than one who restricts the amount of literature that he absorbs from this world. Buy books online from Flipkart with your credit card or via net banking, both of which have secure payment processing.

Related: