Zorking / debug_examples

Examples of python and django errors to show developers how to debug them correctly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples of python and django errors to show developers how to debug them correctly

  1. Modifying a list while iterating over it

  2. Creating circular module dependencies

  3. raw sql injection

  4. Async race for Django that using gunicon with multiple workers

  5. Django DB optimization

  6. Slow pagination because of Limit-Offset for 6kk rows

  7. Changing class in the runtime

I got 6kk rows from https://datasets.imdbws.com/

About

Examples of python and django errors to show developers how to debug them correctly


Languages

Language:Python 100.0%