Genericize image names

This commit is contained in:
Chalarangelo
2021-06-12 18:03:28 +03:00
parent 19f228760a
commit 52d3d94e84
90 changed files with 50 additions and 50 deletions

View File

@ -3,7 +3,7 @@ title: Code Anatomy - Writing high performance Python code
type: story
tags: python,list,performance
authors: maciv,chalarangelo
cover: blog_images/code-anatomy-performant-python.jpg
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.
---