Tag: python
All the articles with the tag "python".
In Python, Rose == 'Red', Violet is not 'Blue'
Published: at 09:57 AMA deep dive into Python's string interning behavior, exploring why identical strings sometimes share memory locations and why this matters for performance and correctness.
Dangerous Python Functions, Part 3
Published: at 09:30 AMA brief update to the earlier posts about insecure Python functions
Using Bandit in the Field
Published: at 03:17 PMA discussion of using Bandit to find vulnerabilities in Python code
Finding Vulnerabilities with Bandit Talk
Published: at 06:23 AMA talk about using Bandit to find vulnerabilities in Python code
Dangerous Python Functions, Part 2
Published: at 08:22 AMA discussion of dangerous Python functions and how to avoid them
Dangerous Python Functions, Part 1
Published: at 12:54 PMA discussion of dangerous Python functions and how to avoid them
Python / Django Talks
Published: at 07:51 PMNotes and insights from recent Python and Django conference talks
Why I submitted my first CPython patch
Published: at 02:05 PMMy experience optimizing UUID generation in Python's core library