@@ -33,6 +33,7 @@ pyflame: https://github.com/uber/pyflame # Does not support Windows
3333birdseye: https://github.com/alexmojaki/birdseye
3434pyheat: https://github.com/csurfer/pyheat
3535heartrate: https://github.com/alexmojaki/heartrate
36+ pyinstrument: https://github.com/joerick/pyinstrument
3637https://www.markkeller.dev/2018-07-14-optimize_python/
3738
3839# Forecasting
@@ -71,8 +72,9 @@ bqplot: https://github.com/bloomberg/bqplot
7172pdvega
7273bokeh / HoloViews / hvplot / pandas-bokeh (pyviz stack)
7374chartify: https://github.com/spotify/chartify
74- folium
75- geoplot
75+ folium: https://github.com/python-visualization/folium
76+ geoplot: https://github.com/ResidentMario/geoplot
77+ movingpandas: https://github.com/anitagraser/movingpandas
7678plotnine: clone of R's ggplot2
7779joypy: https://github.com/sbebo/joypy/blob/master/Joyplot.ipynb
7880jmpy
@@ -86,6 +88,14 @@ Rain clouds viz: https://github.com/pog87/PtitPrince
8688jupyterplot: https://lvwerra.github.io/jupyterplot/
8789cyberpunk theme: https://github.com/dhaitz/mplcyberpunk/blob/master/README.md
8890upsetplot: https://github.com/jnothman/UpSetPlot
91+ keplergl (PITA to install onto Windows): https://github.com/keplergl/kepler.gl/issues/557
92+
93+ # geo visualization libraries:
94+ folium: https://github.com/python-visualization/folium
95+ geoplot: https://github.com/ResidentMario/geoplot
96+ ipyleaflet: https://github.com/jupyter-widgets/ipyleaflet/
97+ movingpandas: https://github.com/anitagraser/movingpandas
98+ keplergl: keplergl (PITA to install onto Windows): https://github.com/keplergl/kepler.gl/issues/557
8999
90100# Animation related
91101celluloid: https://github.com/jwkvam/celluloid
@@ -204,14 +214,16 @@ https://github.com/RobinL/fuzzymatcher
204214https://github.com/J535D165/recordlinkage
205215scikit-neuralnetwork: https://github.com/aigamedev/scikit-neuralnetwork
206216
207- # Webscraping
217+ # HTTP / Webscraping
208218beautifulsoup4
209219lxml+XPath
210220mechanicalsoup
211221selenium (headless-browser framework for extracting javascript data)
212222scrapy (OOP framework)
213223newspaper3k: https://newspaper.readthedocs.io # easily extract text from articles
214- requests-html: requests-html: https://github.com/kennethreitz/requests-html
224+ requests-html: requests-html: https://github.com/kennethreitz/requests-htm
225+ HTTPX: https://github.com/encode/httpx
226+ autoscraper: https://github.com/alirezamika/autoscraper
215227
216228# Big Data
217229boto3: Interface to S3
0 commit comments