Maciej Marzęta
Maciej Marzęta Software Engineer Blog

Maciej Marzęta Software Engineer Blog

Follow
Follow
homeContactAbout Menewsletter
Tag

performance

#performance

More content

Read more stories on Hashnode


Articles with this tag

Deep Dive into Python's GIL: Understanding its Impact on Multi-Threading

May 14, 20236 min read

When it comes to Python and multi-threading, there's one concept that often stirs up confusion and debate: the Global Interpreter Lock, or GIL. It's a...

Deep Dive into Python's GIL: Understanding its Impact on Multi-Threading

Demystifying Asynchronous Programming in Python: Practical Examples with Async and Await

Apr 3, 20237 min read

Asynchronous programming has become increasingly popular in recent years, particularly for web development and other I/O-bound tasks 🌐. With the...

Demystifying Asynchronous Programming in Python: Practical Examples with Async and Await

Low-hanging fruits to improve performance in your Python code

Jan 26, 20235 min read

The Internet is full of examples of how to improve Python performance, the problem is that most of the solutions require spending hours on...

Low-hanging fruits to improve performance in your Python code