Fast chat bot creation with the OpenAI Assistants API and the Microsoft Bot Framework SDK
A tutorial on building a chat bot using the OpenAI Assistants API and the Microsoft Bot Framework SDK, with a focus on Python implementation.
A tutorial on building a chat bot using the OpenAI Assistants API and the Microsoft Bot Framework SDK, with a focus on Python implementation.
A developer compares solving Advent of Code puzzles in Prolog, Haskell, Python, and Scala, analyzing productivity, code style, and language ergonomics.
Using dask-ctl to run Dask workloads on multiple cluster backends (like LocalCluster, KubeCluster) with zero code changes via YAML configuration.
A technical guide on creating a custom Tokyo walking tour map using GIS tools, QGIS, Python, and OpenStreetMap data.
A developer stream log about improving a SaaS app's design and planning Stripe payment integration, with less Stripe work than planned.
A comparison of Polars and Pandas for data analysis in Python, focusing on Polars' API, performance benefits, and use cases.
A guide to building and using a lightweight Docker container image for the OpenStack Client, making it portable and dependency-free.
A guide on configuring the Typer library in Python to automatically display help text when a CLI tool is run without arguments.
A developer updates a SaaS app's legal pages and integrates Stripe for customer creation and subscription payments.
A developer shares personal experiences and advice on overcoming social anxiety to network effectively at tech conferences.
A benchmark comparison of several Python libraries for reading Excel files, focusing on speed, type handling, and correctness.
A technical guide on using Python's datetime module to handle dates, times, and timezones effectively within Django web applications.
How to style Markdown-generated HTML with Tailwind CSS classes using a custom Python Markdown extension.
A beginner's guide to implementing Continuous Integration (CI) for Python projects, covering automation of testing, formatting, and deployment.
Learn to programmatically manage Hugging Face Inference Endpoints using the huggingface_hub Python library for automated model deployment.
A developer adds WhiteNoise for static files and integrates Tailwind CSS into a Django SaaS application, fixing operational issues.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
A developer's technical build log for creating Jumblie, a daily word puzzle game, covering concept, word list generation, and prototyping.