Jump to content

Non-Programmer's Tutorial for Python 2.6

100% developed
From Wikibooks, open books for an open world

Contents

[edit | edit source]
Authors
Contributors to this book
Front matter100% developed  as of Sep 20, 2007
Initial remarks
Intro100% developed  as of Sep 20, 2007
Installing and using Python – where to get help
Hello, World100% developed  as of Sep 20, 2007
The famous first program – screen output – numbers and calculations
Who Goes There?100% developed  as of Sep 20, 2007
Interactive input – strings
Count to 10100% developed  as of Sep 20, 2007
while loops
Decisions100% developed  as of Sep 20, 2007
if statements
Debugging100% developed  as of Sep 20, 2007
Finding out what goes wrong
Defining Functions100% developed  as of Sep 20, 2007
Structuring programs with the use of functions
Advanced Functions Example75% developed  as of May 05, 2010
(Almost) mind-blowing example of how programmers can think
Lists100% developed  as of Sep 20, 2007
Variables containing more than one value
For Loops100% developed  as of Sep 20, 2007
A second kind of loop
Boolean Expressions100% developed  as of Sep 20, 2007
Computer logic – true and false – and and or – not
Dictionaries100% developed  as of Sep 20, 2007
Variables containing key/value pairs
Using Modules75% developed  as of Sep 20, 2007
Extensions to the standard set of functionality
More on Lists75% developed  as of Sep 20, 2007
Using elements or parts of lists
Revenge of the Strings100% developed  as of Sep 20, 2007
Advanced text manipulation
File IO100% developed  as of Sep 20, 2007
Reading from files and writing to files
Dealing with the imperfect75% developed  as of Sep 20, 2007
How to handle errors
The End25% developed  as of Sep 20, 2007
How to go further
FAQ50% developed  as of Sep 20, 2007
Some frequently asked questions
close