Workshop Contents
Recommended course for most students new to Python or who have not had extensive prior Python training. Dives into how Python works, the object model, getting help when you are stuck, best practices, and more.
• Variables
• Conditional statements
• Lists
• Tuples
• Dictionaries
• Strings
• Looping
• Slicing
• Files
• Classes and methods
• Getting help with help and dir
• Exceptions
• Unicode
• PEP 8
• Environment
• Testing
• Documentation