Update code-anatomy-performant-python.md

This commit is contained in:
Angelos Chalaris
2022-02-23 13:22:58 +02:00
committed by GitHub
parent e9cadfc224
commit 129f6a0d72

View File

@ -2,7 +2,7 @@
title: Code Anatomy - Writing high performance Python code
type: story
tags: python,list,performance
authors: maciv,chalarangelo
authors: maciv
cover: blog_images/walking-on-top.jpg
excerpt: Writing short, efficient Python code is not always straightforward. Read how we optimize our list snippets to increase performance using a couple of simple tricks.
firstSeen: 2020-03-15T12:50:05+02:00