Interview Helper
Translate Page To German Tranlate Page To Spanish Translate Page To French Translate Page To Italian Translate Page To Japanese Translate Page To Korean Translate Page To Portuguese Translate Page To Chinese
[Valid RSS feed]
  You are at : Home   Interview Questions     Python  
Categories

Campus Interviews (507)
Career Helper (6)
Certification Dumps (10)
Code Samples (118)
Competitive Exams (163)
Interview Questions (4711)
  .Net Interview Questions (203)
  ABAP Interview Questions (78)
  Accounting (33)
  Ajax (24)
  Asset Management (5)
  Banking (21)
  Behavioral (0)
  Bioinformatics (0)
  Bluetooth (40)
  BPO (25)
  BPO/Callcenter (0)
  C (315)
  C# Interview Questions (34)
  C++ (162)
  Classic ASP (78)
  Cobol (61)
  Company Law (6)
  Data Warehousing (43)
  Database (244)
  Delphi (18)
  Flex (55)
  HR (61)
  IBM DB2 (78)
  J2EE (326)
  J2ME (92)
  JAVA (1101)
  Javascript (27)
  JMS (15)
  JSP (11)
  Linux (5)
  LoadRunner (26)
  Manual Testing (47)
  Micoprocessors (0)
  Microprocessors (0)
  MS SQL Server (0)
  Networking (66)
  OOAD (13)
  OOPS (17)
  Operating System (20)
  Oracle (270)
  Oracle (1)
  Oracle DBA (84)
  Perl (40)
  PHP (99)
  Python (19)
  QTP (25)
  SAP (70)
  SAP Architecture (29)
  SAP BDC (11)
  SAP Interactive Reportin (32)
  SAP Modularization (33)
  SAP Reports (66)
  SAP Transactions (79)
  Sharepoint (67)
  Six Sigma (11)
  Software Testing (73)
  Teaching (0)
  Test Director (25)
  UNIX (56)
  VB6 (116)
  Weblogic (37)
  Winrunner (118)
  XML (0)
Walkin Interviews (20)
 
Stats
Total Articles: 5821
Total Authors: 778
Total Downloads: 655479


Newest Member
Adrian Roth
 


Python Questions


Use the Queue module to create a queue containing a list of jobs. The Queue class maintains a list o...
Read Answers (1) | Asked By : Shaveta Aggarwal

Use os.remove(filename) or os.unlink(filename);

Read Answers (1) | Asked By : Shaveta Aggarwal

The shutil module contains a copyfile() function.



Read Answers (1) | Asked By : Shaveta Aggarwal

You can't, because strings are immutable. If you need an object with this ability, try converting th...
Read Answers (1) | Asked By : Shaveta Aggarwal

There are various techniques.



* The best is to use a dictionary that maps strings...
Read Answers (1) | Asked By : Shaveta Aggarwal

Starting with Python 2.2, you can use S.rstrip("\r\n") to remove all occurences of any line terminat...
Read Answers (1) | Asked By : Shaveta Aggarwal

The solution appears to be always append the "\" on the end of shared drives.



>>...
Read Answers (1) | Asked By : Shaveta Aggarwal

Generally speaking, it can't, because objects don't really have names. Essentially, assignment alway...
Read Answers (1) | Asked By : Shaveta Aggarwal

No.

Read Answers (1) | Asked By : Shaveta Aggarwal

To convert, e.g., the number 144 to the string '144', use the built-in function str(). If you want a...
Read Answers (1) | Asked By : Shaveta Aggarwal

or complex data formats, it's best to use the struct module. It allows you to take a string containi...
Read Answers (1) | Asked By : Shaveta Aggarwal

Use the popen2 module. For example:

import popen2
fromchild, tochild = popen2.popen2(...
Read Answers (1) | Asked By : Shaveta Aggarwal

I would like to retrieve web pages that are the result of POSTing a form. Is there existing code tha...
Read Answers (1) | Asked By : Shaveta Aggarwal

Use win32api:

def kill(pid):
"""kill function for Win32"""
import win32api
...
Read Answers (1) | Asked By : Shaveta Aggarwal

If you're using new-style classes, use the built-in super() function:

class Derived(Base):...
Read Answers (1) | Asked By : Shaveta Aggarwal

You could define an alias for the base class, assign the real base class to it before your class def...
Read Answers (1) | Asked By : Shaveta Aggarwal

Static data (in the sense of C++ or Java) is easy; static methods (again in the sense of C++ or Java...
Read Answers (1) | Asked By : Shaveta Aggarwal

This answer actually applies to all methods, but the question usually comes up first in the context ...
Read Answers (1) | Asked By : Shaveta Aggarwal

On the Microsoft IIS server or on the Win95 MS Personal Web Server you set up Python in the same way...
Read Answers (1) | Asked By : Shaveta Aggarwal

FIRST PREV ( Page 1 of 1 ) NEXT LAST
 
Most Recent Articles

 
Nav Menu
select
Home
select
Login
select
Ask a Question
select
Link Directory
select
Contact Us
select
Privacy Policy
select
RSS Feeds
select
Interesting Links
 
 


 

All Rights Reserved Interview Helper

Proudly associated with Job Interview Helper | Interviewhelper Articles