More Python
commands
Concepts
What is a filetype
Python file type
Python Standards
More Python commands
What is a File type
 Comes after the dot in the file name
 No required
 Helps Windows know default edit program
 Can be changed – but may cause issues
 Helps you and other people know what is in the program
Python File
Extension
PY
Assignment
Walkthrough
Python Standards
• http://legacy.python.org/dev/peps/pep-0008/
More Python commands – Ascii art
• Comment
• Python module
• Def name_of_module colon
• Name_of_module describes the art
• Return at end of module
• Use ASCII Art Generator
More Python commands - logic
• While
• Variable names
• values for variables
• Equals (=) (Sets a value)
• Double equals (==) Tests for equality
• For

More Python commands to use for beginning programmers

Editor's Notes

  • #5 Look at Blackboard for files
  • #7 http://legacy.python.org/dev/peps/pep-0008/
  • #9 https://www.30secondsofcode.org/python/s/identity-equality/