674 results for “AI

S
Best match Site

Snarky

Brett Cannon's personal technical blog, mainly publishing articles and opinions about the Python language, development practices, software engineering, and related technology topics.

Python Software Development 博客
N
Site

nbdev

nbdev is a development tool based on Jupyter Notebook that allows you to write, test, generate documentation, and publish software packages and technical articles directly in notebooks, suitable for integrated development workflow management.

Development Tools Document Generation Python
W
Site

Wagtail

Wagtail is an open-source content management system built on Python and Django, suitable for building and managing website content, balancing development flexibility with editor experience.

开源 CMS Django
P
Site

PyPy

PyPy is an alternative implementation of CPython, built using RPython, which has been developed in tandem with it. It is mainly used to run Python programs and often executes faster than CPython.

Python Interpreter Performance Optimization
M
Site

mypy

mypy is an optional static type checker for Python that helps catch type errors during development, improves code readability and maintainability, and supports gradually adding type annotations to projects.

Python Type Checking Static Analysis
B
Site

Black

Black is a Python code formatter that automatically unifies code style with minimal configuration, suitable for team collaboration and daily development.

Python Code Formatting Command Line Tool
T
Site

Typer

Typer is a library for building Python command-line tools, designed around type hints, suitable for quickly developing CLI applications that are easy to write and maintain.

Python CLI Command Line Tool
S
Site

Selenium Python

Selenium Python provides documentation and examples for writing Selenium automated tests in Python, covering browser control, element location, waiting mechanisms, and writing test cases with unittest.

Python Selenium Automated Testing
V
Site

Vega-Altair

Vega-Altair is a declarative-syntax-based Python data visualization library for creating statistical charts and interactive visualizations, with documentation and examples to help you get started quickly.

Data Visualization Python 开源
D
Site

DSPy

DSPy is a framework for programmatically building and optimizing language model applications, organizing reasoning flows through composable program structures to reduce reliance on manual prompt engineering.

Language Models Prompt Engineering AI Frameworks