PythonHub
2.44K subscribers
2.35K photos
49.5K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
How to Build a WhatsApp Chatbot Using Python and Twilio

This tutorial will show you how to create a WhatsApp chatbot that can help you set reminders using the Twilio API for WhatsApp for communication, Python for development, Google Sheets as database and Heroku for deployment.

https://python.plainenglish.io/how-to-build-a-whatsapp-chatbot-using-python-and-twilio-ec9367e058f2
Build “Factory” and “Utility” In Your Python Classes

Three built-in Python class decoratorsContinue reading on Towards Data Science ...

https://towardsdatascience.com/build-factory-and-utility-in-your-python-classes-ea39e267ca0a
Building a python CLI tool to extract the TOC from markdown files

Building a Python CLI Tool to Extract the TOC from Markdown FilesLearning by automating the boring ...

https://towardsdatascience.com/building-a-python-cli-tool-to-extract-the-toc-from-markdown-files-ab5a7b9d07f2
Draw Me a Picture — The Humble Line Plot

Draw Me a Picture — The Humble Line PlotA quick introduction to building up informative and ...

https://towardsdatascience.com/draw-me-a-picture-the-humble-line-plot-294361c4c35d