Python Projects
All programs written by the student will practice the following skills:
- follow coding conventions -- indents and white space
- use the Naming Conventions
- follow Best Practices
- become familiar with Python's keywords.
- To see a list of Python's keywords, enter the following command:>>> help('keywords') in the IDLE editor
- practice good file management of their programs
Simple Programs
Program You do