Tag
This article explains how to implement rollback functionality in Flyway Community Edition using Python scripts, allowing developers to reverse migrations without the paid undo command.
This document details the time complexity of various operations on Python's built-in types such as list, tuple, and dict, using Big O notation to describe performance characteristics.
The article introduces an AI-powered travel planner project in Python for generating personalized itineraries, and promotes a book featuring 100 practical Python projects for learners.
Review of the book 'Mathematics of Machine Learning' by Tivadar Danka, covering mathematical foundations for AI and machine learning with practical Python examples and Jupyter notebooks.
The article introduces Windows Harness, an open-source Python tool designed for automating a wide range of Windows tasks, featuring UI automation, screenshots, raw input, and integration with browsers, files, and PowerShell.
CPython has officially added support for RISC-V architecture as a tier 3 platform, enabling Python to run on open-source instruction set hardware.
The article describes the development of enhanced binary file visualization features in the 'bine' hex editor, including colorized output using Unicode characters and a method to interpret binary files as images for large-scale viewing.
llm-anthropic version 0.27 has been released to provide compatibility with the anthropic v1.0.0 Python library. This update involves switching from httpx to httpx2, and was aided by using Claude Code for the migration process.
Nathan Cooper humorously explains how to use IPython as a terminal shell, highlighting features like running bash commands without the '!' prefix and displaying images in the terminal, with safety tools like safepyrun and safecmd.
A blog post about Calcium, a tiny programming language implementation designed to demonstrate how languages like Python are compiled and executed, created by Ned Batchelder to explain the compiled vs. interpreted debate.
A lightweight Python implementation of the Unix touch command for Windows, enabling file creation and timestamp updates via command-line interface.
GitHub promotes its season 2 podcast, featuring hosts and highlights from previous episodes, inviting listeners to catch up.
An AI engineering curriculum called AI Engineering from Scratch has been open-sourced, offering 503 lessons across multiple programming languages with a focus on building from scratch, and includes a Claude Certification Academy.
The author plans to open-source a tool for testing AI agent behavior before production, supporting OpenAI Agents SDK, PydanticAI, and custom Python agents, and is seeking developer contributions and feedback.
A comprehensive Python programming book by Bruce Eckel covering fundamentals, techniques, patterns, and functional programming.
CreatorHub is a locally running open-source Web panel that unifies management of Douyin, Xiaohongshu, Kuaishou, and WeChat Channels, supporting work monitoring, content download, publishing, and auto-reply.
Manim is an open-source Python math animation engine designed for creating precise mathematical video animations, used by 3Blue1Brown, offering efficient code-driven animation production.
Introduces an open-source book titled 'Introduction to GIS Programming', which is free and supports running code online. It is suitable for learning geospatial programming from scratch, covering Python basics to advanced geospatial data analysis.
A 7-day crash course to learn essential probability concepts for machine learning using Python, designed for developers to deepen their ML understanding.
Vercel announces native support for Celery, enabling Python background tasks to run on Vercel Functions with zero configuration and a pay-per-use model.