Book description
The Python ecosystem is vast and far-reaching in both scope and depth. Starting out in this crazy, open-source forest is daunting, and even with years of experience, it still requires continual effort to keep up-to-date with the best libraries and techniques. This report helps you explore some of the lesser known Python libraries and tools, including third-party modules and several extremely useful tools in the standard library that deserve more attention.
What makes this collection different from other lists online? Author Caleb Hattingh diligently spent time finding and testing hidden gems that fit several criteria: easy to install and use, cross-platform, applicable to more than one domain, and not yet popular but likely to become so soon. You will likely discover at least a couple of cool libraries that will assist you in your everyday Python activities, no matter your specialization.
This report examines:
- Little-known standard library modules: collections, contextlib, concurrent.futures, logging, and sched
- Flit for simplifying the process of submitting a Python package to the Python Package Index (PyPI)
- Colorama and begins for making your command-line applications friendlier for users
- Pyqtgraph and pywebview for creating graphical user interfaces (GUIs)
- Watchdog, psutil, and ptpython for working closely with the operating system
- Hug for exposing APIs for other users' programs to consume
- Arrow and parsedatetime for working with dates and times
- Third-party general-purpose libraries: Boltons, Cython, and the awesome-python curated list
Product information
- Title: 20 Python Libraries You Aren't Using (But Should)
- Author(s):
- Release date: August 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491967928
You might also like
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
article
Use GitHub Copilot: Additional Tips
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
book
Jumpstarting Raspberry Pi Vision
Learn how to teach a Single Board Computer like a Raspberry Pi to recognize individual faces, …