PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
The fastest tool for querying large JSON files is written in Python (benchmark)

https://colab.research.google.com/github/dcmoura/spyql/blob/master/notebooks/json_benchmark.ipynb
Python Bi-Dictionary —  Key Can Be Value, And Value Can Be Key

A bi-directional dictionary in Python, perfect patch to Python data structureContinue reading on ...

https://towardsdatascience.com/python-bi-dictionary-key-can-be-value-and-value-can-be-key-50715a2046af
Everything About Linked List Data Structure in Python: Intermediate Guide

In this article we will focus on a complete walk through of a Python linked list data ...

https://towardsdatascience.com/everything-about-linked-list-data-structure-in-python-intermediate-guide-31d04ee6b679
Python custom formatting

Python f-strings use a formatting mini-language, the same as the older
.format() function. After ...

https://nedbatchelder.com/blog/202204/python_custom_formatting.html
Analyze and Visualize URLs with Network Graph

Gain Insights from Your URLs in PythonContinue reading on Towards Data Science ...

https://towardsdatascience.com/analyze-and-visualize-urls-with-network-graph-ee3ad5338b69
StarJacking - Making Your New Open Source Package Popular in a Snap

Checkmarx supply chain security has recently found a malicious PyPi package with more than 70,000 downloads using a technique we dubbed StarJacking - a way to make an open source package instantly look popular by abusing the lack of validation between the package to its GitHub repository

https://checkmarx.com/blog/starjacking-making-your-new-open-source-package-popular-in-a-snap/