Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolforest/best-of-awesome

A list of best Python open source projects
https://github.com/wolforest/best-of-awesome

List: best-of-awesome

awesome awesome-list best-list python

Last synced: 3 months ago
JSON representation

A list of best Python open source projects

Awesome Lists containing this project

README

        

# Best Python

## docs for beginner
* [project structure](./docs/structure.md)
* [project & poetry](./docs/poetry.md)
* [basic syntax](./docs/syntax.md)

## best open source projects for beginner
* [poetry](https://python-poetry.org/) Python dependency management and packaging made easy
* [pytest](https://www.pytest.org/) A mature full-featured Python testing tool.
* [pywolf](https://github.com/wolforest/pywolf) A simple python framework, config management, app context, and utils wrappers, ...
* [FastAPI](https://fastapi.tiangolo.com/) modern fast web framework. ([vs flask](https://www.turing.com/kb/fastapi-vs-flask-a-detailed-comparison))
* [databases](https://www.encode.io/databases/) Async database support for Python.
* [httpx](https://www.python-httpx.org/) A next generation HTTP client for Python
* [redis-py](https://github.com/redis/redis-py) Redis Python Client(with asyncio support)
* [jinja](https://jinja.palletsprojects.com/) A very fast and expressive template engine.
* [boltons](https://boltons.readthedocs.org/) 250+ constructs, recipes, and snippets which extend the Python standard library
* [arrow](https://github.com/arrow-py/arrow) Better dates & times for Python
* [pyyaml](https://pyyaml.org/) A full-featured YAML framework for the Python programming language.
* [awesome Python](https://awesome-python.com/) A curated list of awesome Python frameworks, libraries, software and resources

## cli
* [click](http://click.pocoo.org/dev/) A package for creating beautiful command line interfaces in a composable way.
* [rich](https://github.com/willmcgugan/rich) Python library for rich text and beautiful formatting in the terminal.
* [python-fire](https://github.com/google/python-fire) Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
* [invoke](pyinvoke.org) Pythonic task management & command execution.

## multimedia
* [Pillow](https://python-pillow.org/) Python Imaging Library

## dev ops
* [ansible](https://www.ansible.com/) IT automation platform that makes your applications and systems easier to deploy and maintain.
* [salt](https://repo.saltproject.io/) Software to automate the management and configuration of any infrastructure or application at scale
* [Supervisor](http://supervisord.org/) Supervisor process control system for Unix (supervisord)

## data science
* [pandas](https://pandas.pydata.org/) fast, powerful, flexible and easy to use open source data analysis and manipulation tool
* [numpy](https://numpy.org/) The fundamental package for scientific computing with Python
* [matplotlib](https://matplotlib.org/) a comprehensive library for creating static, animated, and interactive visualizations
* [jupyter](https://jupyter.org/) web-based interactive development environment for notebooks, code, and data
* [scikit-learn](https://scikit-learn.org/) Simple and efficient tools for predictive data analysis
* [funNLP](https://github.com/fighting41love/funNLP) A collection of tools and datasets for Chinese NLP
* [jieba](https://github.com/fxsjy/jieba) The most popular Chinese text segmentation library
* [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
* [tensorflow](https://github.com/tensorflow/tensorflow) The most popular Deep Learning framework created by Google.
* [transformers](https://github.com/huggingface/transformers) State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
* [beautiful soup](https://www.crummy.com/software/BeautifulSoup/) get data out of html page
* [textract](https://github.com/deanmalmgren/textract) xtract text from any document