User:EDTECH

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search


Wikibook Development Stages
Sparse text 00%.svg Developing text 25%.svg Maturing text 50%.svg Developed text 75%.svg Comprehensive text: 100%.svg


Python-powered hello-world.svg

[edit] Authors

[edit] Contents

Front matter Development stage: 100% (as of Sep 20, 2007)
Initial remarks
Intro Development stage: 100% (as of Sep 20, 2007)
Installing and using Python – where to get help
Hello, World Development stage: 100% (as of Sep 20, 2007)
The famous first program – screen output – variables – numbers and calculations
Who Goes There? Development stage: 100% (as of Sep 20, 2007)
Interactive input – strings
Count to 10 Development stage: 100% (as of Sep 20, 2007)
while loops
Decisions Development stage: 100% (as of Sep 20, 2007)
if statements
Debugging Development stage: 100% (as of Sep 20, 2007)
Finding out what goes wrong
Defining Functions Development stage: 100% (as of Sep 20, 2007)
Structuring programs with the use of functions
Advanced Functions Example Development stage: 100% (as of Sep 20, 2007)
(Almost) mind-blowing example of how programmers can think
Lists Development stage: 100% (as of Sep 20, 2007)
Variables containing more than one value
For Loops Development stage: 100% (as of Sep 20, 2007)
A second kind of loop
Boolean Expressions Development stage: 100% (as of Sep 20, 2007)
Computer logic – true and false – and and or – not
Dictionaries Development stage: 100% (as of Sep 20, 2007)
Variables containing key/value pairs
Using Modules Development stage: 75% (as of Sep 20, 2007)
Extensions to the standard set of functionality
More on Lists Development stage: 75% (as of Sep 20, 2007)
Using elements or parts of lists
Revenge of the Strings Development stage: 100% (as of Sep 20, 2007)
More advanced text manipulations
File IO Development stage: 100% (as of Sep 20, 2007)
Reading from files and writing to files
Dealing with the imperfect Development stage: 75% (as of Sep 20, 2007)
How to handle errors
The End Development stage: 25% (as of Sep 20, 2007)
How to go further
FAQ Development stage: 50% (as of Sep 20, 2007)
Some frequently asked questions