DEV Community

Cover image for Python libraries you need to know in 2024

Python libraries you need to know in 2024

Marine on March 12, 2024

TL;DR Are you getting into Python? It’s a jungle! You have libraries just about anything you can think about - from creating games to ...
Collapse
 
johndzialo profile image
John Dzialo

Great List!

I would add Streamlit as well. Especially for Data Science teams playing with AGI and LLMs and need an easy web framework to test out chatbots, text/image generation.

github.com/streamlit/streamlit

Collapse
 
marisogo profile image
Marine

I tried to put libraries adressing different functions, but yes, Streamlit is defintely a staple for easy frameworks!

Collapse
 
aleajactaest78 profile image
AleaJactaEst

I love Vizzu! I came for the list of great packages; I stayed for the little snake and Dune reference in the GIFs. Could you write an article on the new libraries to know?

Collapse
 
marisogo profile image
Marine

Hahaha I saw Dune this weekend had to make a GIF about it!
Definitely, will do!

Collapse
 
jrobinav profile image
Jean-Robin

Nice one!

Collapse
 
dhirajpatra profile image
Dhiraj Patra

You miss FastAPI, without it async processes, especially microservices would be as tough as the old days.

Collapse
 
marisogo profile image
Marine

I put FastAPI at place 46!

Collapse
 
wadigzon profile image
WADIGZON DIAZ-WONG

very good!, Thanks!

Collapse
 
devanghingu profile image
Devang Hingu

covered many packages 👏

Collapse
 
rendermangl profile image
Jeffrey

Nice list!
A lot of these have been king for years!!
Love to see that!

Collapse
 
marisogo profile image
Marine

That's very true, hard to dethrone!

Collapse
 
iamdbro profile image
Darren Broderick (DBro)

Great list!

Collapse
 
covetous profile image
Niklas Asp

Also considering ruff.

An extremely fast Python linter and code formatter, written in Rust.

Collapse
 
sucodelarangela profile image
Angela Caldas

@morgannadev dá uma olhada nesse artigo

Collapse
 
morgannadev profile image
Morganna

@sucodelarangela adorei, muito obrigada!!!

Collapse
 
stankukucka profile image
Stan Kukučka

@marisogo "Beautiful Soup" is ok for the start. Worth to mention is Scrapy

Collapse
 
marisogo profile image
Marine

Noted! I tried to mix up the libraries, definitely keep Scrapy in mind!