Learn to Program using Python

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): Richard G. Baldwin

Language: English

Python Programming Tutorial, by Richard G Baldwin
Table of Contents
Lesson 1, Getting Started
Let's Do Numbers
Variables and Identifiers
Strings, Part 1
Writing and Using Scripts
Syntax
Strings, Part II
Lists, Part I
Lists, Part II
Tuples, Index and Slice
Nested Tuples
Empty and Single-ItemTuples
Unpacking Tuples
Indexing Nested Tuples
Slicing Nested Tuples
Indirection
Getting Started with Dictionaries
Valid Keys, Key Lists, Iteration
Using Tuples as Keys
Nesting, Sorting, Deleting, and Membership Testing Dictionary Elements