Skip to content

Commit bc43eb1

Browse files
authored
Update README.md
1 parent cc68d90 commit bc43eb1

File tree

1 file changed

+40
-9
lines changed

1 file changed

+40
-9
lines changed

README.md

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,43 @@ Views
319319
Ans
320320

321321
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?
355+
Explain the use “with” statement in python?
356+
What are Middlewares ?
357+
What is Monkey patching ? Give example ?
358+
What's the difference between py2.x and py3.x ?
359+
Give examples of Python Framework ?
360+
361+
[Mind Boggling Python FAQ](https://docs.python.org/3/faq/programming.html)

0 commit comments

Comments
 (0)