Tell about the internal device of dict, list, set, tuple.
Python
CMD python app.py
What difficulties can arise when using serialization within transactional processes?
How can you determine the type of HTTP request for a route in FastAPI?
What is FastAPI? How does it differ from Django?
If you are hired, what position would you like to work in and what projects would you like to work on?
How to implement A() + B() = C()? How to add two objects and get a third?
How long does it take to add an element at the beginning and end of a list in Python?
What is the top factor when choosing a new job — what is it for you?
How are you with Linux? Have you had to work in a pure Linux environment without GUI?
Write code using polymorphism.
Why is it unsafe to use verify=False and synchronous requests in FastAPI?
Из чего состоит Pod в Kubernetes?
Tell me about your main tech stack in which you have the most experience.
How is variable storage in memory implemented in Python?
What will [] is []?
Look at the code with MemoryError. How to fix it? Modify it so that the count function is called only for even elements.
Look at the code of the FastAPI application. Can we remove async from the handler function (replace async def with def)? Will it work, are there any features?
How to exchange data between processes in Python?
What is the difference between a decorator and a generator? When is it better to use a generator instead of a list?