Articles tagged "testing"
9 min readIntermediate
Playwright Python Tutorial 2026: Web Scraping, Browser Automation, and pytest Testing
Playwright Python tutorial 2026: install playwright, scrape JavaScript-rendered pages, automate browser actions, write pytest tests, intercept network requests, run headless in Docker. Beats Selenium in every benchmark.
14 min readIntermediate
Django REST Framework Tutorial 2026: JWT Auth, Permissions, Filtering, and Tests
Django REST Framework tutorial 2026: build a production API with JWT authentication (SimpleJWT), object-level permissions, DjangoFilterBackend filtering, pagination, and pytest-django tests.