DEV Community

Cover image for Have you ever made or discovered a useful library? Share it! 💬

Have you ever made or discovered a useful library? Share it! 💬

BestCodes on August 13, 2024

Hey everyone! 👋 Let's have some fun sharing cool code libraries we've made or discovered recently. I'll kick things off with a few, including two I...
Collapse
 
robbenzo24 profile image
Rob Benzo •

This Python one is handy:

pypi.org/project/colorzero/

Collapse
 
k0msenapati profile image
K Om Senapati •

github.com/Textualize/rich

Check this out as well

Collapse
 
best_codes profile image
BestCodes •

Very cool! I use Node.js mostly. But whenever I create another project in Python, I will be sure to use this (if I want some color or formatting).

Thanks for the resource!

Collapse
 
best_codes profile image
BestCodes •

Cool! I don't use Python that much. It looks like the Python version of chroma.js.

Have you ever made your own library?

Collapse
 
robbenzo24 profile image
Rob Benzo •

No

Collapse
 
neurabot profile image
Neurabot •

What's handy differences between library and framework ? Bootstrap is framework but others call it library, why ?

Collapse
 
best_codes profile image
BestCodes •

Good question!

The difference is that a library provides specific functionality that you call in your code, while a framework provides a structure and dictates the flow, calling your code instead.

Bootstrap is often called both because it provides a set of tools (like a library) but also enforces a structure for building responsive designs (like a framework). The terminology depends on how it's used in a project.

Collapse
 
neurabot profile image
Neurabot • • Edited

Good. I conclude framework is in a large spectrum than library. Can you help us thus by publishing interesting article on how to create a library or framework ?

Thread Thread
 
best_codes profile image
BestCodes •

Well, I could try! I have made a library before (not a framework), so I might do that. Thanks for your interest!

Collapse
 
as_you_haloe profile image
Haloe •

i used best-bible recently ~

Collapse
 
best_codes profile image
BestCodes •

Cool! I've met a few people who have already, which surprised me. :D

What did you use it for?

Collapse
 
alt_exist profile image
Alternate Existance •
Collapse
 
best_codes profile image
BestCodes •

I've used that one!