PythonHub
2.43K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Boosting SEO with Django Ninja, Pydantic, and JSON-LD

RevSys switched from embedding JSON-LD directly in Django templates to generating it with Django Ninja and Pydantic, resulting in cleaner templates, modular schema logic, and built-in validation for structured data. This refactoring improves SEO maintainability and aligns content withSchema.orgstandards for richer search results.

https://www.revsys.com/tidbits/boosting-seo-with-django-ninja-pydantic-and-json-ld
rest-filters: A filter backend for Django REST framework.

A filter backend native to Django REST framework that allows for much more complex filter operations for you APIs.

https://github.com/realsuayip/rest-filters
👍1
Tracking malicious code execution in Python

Recently, I have been working on a new library that statically analyzes Python scripts and detects ...

https://rushter.com/blog/python-code-exec/
2