I recently interviewed 4 developers for a Python programming position
They all knew how to use requests
, call APIs and worked either with Django or Flask, but I saw all of them ignoring most of Python’s specific control flow.
Here are two of them, try/except/else/finally
and for/else
:
try:
# What you want to do, which might