KUNGFU TECH vietnam
6304 câu hỏi phỏng vấn Full-Stack, Coding & System Design Interview
Bộ lọc:
How do I modify a string in python?
What are the built-in types available In Python?
Name some characteristics of Python?
What is Lambda Functions in Python?
What is Negative Index in Python?
Does Python have a switch-case statement?
How the string does get converted to a number?
Name some benefits of Python
What are descriptors?
What are local variables and global variables in Python?
When to use a tuple vs list vs dictionary in Python?
What are the rules for local and global variables in Python?
What is a Callable?
What is introspection/reflection and does Python support it?
How can you share global variables across modules?
What are immutable objects in Python?
Is there a tool to help find bugs or perform static analysis?
What is the difference between range and xrange functions in Python?
What is the python with statement designed for?
What's the difference between lists and tuples ?
What's the difference between the list methods append() and extend() ?
What does an x = y or z assignment do in Python?
What are the Dunder/Magic/Special methods in Python? Name a few.
What does the Python nonlocal statement do (in Python 3.0 and later)?
What is a None value?
What is Pickling and Unpickling?
What are virtualenvs?
What is the difference between range and xrange ? How has this changed over time?
Explain how does Python memory management work?
What are Decorators in Python?
What is Monkey Patching and is it ever a good idea?
What are the key differences between Python 2 and 3 ?
What is the function of self ?
How can I create a copy of an object in Python?
Is it possible to have static methods in Python?
Why would you use the pass statement?
Explain the UnboundLocalError exception and how to avoid it?
What does this stuff mean: *args , **kwargs? Why would we use it?
What are the Wheels and Eggs? What is the difference?
Explain how to use Slicing in Python?
What are metacl...
What is the purpose of the single...
What is the difference betw...
What are the advantages of Nu...
Why aren't Python nested ...
Explain how you r...
Why are default values ...
How is memory ma...
What is the difference between a function decorated with *...
What is Monkey Patching? ...
What's the difference between a Py...
How to work with tra...
Can you explain Closures (...
Why are Python's private me...
What i...
How is set() imple...
What is MRO in Pytho...
What is the difference between old s...
What is the difference between @...
What is an alte...
Why Python (CPython and...
What is ...
Is it a good idea to use multi-t...
Why use else in try/exc...
Is there any downside to the -O flag apart from...
What does Python optimisation...
Is there a simple, elegant...
Why isn't all memory f...
What is a global interpreter lo...
Why would you u...
Describe Python's Garbage C...