Harnessing Python’s math Module and Exposing Practical Pandas Functions
https://realpython.com/podcasts/rpp/76/
https://realpython.com/podcasts/rpp/76/
Realpython
Episode #76: Harnessing Python's math Module and Exposing Practical Pandas Functions – The Real Python Podcast
How well do you know Python's math module? Maybe you've used a few of the constants or arithmetic functions. You may be surprised by the amount of functionality hiding within this built-in library, and perhaps you don't need to reach for an additional outside…
Making NumPy Accessible: Guidelines and Tools
https://labs.quansight.org/blog/2021/07/numpy-accessibility-guidelines/
https://labs.quansight.org/blog/2021/07/numpy-accessibility-guidelines/
Quansight Labs
Making Numpy Accessible: Guidelines and Tools
Header illustration by author, Mars Lee
Numpy is now foundational to Python scientific computing. Our efforts reach
millions of developers each month. As our user base grows, we recognize that we
are
Numpy is now foundational to Python scientific computing. Our efforts reach
millions of developers each month. As our user base grows, we recognize that we
are
Developing a Django Application Using AWS and NICE DCV (Tutorial)
https://www.jetbrains.com/pycharm/guide/tutorials/django-aws/?utm_source=pycoders&utm_medium=cpc&utm_campaign=pycharm_sept7&utm_content=head
https://www.jetbrains.com/pycharm/guide/tutorials/django-aws/?utm_source=pycoders&utm_medium=cpc&utm_campaign=pycharm_sept7&utm_content=head
Jetbrains
Developing Django Application using AWS
Run, build, test and deploy Django Application in PyCharm using NICE DCV.
Development and Release of Type4Py: Machine Learning-Based Type Auto-Completion for Python
https://mirblog.net/index.php/2021/07/31/development-and-release-of-type4py-machine-learning-based-type-auto-completion-for-python/
https://mirblog.net/index.php/2021/07/31/development-and-release-of-type4py-machine-learning-based-type-auto-completion-for-python/
Graph Your Data With Python and ggplot
https://realpython.com/courses/graph-data-with-python-and-ggplot/
https://realpython.com/courses/graph-data-with-python-and-ggplot/
Realpython
Graph Your Data With Python and ggplot – Real Python
In this course, you'll learn how to use ggplot in Python to build data visualizations with plotnine. You'll discover what a grammar of graphics is and how it can help you create plots in a very concise and consistent way.
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.