PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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/
I developed a template for starting new Python projects! Features: Poetry, GitHub CI/CD, MkDocs, publishing to PyPi/Artifactory, Pytest, Tox, black and isort.

https://www.reddit.com/r/Python/comments/u7081n/i_developed_a_template_for_starting_new_python/
Python’s “Type Hints” are a bit of a disappointment to me

https://www.uninformativ.de/blog/postings/2022-04-21/0/POSTING-en.html
Threading in Python: The Complete Guide

This guide provides a detailed and comprehensive review of threading in Python, including how threads work, how to use threads in multithreaded programming, concurrency primitives used with threads, common questions, and best practices.

https://superfastpython.com/threading-in-python/
Building a Panel Dashboard with Snowpark for Python

Data scientists often use SQL to interact with a data warehouse, but then often rely on Python for data discovery, visualization, and modeling. How great would it be if we can interact with a data warehouse directly with our preferred tools in Python? This article shows you how to create Panel dashboard to meaningfully visualize the 5 million data points from a Snowflake dataset.

https://t.co/6F5zdtyO8I