Development
42 posts
Avoiding Common Pitfalls: Injection Flaws in Python Libraries
Injection flaws aren't just for web apps. See how SQL & command injection affect Python libraries via input handling, and learn crucial prevention techniques.
The Art of Saying No: Defining Your Python Library's Scope
Why keeping your Python library focused is harder than it looks, and how saying 'no' can be your most powerful design tool.