TIL: Loading .env files with uv run
Learn how to use 'uv run --env-file' to load environment variables from .env files, replacing the need for python-dotenv.
Learn how to use 'uv run --env-file' to load environment variables from .env files, replacing the need for python-dotenv.
Discover an undocumented trick to get xkcd comics at double resolution using a simple URL modification and a Python script to check availability.
Exploring the Layercake project's analysis-ready OpenStreetMap data in Parquet format, including setup and performance on a high-end workstation.
Explores how Python's readable, English-like syntax reflects a philosophy of programming that reduces cognitive load and shapes computational thinking.
Explores Python's rise to dominance, arguing its true superpower lies in its community and ecosystem, not just syntax.
Explores how visual design in programming, like typography and icon generation, shapes cognitive patterns and attention.
A guide to building a comprehensive Python script for automating VMware tasks like inventory, health checks, snapshots, and reporting.
A tutorial on using Python, Ultralytics YOLO, and Supervision for computer vision tasks like object detection and image annotation.
A technical guide on using PowerCLI with Python to integrate VMware automation with external tools like Slack, Jira, and REST APIs for IT workflows.
A technical guide on automating VMware vSphere, NSX, and Aria Operations tasks using PowerCLI and Python for orchestration.
A guide on using the pytest-env package to set environment variables for pytest tests in pyproject.toml, avoiding direct os.environ modification.
A guide to scheduling and automating VMware scripts using Windows Task Scheduler, covering PowerCLI and Python with best practices for reliability.
A technical guide on implementing error handling and logging for VMware automation scripts using PowerCLI and Python.
A technical guide on automating VMware report exports using PowerCLI and visualizing the data with Python for VM inventory dashboards.
A technical guide on automating virtual machine power actions and snapshots using PowerCLI and Python scripts.
A cleaner method for managing Python package version numbers using uv and importlib.metadata, avoiding manual updates.
A comprehensive guide to implementing and using the Python logging module for application monitoring and performance analysis.
A humorous exploration of using AI to generate Python scripts that identify and mock outdated C++ code patterns, comparing outputs from Claude Sonnet and GPT-5.
A tutorial on using Docker Compose to create reproducible, containerized runtime environments for AI agents, focusing on a weather query example.
A guide on using Python, AI, and LLMs like LangGraph to detect code vulnerabilities, including workflow design and cost considerations.