Elements of Python programming
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.