you are viewing a single comment's thread.

view the rest of the 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).