Python Related Interview Questions
Questions Answers Views Company eMail

what is python?

Infosys,

8 11451

post me some questions from pythom script

Infosys,

1 5141

Is python the right choice for Web based Programming?

4 9805

Given a text file (FILE1) with lots of words (ex, an ebook), and another file (FILE2) with a list of blacklist words (slangs, porn, etc.), write a program to find the top 100 words(most frequent 100 words) from FILE1 which are not present in FILE2.

1 3772

where can I get the study material for python

1 3527

Explain how python is interpreted.

1 4067

What are the rules for local and global variables in Python?

1 3329

Explain the dictionary in Python.

1 3891

How do we share global variables across modules in Python?

1 3264

How can we pass optional or keyword parameters from one function to another in Python?

1 2920

Explain indexing and slicing operation in sequences

1 3447

What is a Lambda form? Explain about assert statement?

1 3231

Explain the role of repr function.

1 3045

Explain pickling and unpickling.

1 3314

What is LIST comprehensions features of Python used for?

1 2774


Un-Answered Questions { Python Related }

How type casting is done in python?

461


What is a model in python?

465


Is c# better than python?

446


Describe how multithreading is achieved in python?

448


Is set iterable python?

454






What does __ file __ mean?

442


What is difference between tuple and list?

407


What are python libraries? Name a few of them.

441


If you are ever stuck in an infinite loop, how will you break out of it?

546


Will python support object oriented?

482


How to give comments in python?

483


In which field python is used?

430


What is a negative indexing in python?

501


Is tuple iterable in python?

439


How to use *args and **kwargs in python?

528