Jump to ratings and reviews
Rate this book

Python: Visual QuickStart Guide

Rate this book
Python is a remarkably powerful dynamic programming language used in a wide variety of situations such as Web, database access, desktop GUIs, game and software development, and network programming. Fans of Python use the phrase "batteries included" to describe the standard library, which covers everything from asynchronous processing to zip files. The language itself is a flexible powerhouse that can handle practically any application domain.

This task-based tutorial on Python is for those new to the language and walks you through the fundamentals. You'll learn about arithmetic, strings, and variables; writing programs; flow of control, functions; strings; data structures; input and output; and exception handling. At the end of the book, a special section walks you through a longer, realistic application, tying the concepts of the book together.

225 pages, Kindle Edition

First published November 1, 2008

11 people are currently reading
31 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
6 (12%)
4 stars
19 (38%)
3 stars
20 (40%)
2 stars
5 (10%)
1 star
0 (0%)
Displaying 1 - 6 of 6 reviews
Profile Image for Ivo Tsochev.
8 reviews1 follower
March 8, 2018
Sure the book is for beginners but it's not explained systematically. I'd suggest buying an online course it will be more useful.
Profile Image for Owen.
24 reviews
March 10, 2011
I have to admit I had my doubts about this book. I have not been impressed with Visual QuickStart Guides in the past. I respect the idea, of presenting only essential information in an easy-to-understand introductory manner, but that was rarely the case in previous experiences. Usually I found them to be a mixture of non-essential information that was not presented in a manner that would be good for those new to the subject.

That being said, their Python (2nd edition) breaks with their past. So far, I have almost consistently found it to be concise and to the point regarding an introduction to Python and programming languages in general. The examples are relevant and work accordingly. While I normally head to O'Reilly for the in-depth look at a language, this book is a great starting point.

One note and criticism; The examples using input() are flawed for users with Python <3 (most of us). You have to use raw_input() in place of it, although the book does not point this out.
1,000 reviews20 followers
September 21, 2013
This won't teach you to program, but it is a concise and mostly clear introduction to the Python programming language. I'd say it is an ideal accompaniment to a proper programming lecture course, where students can quickly look up summary treatments of the various constructs they are being shown.
Profile Image for Matt.
8 reviews1 follower
April 6, 2011
Extremely basic programing book. Good to have but still would like more....
Displaying 1 - 6 of 6 reviews

Can't find what you're looking for?

Get help and learn more about the design.