You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-9Lines changed: 40 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,12 +319,43 @@ Views
319
319
Ans
320
320
321
321
Why was the language called as Python?
322
-
323
-
nancyphilips
324
-
Python Interview Questions
325
-
326
-
stranger1
327
-
328
-
Sep 28th, 2007
329
-
330
-
At the same time he began implementing Python, Guido van Rossum was also reading the published scripts from "Monty Python's Flying Circus" (a BBC comedy series from the seventies, in the.
322
+
At the same time he began implementing Python, Guido van Rossum was also reading the published scripts from "Monty Python's Flying Circus" (a BBC comedy series from the seventies, in the.
323
+
324
+
What are Mutable and Immutable Data structures in Python ?
325
+
What are tuples ?
326
+
What is difference between tuple and list ? Where will you use tuple and where will you use list ?
327
+
What is Dynamic Typing ?
328
+
Justify this statement : Everything is object in Python ?
329
+
Python is Call by Value or Call by Reference ?
330
+
How do you create a dictionary which can preserve the order of pairs?
331
+
Can you use mutable Data Structure as key in Dictionaries ?
332
+
What is the use of enumerate() in Python?
333
+
What are *args, **kwargs ?
334
+
How instance variables are different from class variables?
335
+
Differentiate between “*.py” file and “*.pyc” file?
336
+
Explain difference between Map vs Reduce Vs Filter ?
337
+
What are Lamda Functions ?
338
+
What is List comprehension ?
339
+
What is __init__ functions ?
340
+
What are Generators ?
341
+
What are Iterators ?
342
+
Can generator be used to create Iterators ? Give example
343
+
Can iterators be used to create generator ?
344
+
Differentiate between Range and Xrange ?
345
+
What is Method Resolution Order ?
346
+
Python supports Multi-Level Inheritance or Multiple Inheritance or Both ?
347
+
Does Python supports multi-threading ?
348
+
What is multi-threading? What is GIL(Global interpreter lock) issue ?
349
+
What are decorator ? How to create custom decorator ?
350
+
How memory is managed in Python ?
351
+
How does Python's garbage collection work?
352
+
What are Regular Expressions ?
353
+
Differentiate between append() and extend() methods ?
354
+
What is Web Scraping? How do you achieve it in Python?
0 commit comments