Python (2735)
Django Python (504)
PySpark (73)
Explain class __init__()?
Which is faster python or c?
how do you debug a program in python?
What is unboundlocalerror in python?
What is framework in python?
What is the result of pow(x,y)?
What is redis python?
What are advantages of a tuple over a list?
Why do array indexes start with 0 in most languages?
You are required to scrap data from imdb top 250 movies page. It should only have fields movie name, year, and rating.
Please explain in python what is slicing?
Tell me what are the tools that help to find bugs or perform static analysis?
How do I share global variables across modules?
Explain me dogpile effect? How can you prevent this effect?
Explain different ways to trigger / raise exceptions in your python script ?