PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Automatic Update of Django Models from a Google Spreadsheet

A ready-to-run tutorial in Python on how to create and update Django models directly from a Google ...

https://towardsdatascience.com/automatic-update-of-django-models-from-a-google-spreadsheet-7c6d4f30e3ca
Decoding Ethereum smart contract data

Hands on with Crypto data — part 1Continue reading on Towards Data Science ...

https://towardsdatascience.com/decoding-ethereum-smart-contract-data-eed513a65f76
Intro to Data Structures

Optimize your code and demolish FAANG interviewsContinue reading on Towards Data Science ...

https://towardsdatascience.com/intro-to-data-structures-2615eadc343d
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