Tag: python
All the articles with the tag "python".
In Python, Rose == 'Red', Violet is not 'Blue'
Published: at 04:57 PMA 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 05:30 PMA brief update to the earlier posts about insecure Python functions
Using Bandit in the Field
Published: at 10:17 PMA discussion of using Bandit to find vulnerabilities in Python code
Finding Vulnerabilities with Bandit Talk
Published: at 01:23 PMA talk about using Bandit to find vulnerabilities in Python code
Dangerous Python Functions, Part 2
Published: at 03:22 PMA discussion of dangerous Python functions and how to avoid them
Dangerous Python Functions, Part 1
Published: at 07:54 PMA discussion of dangerous Python functions and how to avoid them
Python / Django Talks
Published: at 02:51 AMNotes and insights from recent Python and Django conference talks
Why I submitted my first CPython patch
Published: at 09:05 PMMy experience optimizing UUID generation in Python's core library