@@ -92,6 +92,7 @@ cyberpunk theme: https://github.com/dhaitz/mplcyberpunk/blob/master/README.md
92
92
upsetplot: https://github.com/jnothman/UpSetPlot
93
93
keplergl (PITA to install onto Windows): https://github.com/keplergl/kepler.gl/issues/557
94
94
pyecharts: 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
95
96
96
97
# geo visualization libraries:
97
98
folium: https://github.com/python-visualization/folium
@@ -143,7 +144,6 @@ real-time plots in jupyter: https://lvwerra.github.io/jupyterplot/
143
144
pyodbc
144
145
turbodbc
145
146
ipython-sql
146
- db.py (dead project?)
147
147
jaydebeapi
148
148
sqlalchemy
149
149
sqlalchemy-turbodbc
@@ -183,7 +183,7 @@ Using pipe (|) operator: https://github.com/JulienPalard/Pipe
183
183
mpypl: https://github.com/shwars/mPyPl (a functional approach to data pipelines)
184
184
Netflix's metaflow: https://github.com/Netflix/metaflow (Windows not supported)
185
185
ploomber: 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
187
187
188
188
# Data validation and cleaning frameworks
189
189
https://github.com/great-expectations/great_expectations
@@ -306,6 +306,7 @@ https://realpython.com/python-concurrency/#how-to-speed-up-a-cpu-bound-program
306
306
For I/O bound: Use asyncio if you can, threading if you must
307
307
For CPU bound: Use multiprocessing
308
308
Trio, a better asyncio?: https://github.com/python-trio/trio
309
+ many_requests: https://github.com/joshlk/many_requests
309
310
310
311
# Task Queues (most don't support Windows)
311
312
https://tests4geeks.com/python-celery-rabbitmq-tutorial/
0 commit comments