Python Interview Questions
Questions Answers Views Company eMail

what is python?

Infosys,

8 12139

post me some questions from pythom script

Infosys,

1 5361

Is python the right choice for Web based Programming?

4 10229

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 3963

where can I get the study material for python

1 3776

Explain how python is interpreted.

1 4308

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

1 3514

Explain the dictionary in Python.

1 4166

How do we share global variables across modules in Python?

1 3511

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

1 3141

Explain indexing and slicing operation in sequences

1 3728

What is a Lambda form? Explain about assert statement?

1 3468

Explain the role of repr function.

1 3275

Explain pickling and unpickling.

1 3591

What is LIST comprehensions features of Python used for?

1 2960


Post New Python Questions

Un-Answered Questions { Python }

So, then, what is the global keyword?

523


Do you know why lambda forms in python does not have statements?

524


In python, how do copy a file?

458


What is the meaning of immutable?

542


Why do we use raw_input in python?

498






Is python dict a hashmap?

470


What is tuple when we have to use ?

532


What is the purpose of the single underscore “_” variable in python?

534


Write a small code to explain repr() in python ?

546


What is the type () in python?

520


What if you want to toggle case for a python string?

543


What are objects and classes in python?

489


What is a function?

558


How do you use enums in Python?

527


what is the statement that can be used in python if the program requires no action but requires a statement syntactically?

539