PythonHub
2.43K subscribers
2.35K photos
49.2K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Customize Django Admin Interface

Django admin panel is one of the biggest strengths on Django. It allows quickly have interface access data stored in DB, have forms to add and edit data and manage users. But since in its default state Django Admin Site is quite basic, so in this article I want to go over all the ways to make the most out of it by customizing it.

https://appliku.com/post/customize-django-admin-interface
Show HN: Pyflo โ€“ a free, interactive guide to learning Python

https://pyflo.net
Finding and fixing insecure direct object references in Python

In this post, we'll review common patterns and types of IDOR vulnerabilities and how to protect against them.

https://snyk.io/blog/insecure-direct-object-references-python/
No-GIL mode coming for Python

https://lwn.net/Articles/939568/
Swap_8_and_9: A simple import can modify the Python interpreter

https://kenschutte.com/python-swap-ints/