+1M libros, ¡a una página de distancia!
Bookbot

Guido Van Rossum

    Guido van Rossum es el visionario creador detrás del lenguaje de programación Python, impulsado por el deseo de crear una herramienta que sea accesible y potente. Imaginó un lenguaje cuyo código se lea tan claramente como el inglés simple, fomentando la comprensión intuitiva y el desarrollo rápido. Su compromiso con los principios de código abierto ha cultivado una comunidad próspera, consolidando el estatus de Python como una piedra angular del desarrollo de software moderno. El legado de Van Rossum reside en la democratización de la programación y el empoderamiento de una generación de desarrolladores.

    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

      • 226 páginas
      • 8 horas de lectura

      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

      • 202 páginas
      • 8 horas de lectura

      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

      • 60 páginas
      • 3 horas de lectura

      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

      • 74 páginas
      • 3 horas de lectura

      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

      • 160 páginas
      • 6 horas de lectura

      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
    • Python 3.6 Extending and Embedding Python

      • 112 páginas
      • 4 horas de lectura

      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

      • 132 páginas
      • 5 horas de lectura

      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

      • 150 páginas
      • 6 horas de lectura

      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