From 129f6a0d720c97735cb5f4deb219adb014677da3 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 23 Feb 2022 13:22:58 +0200 Subject: [PATCH] Update code-anatomy-performant-python.md --- blog_posts/code-anatomy-performant-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog_posts/code-anatomy-performant-python.md b/blog_posts/code-anatomy-performant-python.md index 45950cf35..32d947bd9 100644 --- a/blog_posts/code-anatomy-performant-python.md +++ b/blog_posts/code-anatomy-performant-python.md @@ -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