Box
best-of-python
Box | best-of-python | |
---|---|---|
12 | 6 | |
2,552 | 3,636 | |
- | 1.0% | |
2.9 | 7.4 | |
4 months ago | about 2 months ago | |
Python | Python | |
MIT License | Creative Commons Attribution Share Alike 4.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Box
-
DotDict: A simple Python library to make chained attributes possible
This seems similar to the functionality exposed by Box.
https://github.com/cdgriffith/Box/wiki/Types-of-Boxes#defaul...
- Best way to get a dict-like object with dot notations? Class attributes, or other options?
- I've built a PathDict, a library that makes it easy to work with dicts!
- GitHub - cdgriffith/Box: Python dictionaries with advanced dot notation access
- Box โ Python dictionaries with advanced dot notation access
- Box โ Python dictionary with dot notation
- What would you want to see in Python?
-
I am a proficient Python coder whose learning has plateaued. Any really useful libraries I should look into learning? Taking recommendations.
Here are some that might answer your question: - algorithms is a library which contains many of the most useful algorithms for sorting, searching, working with trees, math algorithms like factorials, prime finders and many more - data classes to save you the trouble of writing everytime special methods in a class like init, repr, set, get - box allows the use of dot on dictionaries to access the keys - more-itertools for more routines to operate on iterables than those itertools provide.
best-of-python
-
Top 8 AI Open Source Software Libraries
Show 10 hidden projects... numpy (๐ฅ51 ยท โญ 27K) - The fundamental package for scientific computing with Python. Unlicensed; Blaze GitHub - ml-tooling/best-of-python
-
Which not so well known Python packages do you like to use on a regular basis and why?
You may be interested in this best-of-python list on github.
-
I am a proficient Python coder whose learning has plateaued. Any really useful libraries I should look into learning? Taking recommendations.
I suggest looking at this and this github links which group many of the most used/useful python libraries by their category of use.
- ml-tooling/best-of-python A ranked list of awesome Python open-source libraries & tools. Updated weekly.
- Best of Python
-
[P] best-of-ml-python: A ranked list of awesome machine learning Python libraries
best-of-python: General overview of Python libraries & tools
What are some alternatives?
bidict - The bidirectional mapping library for Python.
pymunk - Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python
dataclasses
fastapi-featureflags - FastAPI Feature Flags
DottedDict - Python library that provides a method of accessing lists and dicts with a dotted path notation.
glom - โ๏ธ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! โ๏ธ
algorithms - Minimal examples of data structures and algorithms in Python
gTTS - Python library and CLI tool to interface with Google Translate's text-to-speech API
awesome-python - An opinionated list of awesome Python frameworks, libraries, software and resources.
chepy - Chepy is a python lib/cli equivalent of the awesome CyberChef tool.
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
best-of-web-python - ๐ A ranked list of awesome python libraries for web development. Updated weekly.