Web Scraping in Python: Scaling to Distributed Crawling
https://www.zenrows.com/blog/mastering-web-scraping-in-python-scaling-to-distributed-crawling
https://www.zenrows.com/blog/mastering-web-scraping-in-python-scaling-to-distributed-crawling
Zenrows
Distributed web crawling made easy: system and architecture
Build a distributed crawler with custom parsers per domain. Discover new pages and store the data you need — a web crawling project in less than 300 LOC.
Visualizing Python Modules and Dependencies With Neo4j
http://blog.adnansiddiqi.me/visualizing-python-modules-and-dependencies-with-neo4j/
http://blog.adnansiddiqi.me/visualizing-python-modules-and-dependencies-with-neo4j/
Adnan's Random bytes
Visualizing Python modules and dependencies with Neo4j
I am taking a short break from the Blockchain Programming series and writing this post because I found it pretty interesting.
The other day I found a tweet(which unfortunately I forgot to bookmark and can't find it anymore) about visualizing python modules…
The other day I found a tweet(which unfortunately I forgot to bookmark and can't find it anymore) about visualizing python modules…
Intro to Creating Graphs with Python + matplotlib
https://www.blog.pythonlibrary.org/2021/09/07/matplotlib-an-intro-to-creating-graphs-with-python/
https://www.blog.pythonlibrary.org/2021/09/07/matplotlib-an-intro-to-creating-graphs-with-python/
Mouse Vs Python
Matplotlib - An Intro to Creating Graphs with Python - Mouse Vs Python
Learn how to create multiple types of graphs and add legends, titles and more in this tutorial about Matplotlib and Python
xdoctest: An Improved Version of Python’s Builtin doctest Module
https://github.com/Erotemic/xdoctest
https://github.com/Erotemic/xdoctest
GitHub
GitHub - Erotemic/xdoctest: A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.
A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx. - Erotemic/xdoctest
nntpserver.py: No-Dependency, Single File NNTP Server Library
https://github.com/epilys/nntpserver.py
https://github.com/epilys/nntpserver.py
GitHub
GitHub - epilys/nntpserver.py: No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge)…
No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge) NNTP servers. - GitHub - epilys/nntpserver.py: No-dependency, single file NNTP server library for de...
venv-kernel: Use Your Virtual Environments From Within Jupyter Notebooks
https://pypi.org/project/venv-kernel/
https://pypi.org/project/venv-kernel/
PyPI
venv-kernel
Create a custom jupyter kernel for your venv.
Connect Client to Django Channel service through Kong Gateway by Websocket
https://medium.com/@e.ahmadi/connect-django-channel-service-through-kong-gateway-by-websocket-e28f2cfac081
https://medium.com/@e.ahmadi/connect-django-channel-service-through-kong-gateway-by-websocket-e28f2cfac081
Medium
Connect Client to Django Channel service through Kong Gateway by Websocket
Kong is a cloud-native, platform-agnostic, scalable API Gateway distinguished for its high performance and extensibility via plugins.