674 results for “AI”
Snarky
Brett Cannon's personal technical blog, mainly publishing articles and opinions about the Python language, development practices, software engineering, and related technology topics.
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.
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.
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.
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.
Black
Black is a Python code formatter that automatically unifies code style with minimal configuration, suitable for team collaboration and daily development.
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.
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.
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.
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.