Home Backend Development Python Tutorial The ost Underrated Python Libraries You Should Start Using Right Now

The ost Underrated Python Libraries You Should Start Using Right Now

Nov 03, 2024 am 07:02 AM

The ost Underrated Python Libraries You Should Start Using Right Now

“Wait… there are Python libraries other than Pandas and NumPy?”

If you just thought that, welcome to the club! Sure, Pandas and NumPy are great, but there’s a whole world of underrated Python libraries that can make you look like a coding wizard ?‍♂️ (my favorite kind of work, TBH).

In this post, I’m going to introduce you to 5 hidden gems in the Python ecosystem. Use these libraries and people will think you’re some kind of Python sorcerer (don’t worry, I won’t tell them how easy it was).

And if you’re a lazy developer (like me), you can skip the research and just sign up for my Beehive newsletter(Its Completely Free ) where I regularly drop code, hacks, and life-saving libraries straight to your inbox. No spam, just code.

Alright, let’s get to it!

1. Rich: Beautiful Console Output, Easy Peasy

You ever been jealous of those fancy, colorful terminal outputs you see online? No? Well, now you will be.

With Rich, you can add pretty colors, progress bars, and even Markdown support to your terminal output in just a few lines of code. It’s basically like giving your terminal a glow-up.

from rich.console import Console
console = Console()

# Welcome to the world of fancy console output
console.print("Hello, [bold magenta]World![/bold magenta] ?")

Copy after login
Copy after login

Why You’ll Love It: Because plain text is boring, and now you can flex on your coworkers with a terminal that looks like it’s auditioning for a sci-fi movie. ?

2. Typer: Making CLI Tools Without Wanting to Cry

Building command-line interfaces (CLI) in Python can sometimes feel like you’re in a battle with your keyboard. Enter Typer, the library that makes CLI tools so easy you’ll wonder if you’re cheating.

import typer
# Behold! The world's simplest CLI
def greet(name: str):
    print(f"Hello, {name}! ?")
if __name__ == "__main__":
   # Trust me, this one line is about to blow your mind
    typer.run(greet)
Copy after login
Copy after login

Why You’ll Love It: One line to create a fully functional CLI app. It’s like magic, but without the top hat and rabbits. Also, you get to say things like “I made a CLI tool” at parties. ?

3. Arrow: Timezones Without Losing Your Mind

Working with dates and timezones in Python is like trying to assemble IKEA furniture — without the instructions. Arrow is here to save your sanity.

import arrow
now = arrow.now()

# Because we're too fancy for basic datetime
print(now.shift(hours=+1).format('YYYY-MM-DD HH:mm:ss'))
Copy after login

Why You’ll Love It: No more needing to decipher ancient timezone scrolls. Now you can manipulate dates and times like a pro while pretending you totally understand timezones. ⏰

4. Pydantic: Data Validation Done Right

Have you ever tried to validate data manually? No? Well, you’re lucky. It’s a headache. But with Pydantic, data validation becomes fun (yes, I just said that).

from rich.console import Console
console = Console()

# Welcome to the world of fancy console output
console.print("Hello, [bold magenta]World![/bold magenta] ?")

Copy after login
Copy after login

Why You’ll Love It: Data validation doesn’t have to make you want to throw your laptop out the window. With Pydantic, it’s like having a built-in proofreader for your code. ?

5. Loguru: Logging Without the Setup Headache

Logging in Python can be… uh, tedious. Enter Loguru, which makes setting up logs so easy that even your dog could do it (probably).

import typer
# Behold! The world's simplest CLI
def greet(name: str):
    print(f"Hello, {name}! ?")
if __name__ == "__main__":
   # Trust me, this one line is about to blow your mind
    typer.run(greet)
Copy after login
Copy after login

Why You’ll Love It: One line, no setup, and now your code will tell you what’s going wrong without sending you into a tailspin. It’s logging without the emotional breakdown. ?

Conclusion: Go Forth and Code (But Use These Libraries)

There you have it — 5 Python libraries that are seriously underrated and will save you hours of work. Try them out, and soon you’ll be dropping cool one-liners like, “Oh yeah, I built a CLI tool with Typer” or “You’re still using basic logs? I switched to Loguru.

And if you’re a lazy developer (like me), don’t forget to sign up for my Beehive newsletter(Its Completely Free ). I’ll deliver more hidden Python gems, tips, and tricks right to your inbox so you can spend less time Googling and more time looking like a genius. ?✨

Happy coding!

FAQs About Underrated Python Libraries

Why should I use these lesser-known Python libraries instead of more popular ones?
While popular libraries like Pandas and NumPy are fantastic, these underrated libraries provide more specialized functionality that can save you time and effort in specific areas like terminal output, logging, and CLI creation.

  1. Can I use these libraries in any Python project?

Yes! These libraries are highly versatile and can be used across a wide range of Python projects, from small scripts to large-scale applications. They integrate seamlessly with other libraries and frameworks too.

  1. Is Rich really going to make my terminal look pretty, or is it just hype?

Rich isn’t just hype! It genuinely transforms your terminal output with colors, formatting, and progress bars. It’s like the makeup artist of Python libraries — it’ll make your terminal look fabulous without any extra effort.

  1. I’m new to Python. Will these libraries be too advanced for me?

Not at all! Each of these libraries was chosen because they simplify tasks, even for beginners. They cut down the complexity and make coding more fun and intuitive. You’ll look like a pro in no time!

  1. What’s the easiest way to get started with these libraries?

You can find code snippets and documentation on each library’s website, or if you’re feeling extra lazy (like me), just sign up for my newsletter,(Its Completely Free )where I’ll send you tips, tricks, and pre-written code directly to your inbox. No need to spend hours Googling!

  1. Do these libraries work well together?

Absolutely! These libraries can be used independently or together in larger projects. For example, you can use Rich for output, Loguru for logging, and Typer for your command-line interfaces, all in one project.

  1. How do these libraries improve my productivity as a developer?

They remove a lot of boilerplate code and allow you to focus on the core logic of your application. Whether it’s handling timezones, creating CLI tools, or logging, these libraries take care of the repetitive stuff, giving you more time to work on the fun parts.

  1. How can I learn more about cool Python libraries like these?

Easy! Subscribe to my Beehive newsletter (Its Completely Free ), where I regularly drop hidden Python gems, tips, and ready-to-use code. You’ll be the first to know about these tools before they go mainstream!

The above is the detailed content of The ost Underrated Python Libraries You Should Start Using Right Now. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to solve the permissions problem encountered when viewing Python version in Linux terminal? How to solve the permissions problem encountered when viewing Python version in Linux terminal? Apr 01, 2025 pm 05:09 PM

Solution to permission issues when viewing Python version in Linux terminal When you try to view Python version in Linux terminal, enter python...

How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading? How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading? Apr 02, 2025 am 07:15 AM

How to avoid being detected when using FiddlerEverywhere for man-in-the-middle readings When you use FiddlerEverywhere...

How to efficiently copy the entire column of one DataFrame into another DataFrame with different structures in Python? How to efficiently copy the entire column of one DataFrame into another DataFrame with different structures in Python? Apr 01, 2025 pm 11:15 PM

When using Python's pandas library, how to copy whole columns between two DataFrames with different structures is a common problem. Suppose we have two Dats...

How to teach computer novice programming basics in project and problem-driven methods within 10 hours? How to teach computer novice programming basics in project and problem-driven methods within 10 hours? Apr 02, 2025 am 07:18 AM

How to teach computer novice programming basics within 10 hours? If you only have 10 hours to teach computer novice some programming knowledge, what would you choose to teach...

How does Uvicorn continuously listen for HTTP requests without serving_forever()? How does Uvicorn continuously listen for HTTP requests without serving_forever()? Apr 01, 2025 pm 10:51 PM

How does Uvicorn continuously listen for HTTP requests? Uvicorn is a lightweight web server based on ASGI. One of its core functions is to listen for HTTP requests and proceed...

How to solve permission issues when using python --version command in Linux terminal? How to solve permission issues when using python --version command in Linux terminal? Apr 02, 2025 am 06:36 AM

Using python in Linux terminal...

How to get news data bypassing Investing.com's anti-crawler mechanism? How to get news data bypassing Investing.com's anti-crawler mechanism? Apr 02, 2025 am 07:03 AM

Understanding the anti-crawling strategy of Investing.com Many people often try to crawl news data from Investing.com (https://cn.investing.com/news/latest-news)...

See all articles