Python Programming Portal
Python Programming Portal
J2EE curve
Add Site Feed
Python Interview Questions PDF Print E-mail
Written by Harshad Oak   
Wednesday, 27 July 2005
The tech job market is very active today, particularly in the developing world. Techies seem to be jumping jobs left, right and center.

Naturally the most discussed topics in developer circles are jobs and job interview questions.
During discussions with a few developer friends, we came up with this idea of creating a databank of frequently asked interview questions (FAQs).

The easy way to create this interview questions databank, is to ask as many people as possible to share the questions they were asked or the questions that they asked.

If you wish to share Python Interview Question/s, please add a comment to this particular item.

For questions on:

Please copy paste the following format and add your comment. We will later compile all data into any easy to use format, mostly an Excel sheet.

Name (optional):
Company (optional):
Location -
Job Position-
Experience-
Skills -

Q1:
Answer- Sure? :-)

Q2:
Answer-  
Comments

You must javascript enabled to use this form

tuple is similar to list but tuple can't be modified
tuple=('henry','wold ',hello')
list can be modified
list=['henry','wold ',hello']

Posted by psytes, on 06/11/2007 at 09:34

These questions are not enough to pass the interview.

Posted by Frank, on 06/21/2006 at 06:52

Python Interview Questions
(1) What is the difference between tuple and list?
(2) Does Python supports Operator Overloading?
(3) Does Python supports Function Overloading?
(4) Is there any Increment/Decrement operator in Python?

Posted by Karthick Sundaram, on 03/31/2006 at 05:25

Its really very nice idea, databank will definately help the job hunters. I am posting some Questions :
1) Why Python as a work platform? 2) Whats the name of the tool which helps in finding bugs and perform static analysis 3)is there any need to create stand-alone binary? why? 4)How can you speed up your python program? 5)Rules for local & global variables in python?

Posted by Pratap, on 08/03/2005 at 01:27

 1 
Page 1 of 1 ( 4 Comments )
©2007 MosCom

You are not authorized to leave comments. Please login first.

Add Python Site Feed
Latest
Popular
Go to top of page  Home | Content | Resources | Contact Us | Blogs |

Copyright 2004 Rightrix Solutions. All rights reserved. All product names are trademarks of their respective companies.
Views expressed at PythonThreads.com reflect the views of the authors alone, and do not necessarily reflect those of PythonThreads.com.

Terms of Use          Privacy Policy
PythonThreads.com - Python Programming Language Portal