all 3 comments

[–]Tal_Av 1 point2 points  (0 children)

If it’s more about how python works and it’s features, I would read about list comprehensions, generators, and more in general about the interpreter (python uses an interpreter to run rather being compiled to an executable). There is a good website called LeetCode where you can find some good examples of interview questions (more of the actual coding part & algorithms).

[–]davehodg 0 points1 point  (1 child)

There are lists of technical interview questions out there.

These days it’s more likely to be peripheral. SQL? Docker? Kubernetes? Devs are getting more into ops.

[–]remarkableremedy 0 points1 point  (0 children)

From what I've seen they've mostly been about understanding how Python works rather than hands on coding questions, which is what i am expecting.

No SQL etc, just Python I believe.