Python Standard Library and Popular logo

Python Standard Library and Popular

A collection of commonly used Python APIs and libraries including the standard library and popular frameworks like Flask, Django, FastAPI, Pandas, and NumPy.

8 APIs 0 Features
FrameworksLibrariesProgramming LanguagePython

APIs

Python Standard Library

Core Python built-in modules and standard library.

Requests

HTTP library for Python - elegant and simple HTTP requests.

Flask

Lightweight WSGI web application framework.

Django

High-level Python web framework for rapid development.

Pandas

Data analysis and manipulation library.

NumPy

Fundamental package for scientific computing with Python.

FastAPI

Modern, fast web framework for building APIs with Python 3.7+.

SQLAlchemy

SQL toolkit and Object-Relational Mapping (ORM) library.

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
Community
Community

Sources

apis.yml Raw ↑
aid: python
name: Python Standard Library and Popular
description: A collection of commonly used Python APIs and libraries including the standard library and popular frameworks like Flask, Django, FastAPI, Pandas, and NumPy.
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - Frameworks
  - Libraries
  - Programming Language
  - Python
url: >-
  https://raw.githubusercontent.com/api-evangelist/python/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-04-28'
specificationVersion: '0.19'
apis:
  - aid: python:python-standard-library
    name: Python Standard Library
    description: Core Python built-in modules and standard library.
    humanURL: https://docs.python.org/3/library/
    tags:
      - Built-In
      - Standard Library
    properties:
      - type: Documentation
        url: https://docs.python.org/3/library/index.html
      - type: Tutorial
        url: https://docs.python.org/3/tutorial/
  - aid: python:requests
    name: Requests
    description: HTTP library for Python - elegant and simple HTTP requests.
    humanURL: https://requests.readthedocs.io/
    tags:
      - HTTP
    properties:
      - type: Documentation
        url: https://requests.readthedocs.io/en/latest/
      - type: GitHub
        url: https://github.com/psf/requests
      - type: PyPI
        url: https://pypi.org/project/requests/
  - aid: python:flask
    name: Flask
    description: Lightweight WSGI web application framework.
    humanURL: https://flask.palletsprojects.com/
    tags:
      - Web Framework
      - WSGI
      - Microframework
    properties:
      - type: Documentation
        url: https://flask.palletsprojects.com/en/latest/
      - type: GitHub
        url: https://github.com/pallets/flask
      - type: PyPI
        url: https://pypi.org/project/Flask/
  - aid: python:django
    name: Django
    description: High-level Python web framework for rapid development.
    humanURL: https://www.djangoproject.com/
    tags:
      - Web Framework
      - ORM
      - Full-Stack
    properties:
      - type: Documentation
        url: https://docs.djangoproject.com/
      - type: GitHub
        url: https://github.com/django/django
      - type: PyPI
        url: https://pypi.org/project/Django/
  - aid: python:pandas
    name: Pandas
    description: Data analysis and manipulation library.
    humanURL: https://pandas.pydata.org/
    tags:
      - Data Analysis
      - Data Science
      - DataFrames
    properties:
      - type: Documentation
        url: https://pandas.pydata.org/docs/
      - type: GitHub
        url: https://github.com/pandas-dev/pandas
      - type: PyPI
        url: https://pypi.org/project/pandas/
  - aid: python:numpy
    name: NumPy
    description: Fundamental package for scientific computing with Python.
    humanURL: https://numpy.org/
    tags:
      - Scientific Computing
      - Arrays
      - Mathematics
    properties:
      - type: Documentation
        url: https://numpy.org/doc/
      - type: GitHub
        url: https://github.com/numpy/numpy
      - type: PyPI
        url: https://pypi.org/project/numpy/
  - aid: python:fastapi
    name: FastAPI
    description: Modern, fast web framework for building APIs with Python 3.7+.
    humanURL: https://fastapi.tiangolo.com/
    tags:
      - API
      - REST
      - Async
      - OpenAPI
    properties:
      - type: Documentation
        url: https://fastapi.tiangolo.com/
      - type: GitHub
        url: https://github.com/tiangolo/fastapi
      - type: PyPI
        url: https://pypi.org/project/fastapi/
  - aid: python:sqlalchemy
    name: SQLAlchemy
    description: SQL toolkit and Object-Relational Mapping (ORM) library.
    humanURL: https://www.sqlalchemy.org/
    tags:
      - Database
      - ORM
      - SQL
    properties:
      - type: Documentation
        url: https://docs.sqlalchemy.org/
      - type: GitHub
        url: https://github.com/sqlalchemy/sqlalchemy
      - type: PyPI
        url: https://pypi.org/project/SQLAlchemy/
common:
  - type: Website
    url: https://www.python.org
  - type: Documentation
    url: https://docs.python.org/3/
  - type: Community
    url: https://www.python.org/community/
maintainers:
  - FN: Kin Lane
    email: [email protected]