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
Reviews
4.0 rating, based on 1 Class Central review
-
explains every little point clearly .. i appreciate it 👍🏻Python++ – Bringing Your Code to the Next Level” is an excellent lecture series for intermediate learners who want to write better, more efficient, and more professional Python code. It is a valuable resource for students and developers aiming to take their Python skills to the next level.