Libraries Available in ChatGPT’s Code Interpreter

·

·

·

Explore the capabilities of ChatGPT’s code interpreter.

As I was exploring ChatGPT’s code interpreter, it was hard to wrap my head around the scope of functionality that it provides. To determine all of the functionalities of the code interpreter, I thought it would be easiest to just put together a list of all of the different Python packages it has access to.

With the help of ChatGPT, I have put together a comprehensive list of all of the Python libraries that the code interpreter has access to. Here is the data contained in a Google Sheet.

Highlights

  1. Matplotlib: A plotting library that can create a wide variety of plots and charts.
  2. SciPy: Used for scientific and technical computing. It builds on NumPy and provides many more functions, like minimization, regression, Fourier transformation, and more.
  3. Scikit-learn: A machine learning library that provides simple and efficient tools for data mining and data analysis.
  4. Statsmodels: A Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data exploration.
  5. SymPy: A Python library for symbolic mathematics.
  6. TensorFlow: An open-source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML.
  7. NLTK (Natural Language Toolkit): A leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources.
  8. PIL (Python Imaging Library) / Pillow: These libraries add image processing capabilities to your Python interpreter. Pillow is a fork of PIL and adds some user-friendly features.
  9. Plotly: A graphing library that makes interactive, publication-quality graphs online.
  10. GeoPandas: An open source project to make working with geospatial data in Python easier. It extends the datatypes used by pandas to allow spatial operations on geometric types.

Full List of Libraries Available

I gathered the full list of libraries from ChatGPT. I joined this data with PyPi’s public dataset from Google Bigquery, and then ordered it by downloads in the last 30 days, descending.

Package Version Downloads, Last 30d Description PyPi URL
boto31.21.0710377611The AWS SDK for Python docs
botocore1.24.0341049928Low-level, data-driven core of boto 3. docs
urllib31.25.8333525517HTTP library with thread-safe connection pooling, file post, and more. docs
requests2.31.0290688415Python HTTP for Humans. docs
setuptools45.2.0260027288Easily download, build, install, upgrade, and uninstall Python packages docs
typing-extensions4.5.0240391600Backported and Experimental Type Hints for Python 3.7+ docs
charset-normalizer2.0.12237343761The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. docs
certifi2023.6.1229505944Python package for providing Mozilla’s CA Bundle. docs
idna2.8222801628Internationalized Domain Names in Applications (IDNA) docs
python-dateutil2.8.2218679463Extensions to the standard Python datetime module docs
six1.14.0201764870Python 2 and 3 compatibility utilities docs
pyyaml6182944601YAML parser and emitter for Python docs
wheel0.34.2174834404A built-package format for Python. docs
cryptography35.0.0167211217cryptography is a package which provides cryptographic recipes and primitives to Python developers. docs
numpy1.21.2163517164Fundamental package for array computing in Python docs
packaging23.1161684214Core utilities for Python packages docs
importlib-metadata6.7.0147422595Read metadata from Python packages docs
pip20.0.2143841499The PyPA recommended tool for installing Python packages. docs
zipp3.15.0138610426Backport of pathlib-compatible object wrapper for zip files docs
pandas1.3.2127570805Powerful data structures for data analysis, time series, and statistics docs
click8.4.0124653063Composable command line interface toolkit docs
pytz2023.3122176176World timezone definitions, modern and historical docs
attrs21.2.0120972237Classes Without Boilerplate docs
markupsafe2.1.3115378719Safely add untrusted strings to HTML/XML markup. docs
colorama0.4.4114877031Cross-platform colored terminal text. docs
cffi1.15.0113210058Foreign Function Interface for Python calling C code. docs
Jinja23.1.2110938271A small but fast and easy to use stand-alone template engine written in pure python. docs
pycparser2.21108067895C parser in Python docs
werkzeug2.3.693906593The comprehensive WSGI web application library. docs
Flask2.3.289417408A simple framework for building complex web applications. docs
wrapt1.15.082328836Module for decorators, wrappers and monkey patching. docs
pyparsing3.1.079476884Python parsing module docs
pydantic1.8.277104105Data validation using Python type hints docs
tomli2.0.177031157A lil’ TOML parser docs
platformdirs3.8.076071453A small Python package for determining appropriate platform-specific dirs, e.g. a “user data dir”. docs
jsonschema4.18.074457948An implementation of JSON Schema validation for Python docs
async-timeout4.0.171958861Timeout context manager for asyncio programs docs
multidict6.0.471523184multidict implementation docs
isodate0.6.171051150An ISO 8601 date/time/duration parser and formater docs
yarl1.9.270793752Yet another URL library docs
decorator4.4.269392174Decorators for Humans docs
aiohttp3.8.167568677Async http client/server framework (asyncio) docs
psutil5.9.567152016Cross-platform lib for process and system monitoring in Python. docs
lxml4.9.365813133Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. docs
pluggy1.2.063173012plugin and hook calling mechanisms for python docs
soupsieve2.4.162386820A CSS4 selector implementation for Beautiful Soup. docs
filelock3.12.262117695A platform independent file lock. docs
pytest6.2.561361500pytest: simple powerful testing with Python docs
et-xmlfile1.1.061303570An implementation of lxml.xmlfile for the standard library docs
frozenlist1.3.361025240A list-like structure which implements collections.abc.MutableSequence docs
openpyxl3.0.1060970025A Python library to read/write Excel 2010 xlsx/xlsm files docs
beautifulsoup44.11.060814931Screen-scraping library docs
tqdm4.64.059339848Fast, Extensible Progress Meter docs
exceptiongroup1.1.258240475Backport of PEP 654 (exception groups) docs
scipy1.7.356922236Fundamental algorithms for scientific computing in Python docs
coverage6.3.256606379Code coverage measurement for Python docs
pillow8.3.255664494Python Imaging Library (Fork) docs
pygments2.15.154538793Pygments is a syntax highlighting package written in Python. docs
importlib-resources5.12.053847266Read resources from Python packages docs
websocket-client1.6.152766891WebSocket client for Python with low level API options docs
iniconfig2.0.052626722iniconfig: brain-dead simple config-ini parsing docs
chardet4.1.251271426Universal encoding detector docs
tabulate0.8.950293937Pretty-print tabular data docs
itsdangerous2.1.250258998Safely pass data to untrusted environments and back. docs
pynacl1.5.044884279Python binding to the Networking and Cryptography (NaCl) library docs
paramiko3.2.040936598SSH2 protocol library docs
scikit-learn137819925A set of python modules for machine learning and data mining docs
wcwidth0.2.637236648Measures the displayed width of unicode strings in a terminal docs
future0.18.336042170Clean single-source support for Python 3 and 2 docs
py1.11.035797549py.test and pylib: advanced testing tool and networking lib docs
sniffio1.3.034757161Sniff out which async library your code is running under docs
ptyprocess0.7.034632989Run a subprocess in a pseudo terminal docs
pexpect4.8.033811961Pexpect allows easy control of interactive console applications. docs
matplotlib3.4.332540410Python plotting package docs
toml0.10.232183618Python Library for Tom’s Obvious, Minimal Language docs
python-dotenv1.0.031548635Read key-value pairs from a .env file and set them as environment variables docs
cloudpickle3.0.030762448Extended pickling support for Python objects docs
tzlocal5.0.130063991tzinfo object for the local timezone docs
webencodings0.5.129842548Character encoding aliases for legacy web content docs
tenacity8.2.228639121Retry code until it succeeeds docs
regex2023.6.328597215Alternative regular expression module, to replace re. docs
h110.14.027898907A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 docs
alembic1.7.627501910A database migration tool for SQLAlchemy. docs
joblib1.3.126860432Lightweight pipelining with Python functions docs
prompt-toolkit3.0.3926715276Library for building powerful interactive command lines in Python docs
kiwisolver1.4.426535284A fast implementation of the Cassowary constraint solver docs
tornado6.3.226492483Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. docs
ipython8.12.226452490IPython: Productive Interactive Computing docs
networkx2.6.326418568Python package for creating and manipulating graphs and networks docs
dill0.3.626052684serialize all of python docs
cycler0.11.125523694Composable style cycles docs
traitlets5.9.025351514Traitlets Python config system docs
threadpoolctl3.1.024620151threadpoolctl docs
sortedcontainers2.4.024610798Python Sorted Container Types: SortedList, SortedDict, and SortedSet docs
dnspython2.3.024152966DNS toolkit docs
nest-asyncio1.5.622841112Patch asyncio to allow nested event loops docs
fonttools4.40.022384117Tools to manipulate font files docs
xlrd1.2.021954801Library for developers to extract data from Microsoft Excel ™ spreadsheet files docs
pycryptodome3.18.021713775Cryptographic library for Python docs
jupyter-client7.4.921526393Jupyter protocol implementation and client libraries docs
defusedxml0.7.121297711XML bomb protection for Python stdlib modules docs
pyzmq25.1.020916092Python bindings for 0MQ docs
jedi0.18.220472214An autocompletion tool for Python that can be used for text editors. docs
prometheus-client0.17.020149834Python client for the Prometheus monitoring system. docs
toolz0.12.020075436List processing tools and functional utilities docs
pickleshare0.7.519532433Tiny ‘shelve’-like database with concurrency support docs
backcall0.2.019433788Specifications for callback functions passed in to an API docs
parso0.8.319279172A Python Parser docs
absl-py0.16.018914975Abseil Python Common Libraries, see https://github.com/abseil/abseil-py. docs
jupyter-core5.1.318839436Jupyter core package. A base package on which Jupyter projects rely. docs
matplotlib-inline0.1.617690338Inline Matplotlib backend for Jupyter docs
html5lib1.117638556HTML parser based on the WHATWG HTML specification docs
websockets10.317147255An implementation of the WebSocket Protocol (RFC 6455 & 7692) docs
babel2.10.117145162Internationalization utilities docs
fastapi0.92.016924919FastAPI framework, high performance, easy to learn, fast to code, ready for production docs
nbconvert7.6.016872749Converting Jupyter Notebooks docs
httpcore0.17.316506964A minimal low-level HTTP client. docs
httpx0.24.116505232The next generation HTTP client. docs
ipykernel6.24.015983599IPython Kernel for Jupyter docs
bleach4.2.115967545An easy safelist-based HTML-sanitizing tool. docs
entrypoints0.415941645Discover and load entry points from installed packages. docs
starlette0.25.015866823The little ASGI library that shines. docs
nbformat5.9.015584127The Jupyter Notebook format docs
mistune3.0.115317118A sane Markdown parser with useful plugins and renderers docs
jupyter-server1.23.515121191The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications. docs
appdirs1.4.415074712A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”. docs
fastjsonschema2.17.114574010Fastest Python implementation of JSON schema docs
imageio2.31.114249680Library for reading and writing a wide range of image, video, scientific, and volumetric data formats. docs
smart-open6.3.013788053Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2…) docs
debugpy1.6.713767457An implementation of the Debug Adapter Protocol for Python docs
notebook6.5.113730080Jupyter Notebook – A web-based notebook environment for interactive computing docs
uvicorn0.22.013540237The lightning-fast ASGI server. docs
numba0.57.113195918compiling Python code using LLVM docs
tinycss21.2.113133121Low-level CSS parser for Python docs
altair4.1.013114993Vega-Altair: A declarative statistical visualization library for Python. docs
typer0.4.212980225Typer, build great CLIs. Easy to code. Based on Python type hints. docs
h5py3.4.012956424Read and write HDF5 files from Python docs
shapely1.7.112805237Geometric objects, predicates, and operations docs
llvmlite0.40.112670358lightweight wrapper around basic LLVM functionality docs
text-unidecode1.312630850The most basic Text::Unidecode port docs
arrow1.2.112355068Better dates and times for Python docs
statsmodels0.12.212151140Statistical computations and models for Python docs
xlsxwriter3.1.211516605A Python module for creating Excel XLSX files. docs
orjson3.9.111096008Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy docs
executing1.2.010986133Get the currently executing AST node of a frame, and other information docs
semver3.0.110840882Python helper for Semantic Versioning (https://semver.org) docs
notebook-shim0.2.310839524A shim layer for notebook traits and config docs
send2trash1.8.210799485Send file to trash natively under Mac OS X, Windows and Linux docs
nbclassic1.0.010779070Jupyter Notebook as a Jupyter Server extension. docs
nltk3.6.310708345Natural Language Toolkit docs
stack-data0.6.210618514Extract data from python stack frames and tracebacks for informative displays docs
seaborn0.11.210575001Statistical data visualization docs
torch1.10.010557315Tensors and Dynamic neural networks in Python with strong GPU acceleration docs
nbclient0.8.010525318A client library for executing notebooks. Formerly nbconvert’s ExecutePreprocessor. docs
pure-eval0.2.210471234Safely evaluate AST nodes without side effects docs
sentencepiece0.1.9910311529SentencePiece python wrapper docs
patsy0.5.310249090A Python package for describing statistical models and for docs
keras2.6.010060352Deep learning for humans. docs
xgboost1.4.210027129XGBoost Python Package docs
plotly5.3.09962744An open-source, interactive data visualization library for Python docs
opt-einsum3.3.09811689Optimizing numpys einsum function docs
pandocfilters1.5.09349453Utilities for writing pandoc filters in python docs
sympy1.88853582Computer algebra system (CAS) in Python docs
jupyterlab-pygments0.2.28816008Pygments theme docs
terminado0.17.18757985Tornado websocket backend for the Xterm.js Javascript terminal emulator library. docs
mpmath1.3.08552229Python library for arbitrary-precision floating-point arithmetic docs
jsonpickle3.0.18509076Python library for serializing any arbitrary object graph into JSON docs
dask2023.4.08289190Parallel PyData with Task Scheduling docs
opencv-python4.5.2.548277620Wrapper package for OpenCV python bindings. docs
Faker8.13.28209798Faker is a Python package that generates fake data for you. docs
aiofiles0.8.08112161File support for asyncio. docs
graphviz0.177967407Simple Python interface for Graphviz docs
ujson5.8.07811268Ultra fast JSON encoder and decoder for Python docs
email-validator2.0.0.post27449038A robust email address syntax and deliverability validation library. docs
loguru0.5.37243169Python logging made (stupidly) simple docs
pyproj3.5.07170951Python interface to PROJ (cartographic projections and coordinate transformations library) docs
scikit-image0.18.37140530Image processing in Python docs
rpds-py0.8.86911878Python bindings to Rust’s persistent data structures (rpds) docs
alabaster0.8.16861066A configurable sidebar-enabled Sphinx theme docs
wsproto1.2.06733355WebSockets state-machine based protocol implementation docs
numexpr2.8.46702692Fast numerical expression evaluator for NumPy docs
uvloop0.17.06699732Fast implementation of asyncio event loop on top of libuv docs
referencing0.29.16435515JSON Referencing + Python docs
jsonschema-specifications2023.6.16420583The JSON Schema meta-schemas and vocabularies, exposed as a Registry docs
Flask-Cors4.0.06397442A Flask extension adding a decorator for CORS support docs
shap0.39.06288322A unified approach to explain the output of any machine learning model. docs
python-multipart0.0.66279053A streaming multipart parser for Python docs
torchvision0.11.16235237image and video datasets and models for torch deep learning docs
pywavelets1.4.16070010PyWavelets, wavelet transform module docs
monotonic1.65869300An implementation of time.monotonic() for Python 2 & < 3.3 docs
slicer0.0.75743806A small package for big slicing. docs
Fiona1.8.205580358Fiona reads and writes spatial data files docs
pycountry20.7.35490890ISO country, subdivision, language, currency and script definitions and their translations docs
httptools0.6.05367964A collection of framework independent HTTP protocol utils. docs
atomicwrites1.4.05352215Atomic file writes. docs
fuzzywuzzy0.18.05311304Fuzzy string matching in python docs
hpack4.0.05280949Pure-Python HPACK header compression docs
geopandas0.10.25256609Geographic pandas extensions docs
hyperframe6.0.15113022HTTP/2 framing layer for Python docs
h24.1.05088695HTTP/2 State-Machine based protocol implementation docs
Flask-Login0.6.25069483User session management for Flask docs
spacy3.1.74867587Industrial-strength Natural Language Processing (NLP) in Python docs
cachelib0.6.04512976A collection of cache libraries in the same API interface. docs
pydot1.4.24413354Python interface to Graphviz’s Dot docs
geographiclib1.524255242A translation of the GeographicLib::Geodesic class to Python docs
geopy2.2.04231502Python Geocoding Toolbox docs
dateparser1.2.04178156Date parsing library designed to parse dates from HTML pages docs
jax0.2.284153704Differentiate, compile, and transform Numpy code. docs
thinc8.0.174108917A refreshing functional take on deep learning, compatible with your favorite libraries docs
tifffile2023.7.44108194Read and write TIFF files docs
gensim4.1.04026644Python framework for fast Vector Space Modelling docs
aniso86019.0.13967314A library for parsing ISO 8601 strings. docs
convertdate2.4.03948366Converts between Gregorian dates and other calendar systems docs
pypdf21.28.63937125A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files docs
wasabi0.10.13925187A lightweight console printing and formatting toolkit docs
einops0.3.23903033A new flavour of deep learning operations docs
murmurhash1.0.93797351Cython bindings for MurmurHash docs
resampy0.4.23753782Efficient signal resampling docs
srsly2.4.63750582Modern high-performance serialization utilities for Python docs
blis0.8.03730934The Blis BLAS-like linear algebra library, as a self-contained C-extension. docs
preshed3.0.83692591Cython hash table that trusts the keys are pre-hashed docs
jupyterlab-server2.19.03578507JupyterLab Server docs
pydub0.25.13534376Manipulate audio with an simple and easy high level interface docs
pathy0.10.23460870pathlib.Path subclasses for local and cloud bucket storage docs
bokeh2.4.23420130Interactive plots and applications in the browser from Python docs
watchfiles0.19.03196853Simple, modern and high performance file watching and code reload in python. docs
pypandoc1.6.33167757Thin wrapper for pandoc. docs
spacy-legacy3.0.123134350Legacy registered functions for spaCy backwards compatibility docs
xarray2023.1.03034680N-D labeled arrays and datasets in Python docs
python-docx0.8.113016999Create and update Microsoft Word .docx files. docs
reportlab3.6.12956467The Reportlab Toolkit docs
gradio2.2.152858955Python library for easily interacting with trained machine learning models docs
korean-lunar-calendar0.3.12841564Korean Lunar Calendar docs
json50.9.142799648A Python implementation of the JSON5 data format. docs
librosa0.8.12576979Python module for audio and music processing docs
cssselect20.4.12527127CSS selectors for Python ElementTree docs
automat20.2.02365699Self-service finite-state machines for the programmer on the go. docs
constantly15.1.02346043Symbolic constants in Python docs
ffmpy0.3.02142477A simple Python wrapper for ffmpeg docs
jupyterlab3.4.82094998JupyterLab computational environment docs
markdown22.4.91941861A fast and complete Python implementation of Markdown docs
bidict0.22.01923701The bidirectional mapping library for Python. docs
qrcode7.31853791QR Code image generator docs
mizani0.9.21763589Scales for Python docs
requests-unixsocket0.2.01701395Use requests to talk HTTP via a UNIX domain socket docs
plotnine0.10.11700724A grammar of graphics for python docs
rasterio1.2.101677739Fast and direct raster I/O for use with Numpy and SciPy docs
audioread2.1.91675342multi-library, cross-platform audio decoding docs
munch4.0.01603909A dot-accessible dictionary (a la JavaScript objects) docs
pyxlsb1.0.81594425Excel 2007-2010 Binary Workbook (xlsb) parser docs
snuggs1.4.71530173Snuggs are s-expressions for Numpy docs
pooch1.7.01442793Pooch manages your Python library’s sample data files: it automatically downloads and stores them in a local directory, with support for versioning and corruption checks. docs
python-pptx0.6.211437835Generate and manipulate Open XML PowerPoint (.pptx) files docs
soundfile0.10.21426058An audio library based on libsndfile, CFFI and NumPy docs
rdflib6.0.01402606RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. docs
pyphen0.14.01265225Pure Python module to hyphenate text docs
svglib1.1.01218331A pure-Python library for reading and converting SVG docs
ffmpeg-python0.2.01208231Python bindings for FFmpeg – with support for complex filtering docs
olefile0.461161324Python package to parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office) – Improved version of the OleFileIO module from PIL, the Python Image Library. docs
fpdf1.7.21125204Simple PDF generation for Python docs
weasyprint53.31112772The Awesome Document Factory docs
odfpy1.4.11098694Python API and tools to manipulate OpenDocument files docs
torchaudio0.10.01052200An audio package for PyTorch docs
cairocffi1.3.01043110cffi-based cairo bindings for Python docs
mutagen1.45.11033143read and write audio tags for many formats docs
gTTS2.2.31013768gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API docs
wordcloud1.8.1992504A little word cloud generator docs
pytesseract0.3.8987320Python-tesseract is a python wrapper for Google’s Tesseract-OCR docs
cairosvg2.10.3979229A Simple SVG Converter for Cairo docs
imageio-ffmpeg0.4.8943657FFMPEG wrapper for Python docs
pdfkit0.6.1925125Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt docs
pdf2image1.16.3870834A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list. docs
pymupdf1.19.6827901Python bindings for the PDF toolkit and renderer MuPDF docs
pygobject3.36.0816114Python bindings for GObject Introspection docs
tables3.6.1789500Hierarchical datasets for Python docs
fastprogress1.0.3788858A nested progress with plotting options for fastai docs
wand0.6.11783532Ctypes-based simple MagickWand API binding for Python docs
textblob0.15.3713602Simple, Pythonic text processing. Sentiment analysis, POS tagging, noun phrase parsing, and more. docs
folium0.12.1694422Make beautiful maps with Leaflet.js & Python docs
torchtext0.6.0647657Text utilities and datasets for PyTorch docs
moviepy1.0.3640885Module for script-based video editing docs
numpy-financial1.0.0635311Simple financial functions docs
aiomultiprocess0.9.0589173AsyncIO version of the standard multiprocessing module docs
pyluach2.2.0558314Pyluach is a Python package for manipulating Hebrew dates, Gregorian-Hebrew calendar conversions, getting the weekly parsha, and other Jewish calendar related calculations. docs
ebcdic1.1.1556790Additional EBCDIC codecs docs
pydyf0.7.0553443A low-level PDF generator. docs
proglog0.1.10552754Log and progress bar manager for console, notebooks, web… docs
xarray-einstats0.5.1546011Stats, linear algebra and einops for xarray docs
zopfli0.2.2537735Zopfli module for python docs
priority2.0.0500305A pure-Python implementation of the HTTP/2 priority tree docs
speechrecognition3.8.1466185Library for performing speech recognition with the Google Speech Recognition API. docs
trimesh3.9.29447527Import, export, process, analyze and view triangular meshes. docs
pyshp2.1.3432477Pure Python read/write support for ESRI Shapefile format docs
pymc33.11.5380823Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano docs
theano-pymc1.1.2376382Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs. docs
hypercorn0.14.3374316A ASGI Server based on Hyper libraries and inspired by Gunicorn docs
pdfplumber0.5.28365201Plumb a PDF for detailed information about each char, rectangle, and line. docs
IMAPClient2.1.0360980Easy-to-use, Pythonic and complete IMAP client library docs
docx2txt0.8349719A pure python-based utility to extract text and images from docx files. docs
deprecat2.1.1347279Python @deprecat decorator to deprecate old python classes, functions or methods. docs
markdownify0.9.3342899Convert HTML to markdown. docs
h5netcdf1.1.0305171netCDF4 via h5py docs
pygraphviz1.7303052Python interface to Graphviz docs
brotlipy0.7.0299117Python binding to the Brotli library docs
rarfile4275050RAR archive reader for Python docs
svgwrite1.4.1272288A Python library to create SVG drawings. docs
extract-msg0.28.7263543Extracts emails and attachments saved in Microsoft Outlook’s .msg files docs
pyzbar0.1.8227120A ctypes-based wrapper around the zbar barcode reader. docs
pdfrw0.4214564PDF file reader/writer library docs
contractions0.0.54190742Fixes contractions such as `you’re` to you `are` docs
dlib19.22.1158426A toolkit for making real world machine learning and data analysis applications docs
autocorrect2.5.0154617Spelling Corrector docs
exchange-calendars3.4147232Calendars for securities exchanges docs
textract1.6.4146970extract text from any document. no muss. no fuss. docs
pyaudio0.2.11136683Cross-platform audio I/O with PortAudio docs
dbus-python1.2.16125043Python bindings for libdbus docs
matplotlib-venn0.11.6123835Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib. docs
aioquic0.9.15118138An implementation of QUIC and HTTP/3 docs
pyttsx32.998382Text to Speech (TTS) library for Python 2 and 3. Works without internet connection or delay. Supports multiple TTS engines, including Sapi5, nsss, and espeak. docs
imgkit1.2.297410Wkhtmltopdf python wrapper to convert html to image using the webkit rendering engine and qt docs
xml-python0.4.376710Create Python objects from XML using decorated functions to parse the nodes docs
mne0.23.465446MNE python project for MEG and EEG data analysis. docs
EbookLib0.1862594Ebook library which can handle EPUB2/EPUB3 and Kindle format docs
Flask-CacheBuster1.0.054848Flask-CacheBuster is a lightweight Flask extension that adds a hash to the URL query parameters of each static file. docs
mtcnn0.1.142039Multi-task Cascaded Convolutional Neural Networks for Face Detection, based on TensorFlow docs
tabula1.0.540675Ascii table docs
db-sqlite30.0.110523sqlite3 driver for db docs
kerykeion2.1.165845A astrology library. docs
pyswisseph2.10.3.25742Python extension to the Swiss Ephemeris docs
audio-metadata0.12.14477A library for reading and, in the future, writing metadata from audio files. docs
pronouncing0.2.02515A simple interface for the CMU pronouncing dictionary docs
nashpy0.0.352403A library with algorithms on 2 player games. docs
constant2.0.22217Use IDLE autocomplete feature to manage large amount of constants. docs
pyprover0.5.62210A resolutional theorem prover for predicate logic in pure Python. docs
python-apt2.0.11752Python bindings for libapt. docs
pylog1.11607Python implementation of Prolog features. docs
ad1.3.21277Fast, transparent first- and second-order automatic differentiation docs
alchimia0.8.11180(SQLAlchemy – ORM) + Twisted = win docs
pyth30.7851Python text markup and conversion docs
colourful0.1.8104colourful is a package to colorize any greyscale image. docs
Thanks for reading!


Check Out an Online Course

The Business Toolkit: Prompt Engineering with ChatGPT

Jacob Coccari

Founder @ Beehive


All Levels

Certificate of Completion

Microsoft Excel Crash Course for Business Analysts

Jacob Coccari

Founder @ Beehive

Jules Nugyen

TPM @ Amazon


All Levels

Certificate of Completion

Prompt Engineering with ChatGPT for Developers: Crash Course

Jacob Coccari

Founder @ Beehive


All Levels

Certificate of Completion