Python for C++ developers:

Rule 1. Forget about "performance". You are a fluffy pythonic entity floating in the emptiness. "Overhead" is a distant fading memory. It will be fine. Everything is OK.

@dvmirchev I'm still in shock over python, but luckily I only need to use it for scripting! 🤣
@dvmirchev i use a lot of python as glue. Good glue. The bit crushing is in c/c++ but the glue!
@dvmirchev I totally switched to that mindset even doing python. Then there was a function taking all the ram and cpu of the server then timing out if there was too much data. I had to optimize, but I must say python don't make it easy.