Name few python shells?



Name few python shells?..

Answer / Mithilesh Kumar Rao

In Python, the primary interactive shell is IPython, but other popular options include Jupyter Notebook and PyCharm's integrated console.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is a decorator?

1 Answers  


Explain about dir() and help() function will do in python?

1 Answers  


What are decorators in python and how do you use them?

1 Answers  


What is the use of globals() function in python?

1 Answers  


Explain how to overload constructors (or methods) in Python.

1 Answers  


What is the word for 6 times?

1 Answers  


How can you unsign or delete variable in python?

1 Answers  


Whenever python exists why does all the memory is not de-allocated / freed when python exits?

1 Answers  


What does the continue do in python?

1 Answers  


What is the best interpreter for python?

1 Answers  


What is tuple unpacking?

1 Answers  


How do I call a method defined in a base class from a derived class that overrides it?

1 Answers  


Categories