Overview
Syllabus
Intro
One Python environment per project ! Don't use the system environment
Stay ahead of Python's versions • Use Python 3 • Use a tool to manage environments
Use naming conventions Make an effort to find good names Introduce methods to increase readability
WRITING BEAUTIFUL CODE There is beauty in simplicity.
LESS IS MORE Write code that is both functional and simple Use Python idioms where you can Comment only what you cannot say in code
Encapsulate behaviour as well as state Use classes - The door to a whole new world
Python is a high-level programming language. Use an IDE.
Taught by
linux.conf.au