About the Author
Wesley J. Chun, MSCS, is author of Prentice Hall’s bestseller, Core Python Programming, Second Edition (corepython.com), and coauthor of Python Web Development with Django (withdjango.com). In addition to being a senior software architect, he runs CyberWeb (cyberwebconsulting.com), a consulting business specializing in Python software engineering and technical training. He has more than twenty-five years of programming, teaching, and writing experience, including more than a decade of Python. While at Yahoo!, he helped create Yahoo! Mail and Yahoo! People Search using Python. He holds degrees in computer science, mathematics, and music from the University of California.
Excerpt. © Reprinted by permission. All rights reserved.
Chun.bookPreface
Welcome to Python Fundamentals LiveLessons DVD. This is a complete video course that can be used to bring you up to speed with Python. It is intended to complement and is adapted from the book Core Python Programming, Second Edition (ISBN-10: 0-13-226993-7, ISBN-13: 978-0-13-226993-3), also by yours truly.
This workbook provides auxiliary material to augment or supplement the lessons on the DVD and provides some exercises so you can gauge how well you absorbed the material. The exercises either come directly from Core Python Programming or are adapted from it, and I recommend that book for more challenging problems than you will find here. A problem prefixed with (CPPx-y) means the exercise is either adapted or taken directly from Core Python Programming Exercise y in Chapter x. I also describe for each lesson which chapters from the book are the most applicable. Section headings beginning with an asterisk (*) cover advanced material and are optional.
Conventions
I introduce new technical terms using italics. URLs are formatted as http://links. Monospacing is used for all code in both the presentation and booklet. Code blocks and interactive interpreter examples are set in monospaced blocks, like so:
>>> print 'Hello World!' Hello World!
Book Resources
A full copy of the entire presentation, plus a bonus appendix, is accessible directly on the DVD. You will also find all of the main code examples from Core Python Programming on the DVD. At the time of this writing, there are no plans to create a separate Web site for this LiveLessons course, so I recommend that you visit either the Core Python Programming book’s Web site, http://corepython.com, or the main Live-Lessons site, http://mylivelessons.com, for additional information. The author can be reached via email at pythonfun@yahoo.com.
© Copyright Pearson Education. All rights reserved.