Home » Archive

Articles tagged with: Python

Biblioteca Virtual, Python »

[15 may 2010 | No Comment | ]
Beginning Python

Book Description
* This tutorial offers readers a thorough introduction to programming in Python 2.4, the portable, interpreted, object-oriented programming language that combines power with clear syntax
* Beginning programmers will quickly learn to develop robust, reliable, and reusable Python applications for Web development, scientific applications, and system tasks for users or administrators
* Discusses the basics of installing Python as well as the new features of Python release 2.4, which make it easier for users to create scientific and Web applications
* Features examples of various operating systems throughout the book, including Linux, …

Biblioteca Virtual, Python »

[7 may 2010 | No Comment | ]
Programming in Python 3: A Complete Introduction to the Python Language

Book Description
Python 3 is the best version of the language yet: It is more powerful, convenient, consistent, and expressive than ever before. Now, leading Python programmer Mark Summerfield demonstrates how to write code that takes full advantage of Python 3’s features and idioms. The first book written from a completely “Python 3” viewpoint, Programming in Python 3 brings together all the knowledge you need to write any program, use any standard or third-party Python 3 library, and create new library modules of your own.
Summerfield draws on his many years of …

Biblioteca Virtual, Python »

[23 ene 2010 | No Comment | ]
Python Testing: Beginner’s Guide

Book Description
Automated testing moves much of the labor of testing off the developer and makes it easier as well as quicker to find bugs and fix them. Automated tests run faster, increase test coverage, and lower costs. However, testing is neither an easy process nor remotely exciting for most developers. But with the right techniques and tools, testing can become a simple and gratifying part of the development process.
With this helpful guide – from an expert – in your hand, testing will not be …

Biblioteca Virtual, Python »

[15 dic 2009 | No Comment | ]
Python para todos!

Inaugurando la sección “Biblioteca Virtual” , en la cual trataré de compartir unos cuantos libros sobre prgramacion y uno que otro tema, les traigo Python para todos.

Python para todos es un libro escrito por Raúl González Duque acerca de programación en Python y se trata de un tutorial de Python adecuado para todos los niveles y que puedes descargar libremente ya que este libro está disponible Bajo Licencia Creative Commons Reconocimiento 2.5 España. El libro consta de 115 páginas en las que se tratan los siguientes temas…
Tipos básicos

Control de …