PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Meet Ottr: A Serverless Public Key Infrastructure Framework

Ottr is a serverless Public Key Infrastructure framework that handles end-to-end certificate rotations without the use of an agent. The purpose of the post is to provide an overview on Ottr with sample reference architecture, logical and network flows, and highlight the benefits of the solution.

https://medium.com/airbnb-engineering/meet-ottr-a-serverless-public-key-infrastructure-framework-f6580010ae0c
How to exploit a double free

This article teaches you about real-world, modern binary exploitation, and a little about processor microarchitecture as well. You will learn how to exploit a double free vulnerability or Use-After-Free vulnerability.

https://github.com/stong/how-to-exploit-a-double-free
Minimal Parser Combinator in Python

In this post, we will learn to build a minimal parser combinator library from scratch. The functions provided here can be used to extend the libary with more parser combinators.

https://gdevanla.github.io/posts/write-a-parser-combinator-in-python.html
Add a WebSocket Route to your Flask 2.x Application

If you are using Flask 2 you now have a new extension called Flask-Sock, which provides modern WebSocket support for your application. In this article I'm going to show you how to work with this extension.

https://blog.miguelgrinberg.com/post/add-a-websocket-route-to-your-flask-2-x-application
A Multi-page Interactive Dashboard with Streamlit and Plotly

Beautiful interactive multipage dashboards are made easy with StreamlitContinue reading on Towards ...

https://towardsdatascience.com/a-multi-page-interactive-dashboard-with-streamlit-and-plotly-c3182443871a