Elements of Python programming

From AstroEdWiki
Revision as of 22:51, 11 February 2013 by WikiSysop (talk | contribs)
Jump to navigation Jump to search

Now that you have Python running, and have seen how it works interactively and with executable files let's see what we can do with simple useful programming.


Input and output

Numbers, text, and data types

Lists, tubles, dictionaries, and statements

Mathematics

Examples

For examples of Python illustrating input, output, data types, lists, and dictionaries, see the examples section.


Assignments

For the assigned homework to use these ideas, see the assignments section.