Python worst Practices AKA Anti-Patterns

Aceptada

This talk is aim to summarize the common Anti-Patterns in Python. It is overwhelming to see so many resources to learn best practices in Python. However it is more scary that there are very few places which will teach you what you should NOT do while coding.


Tipo: Charla estandard, 25 minutos

Nivel: Medio

Disertantes: Pratibha Jagnere

Biografiá del Disertante: Pratibha is Sr Python developer looking over the development and maintenance of backend including APIs and internal python packages. Via this talk, she want to share how we can improved our code by removing anti-patterns.

Horario: 19:00 - 19:30 - 24/11/2020

Sala: Sala 1

Etiquetas/Tags: python

Descripción completa

In recent few years, we have seen many people teaching the best practices with good example code, that a programmer should follow when using Python. But it is difficult to find what we can improve in our code that can make it better and more standardize according to Python PEP8. This presentation aims to give a quick overview of 1. Different categories of Anti-Patterns 2. common anti-patterns we see in day to day production code and how we can improve them We will share what we have learn so far and encourage you to try it with your own projects. We'll walk through a simple example, with screenshots and code wherever required.