Logo

Building Skills in Python by Steven F. Lott

Small book cover: Building Skills in Python

Building Skills in Python
by

Publisher: Linuxtopia.org
Number of pages: 568

Description:
This book is a complete presentation of the Python language. We'll lead you from a very tiny, easy to understand subset of statements to the entire Python language and all of the built-in data structures. Professional programmers who need to learn Python are our primary audience.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Learn to Program Using PythonLearn to Program Using Python
by - Addison-Wesley Professional
Book for hobbyists, self-starters, and all who want to learn the art of computer programming in Python. Data types and variables, debugging, and namespaces are covered. Also includes sample applications that illustrate ideas and techniques in action.
(25455 views)
Book cover: Automate the Boring Stuff with PythonAutomate the Boring Stuff with Python
by - No Starch Press
Learn how to use Python to write programs that do in minutes what would take you hours to do by hand -- no experience required. Once you've mastered the basics, you'll create Python programs that effortlessly perform impressive feats of automation.
(7889 views)
Book cover: Dive Into PythonDive Into Python
by - Apress
This is a book for experienced programmers, a hands-on guide to the Python language. Each chapter starts with a complete code sample, picks it apart and explains the pieces, and then puts it all back together in a summary at the end.
(27032 views)
Book cover: Python Standard LibraryPython Standard Library
by - O'Reilly
A large collection of useful Python scripts, the best parts of comp.lang.python newsgroup messages, plus hundreds of new scripts. The text covers the standard library, the examples should work on most platforms and Python versions.
(23750 views)