Artikel mit dem Tag
APIs
3 Artikel

9 Min. Lesezeit
Managing API Rate Limiting with Django REST Framework's Throttling Classes
DRF's throttling classes are three lines of settings away from working — and one cache backend away from being useless. Here's what the built-ins actually do, where they break, and how to fix them.

1 Min. Lesezeit
Using Tweepy to Post Updates on X (formerly Twitter) via Python
A quick guide to posting on X programmatically with Tweepy, a well-documented Python library that supports X API v2.

1 Min. Lesezeit
Django API Views: Class-Based Views (CBV) vs Function-Based Views (FBV)
Both CBVs and FBVs have their merits — the choice depends on your project. A breakdown of their unique characteristics and advantages.