Contribute Media
A thank you to everyone who makes this possible: Read More

Clean code in Python

Translations: en

Description

Introduction to the clean code principles tailored for Python projects. The goal is to achieve better code quality and a more maintainable code base. Python has a nature of being clear, and easy to follow, so let's take advantage of it in our own code, in order to enforce the principle "readability counts" by writing pythonic code.

This talk introduces general concepts of code quality for Python developers, analyzing technical debt, with examples on how to achieve a more legible, maintainable and clean code base, by refactoring, writing unit tests and having good coding guidelines for the project. If you are giving your first steps with Python, you will gain insight on best practices for writing good software from the start. If you are a experienced developer, the ideas should work as food for thought, helping with recommendations for code reviews, best practices, etc.


Mariano is a software engineer and technical leader, keen on open source, state-of-the-art technology, focused on Python development, DevOps and experienced in back-end projects.

Mariano's main areas of interests besides Python are Linux, software architecture, distributed systems and speaking at conferences.

Details

Improve this page