A Global Mining Dataset
A technical exploration of the ICMM's global mining dataset, detailing the setup, tools, and process for data analysis using Python, DuckDB, and QGIS.
A technical exploration of the ICMM's global mining dataset, detailing the setup, tools, and process for data analysis using Python, DuckDB, and QGIS.
A guide on using the pyinstrument profiler to identify and analyze performance bottlenecks in Air applications built with FastAPI.
A list of over 50 Python project ideas for beginners and advanced learners, covering algorithms, networking, and machine learning.
Introducing Cachy, an open-source Python package that caches LLM API calls to speed up development, testing, and clean up notebook diffs.
A tutorial on building multi-agent systems using the universal-a2a-agent framework, covering HTTP endpoints, provider-agnostic design, and LangGraph integration.
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.