Elements of Python programming: Difference between revisions

From AstroEdWiki
Jump to navigation Jump to search
(Created page with "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 ...")
(No difference)

Revision as of 22:45, 11 February 2013

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 section Python examples.


Assignments

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