Skip to main content
← All Tags

Python Development

4 articles in this category

AI NewsContainer SecurityPython Development

Migrating Python Services to Docker Hardened Images: Breaking Free from Shell Dependencies

Switching FROM python:3.11-slim to dhi.io/python:3.11-debian12 cuts image size from ~412 MB to ~35 MB and eliminates shell, package manager, and root access.

Read more
AI NewsArtificial IntelligencePython Development

Secure AI Agents: Implementing Permission-Gated Tool Calling via Python Decorators

Secure autonomous AI agents using a Python decorator-based permission gate to intercept high-risk tool calls for human-in-the-loop approval.

Read more
AI NewsSecurityPython Development

Building a Secure Local Password Manager with Python and Typer

PMCLI is a local Python-based CLI tool that secures credentials using Fernet symmetric encryption and PBKDF2, storing data in a local JSON vault.

Read more
AI NewsSoftware EngineeringPython Development

Decoupling Game Logic: Architectural Updates to the Python Baseball Engine

Sm Lee implements inning-switching logic and architectural separation between core game engine and UI in a Python-based baseball simulation.

Read more