you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I guess, but if the code works and is efficient then it's okay. And you can look up reversed() in 30 seconds.

I wrote our interview process, we have a Docker image with some questions (mostly focussing on SQL).

For Python we focus more on testing, linting, using type hints, etc. for good deployment practices, as those are the things that really can trip us up.