@@ -92,6 +92,7 @@ cyberpunk theme: https://github.com/dhaitz/mplcyberpunk/blob/master/README.md
9292upsetplot: https://github.com/jnothman/UpSetPlot
9393keplergl (PITA to install onto Windows): https://github.com/keplergl/kepler.gl/issues/557
9494pyecharts: https://github.com/pyecharts/pyecharts (in Chinese)
95+ English translated version: https://translate.google.com/translate?sl=auto&tl=en&u=https%3A%2F%2Fgithub.com%2Fpyecharts%2Fpyecharts
9596
9697# geo visualization libraries:
9798folium: https://github.com/python-visualization/folium
@@ -143,7 +144,6 @@ real-time plots in jupyter: https://lvwerra.github.io/jupyterplot/
143144pyodbc
144145turbodbc
145146ipython-sql
146- db.py (dead project?)
147147jaydebeapi
148148sqlalchemy
149149sqlalchemy-turbodbc
@@ -183,7 +183,7 @@ Using pipe (|) operator: https://github.com/JulienPalard/Pipe
183183mpypl: https://github.com/shwars/mPyPl (a functional approach to data pipelines)
184184Netflix's metaflow: https://github.com/Netflix/metaflow (Windows not supported)
185185ploomber: https://github.com/ploomber/ploomber (Windows supported)
186- databay (data transfer library similar to Apache Camel ): https://github.com/Voyz/databay
186+ databay (data transfer library similar to Apache Beam ): https://github.com/Voyz/databay
187187
188188# Data validation and cleaning frameworks
189189https://github.com/great-expectations/great_expectations
@@ -306,6 +306,7 @@ https://realpython.com/python-concurrency/#how-to-speed-up-a-cpu-bound-program
306306For I/O bound: Use asyncio if you can, threading if you must
307307For CPU bound: Use multiprocessing
308308Trio, a better asyncio?: https://github.com/python-trio/trio
309+ many_requests: https://github.com/joshlk/many_requests
309310
310311# Task Queues (most don't support Windows)
311312https://tests4geeks.com/python-celery-rabbitmq-tutorial/
0 commit comments