PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Using formatters and linters to manage a large codebase

At Kraken Tech we have a large global development team with over 500 developers, the majority of which work on the same monolithic codebase comprising more than 4 million lines of Python code. We release new code over 100 times a day, running hundreds of thousands of tests in the process. So how can we ensure high coding quality in a distributed team, with such frequent changes? And how ...

https://tech.octopus.energy/news/2024/01/05/linting-and-formatting.html
Data Analyst Bootcamp for Beginners (SQL, Tableau, Power BI, Python, Excel, Pandas, Projects, more)

Become a data analyst by following along with this massive course. You will learn the core topics that data analysts need to know. And along the way, you will build plenty of projects to gain hands-on experience.

https://www.youtube.com/watch?v=PSNXoAs2FtQ
Integrating Rust and Python with a Shared Library

Learn how to build computational and memory intensive functions in Rust and seamlessly integrate them into Python scripts. This video covers creating a shared Python module with Rust using pyo3, compiling the Rust code into a shared object file, importing that file in Python, and calling the high-performance Rust functions from Python.

https://www.youtube.com/watch?v=K9dUqGyQ9pw
Knuckledragger: Experimenting with a Python Proof Assistant

Something that I’m tinkering with is making a proof assistant in python.

https://www.philipzucker.com/python-itp/
Best practices to protect your Flask applications

Learn to secure your Flask applications effectively with our expert hands-on tutorial. Enhance security for your projects in just a few steps!

https://escape.tech/blog/best-practices-protect-flask-applications/