Python’s True Superpower
Explores Python's rise to dominance, arguing its true superpower lies in its community and ecosystem, not just syntax.
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.
A developer uses AI to create a Python library for the Imgflip meme API, detailing the process and publishing it to PyPI.
A guide on using Azure Automation Python Runbooks to query and interact with Azure Cosmos DB for MongoDB, including package setup and connection code.
A speaker's personal timeline of EuroPython 2025, documented live with technical summits, talks, and community moments in Prague.
A guide to using Python packages like 'markdown' and 'markdownify' to parse, convert, and work with Markdown formatted text in applications.