Episode #128: Using a Memory Profiler in Python & What It Can Teach You – The Real Python Podcast
https://realpython.com/podcasts/rpp/128/
https://realpython.com/podcasts/rpp/128/
Realpython
Episode #128: Using a Memory Profiler in Python & What It Can Teach You – The Real Python Podcast
Have you used a memory profiler to gauge the performance of your Python application? Maybe you're using it to troubleshoot memory issues when loading a large data science project. What could running a profiler show you about a codebase you're learning? This…
👍1
Los peligros de afirmar en Python | Snyk
https://snyk.io/blog/the-dangers-of-assert-in-python/
https://snyk.io/blog/the-dangers-of-assert-in-python/
Snyk
The dangers of assert in Python | Snyk
This article explores how to use asserts safely and what causes them to be unsafe. By the end of this article, you’ll know how to use assert most optimally without inadvertently opening yourself up to security issues.