post me some questions from pythom script



post me some questions from pythom script..

Answer / rithi

* What is Python?
* What is the Python Software Foundation?
* Are there copyright restrictions on the use of Python?
* Why was Python created in the first place?
* What is Python good for?
* How does the Python version numbering scheme work?
* How do I obtain a copy of the Python source?
* How do I get documentation on Python?
* I’ve never programmed before. Is there a Python tutorial?
* Is there a newsgroup or mailing list devoted to Python?
* How do I get a beta test version of Python?
* How do I submit bug reports and patches for Python?
* Are there any published articles about Python that I
can reference?
* Are there any books on Python?
* Where in the world is www.python.org located?
* Why is it called Python?
* Do I have to like “Monty Python’s Flying Circus”?

# Python in the real world

* How stable is Python?
* How many people are using Python?
* Have any significant projects been done in Python?
* What new developments are expected for Python in the
future?
* Is it reasonable to propose incompatible changes to
Python?
* Is Python Y2K (Year 2000) Compliant?
* Is Python a good language for beginning programmers?

# Upgrading Python

* What is this bsddb185 module my application keeps
complaining about?

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Python Interview Questions

What is frozen set in python 3?

0 Answers  


What does the **kwargs do in python?

0 Answers  


What is the difference between range () and xrange () in python 3?

0 Answers  


What is sphinx python?

0 Answers  


Tell me what flask is and its benefits?

0 Answers  






What does map function in python do?

0 Answers  


What is __init__.py for?

0 Answers  


What makes python object-oriented?

0 Answers  


What are the different uses of help() and dir() functions in python?

0 Answers  


I am from non technical Background. In how many days I can learn the python? and What I need to do for that?

0 Answers  


What is the difference between range and xrange in python?

0 Answers  


What happens when a function doesn’t have a return statement? Is this valid?

0 Answers  


Categories