Главная
Study mode:
on
1
Intro
2
One Python environment per project ! Don't use the system environment
3
Stay ahead of Python's versions • Use Python 3 • Use a tool to manage environments
4
Use naming conventions Make an effort to find good names Introduce methods to increase readability
5
WRITING BEAUTIFUL CODE There is beauty in simplicity.
6
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
7
Encapsulate behaviour as well as state Use classes - The door to a whole new world
8
Python is a high-level programming language. Use an IDE.
Description:
Discover advanced Python techniques for DevOps in this 19-minute conference talk from linux.conf.au. Learn how to elevate your coding skills beyond the basics, focusing on creating clean, understandable, and functional code. Explore best practices for managing Python environments, staying current with Python versions, and implementing effective naming conventions. Delve into the art of writing beautiful, simple code using Python idioms and proper commenting techniques. Gain insights on encapsulating behavior and state through class usage, and understand the benefits of utilizing an IDE for high-level programming. Equip yourself with strategies to maintain code clarity and efficiency as project complexity grows, ensuring easier feature additions and bug fixes in the long run.

Python++ - Bringing Your Code to the Next Level

linux.conf.au
Add to list