Plus d’un million de livres à portée de main !
Bookbot

Guido Van Rossum

    Guido van Rossum est le créateur visionnaire du langage de programmation Python, animé par le désir de créer un outil à la fois accessible et puissant. Il a imaginé un langage dont le code se lit aussi clairement que l'anglais simple, favorisant une compréhension intuitive et un développement rapide. Son engagement envers les principes open-source a cultivé une communauté florissante, consolidant le statut de Python comme une pierre angulaire du développement logiciel moderne. L'héritage de Van Rossum réside dans la démocratisation de la programmation et l'autonomisation d'une génération de développeurs.

    Python 2.7.10 Extending and Embedding Python
    Python 3.5 Setup and Usage Guide
    Python 2.7.10 Setup and Usage Guide
    Python 2.7.10 C API
    Python 3.5 C API
    Python 2.7.10 Tutorial: An Introduction to Python
    • If you do much work on computers, eventually you find that there's some task you'd like to automate. For example, you may wish to perform a search-and-replace over a large number of text files, or rename and rearrange a bunch of photo files in a complicated way. Perhaps you'd like to write a small custom database, or a specialized GUI application, or a simple game. If you're a professional software developer, you may have to work with several C/C++/Java libraries but find the usual write/compile/test/re-compile cycle is too slow. Perhaps you're writing a test suite for such a library and find writing the testing code a tedious task. Or maybe you've written a program that could use an extension language, and you don't want to design and implement a whole new language for your application. Python is just the language for you. This book is a paper version of the freely available electronic documentation of the python project.

      Python 2.7.10 Tutorial: An Introduction to Python
    • Python 3.5 C API

      • 226pages
      • 8 heures de lecture

      This book documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to extending-index, which describes the general principles of extension writing but does not document the API functions in detail. This book is a paper version of the freely available electronic documentation of the python project.

      Python 3.5 C API
    • Python 2.7.10 C API

      • 202pages
      • 8 heures de lecture

      This book documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to extending-index, which describes the general principles of extension writing but does not document the API functions in detail. This book is a paper version of the freely available electronic documentation of the python project. Based on Python Version 2.7.10

      Python 2.7.10 C API
    • Python 2.7.10 Setup and Usage Guide

      • 60pages
      • 3 heures de lecture

      This book is devoted to general information on the setup of the Python environment on different platform, the invocation of the interpreter and things that make working with Python easier. This book is a paper version of the freely available electronic documentation of the python project. Based on Python Version 2.7.10

      Python 2.7.10 Setup and Usage Guide
    • Python 3.5 Setup and Usage Guide

      • 74pages
      • 3 heures de lecture

      This book is devoted to general information on the setup of the Python environment on different platform, the invocation of the interpreter and things that make working with Python easier. This book is a paper version of the freely available electronic documentation of the python project.

      Python 3.5 Setup and Usage Guide
    • Python 3.6 Language Reference

      • 160pages
      • 6 heures de lecture

      This reference manual describes the syntax and "core semantics" of the language. It is terse, but attempts to be exact and complete. This book is a paper version of the freely available electronic documentation of the python project.

      Python 3.6 Language Reference
    • This book describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can not only define new functions but also new object types and their methods. The document also describes how to embed the Python interpreter in another application, for use as an extension language. Finally, it shows how to compile and link extension modules so that they can be loaded dynamically (at run time) into the interpreter, if the underlying operating system supports this feature. This book assumes basic knowledge about Python. This book is a paper version of the freely available electronic documentation of the python project.

      Python 3.6 Extending and Embedding Python
    • Python 2.7.10 Language Reference

      • 132pages
      • 5 heures de lecture

      This reference manual describes the syntax and "core semantics" of the language. It is terse, but attempts to be exact and complete. This book is a paper version of the freely available electronic documentation of the python project. Based on Python Version 2.7.10

      Python 2.7.10 Language Reference
    • Python 3.6 Tutorial

      • 150pages
      • 6 heures de lecture

      If you do much work on computers, eventually you find that there's some task you'd like to automate. For example, you may wish to perform a search-and-replace over a large number of text files, or rename and rearrange a bunch of photo files in a complicated way. Perhaps you'd like to write a small custom database, or a specialized GUI application, or a simple game. If you're a professional software developer, you may have to work with several C/C++/Java libraries but find the usual write/compile/test/re-compile cycle is too slow. Perhaps you're writing a test suite for such a library and find writing the testing code a tedious task. Or maybe you've written a program that could use an extension language, and you don't want to design and implement a whole new language for your application. Python is just the language for you. This book is a paper version of the freely available electronic documentation of the python project.

      Python 3.6 Tutorial