Python Interview Questions

2007-10-30 Thread Krypto
Hi,

I have used Python for a couple of projects last year and I found it
extremely useful. I could write two middle size projects in 2-3 months
(part time). Right now I am a bit rusty and trying to catch up again
with Python.

I am now appearing for Job Interviews these days and I am wondering if
anybody of you appeared for a Python Interview. Can you please share
the questions you were asked. That will be great help to me.

Thanks,

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python Interview Questions

2007-10-30 Thread Krypto


 Good luck with your interviewing and hope this helped,

 -tkc

Well, I was looking exactly for this. Many thanks to you Tim. After
going through your list I came to know that I know nothing in Python
and have to catch up a whole lot.

-- 
http://mail.python.org/mailman/listinfo/python-list


python shell

2007-05-16 Thread Krypto
I have been using python shell to test small parts of the big program.
What other ways can I use the shell effectively. My mentor told me
that you can virtually do anything from testing your program to
anything in the shell. Any incite would be useful.

-- 
http://mail.python.org/mailman/listinfo/python-list


Python Power Point Slides

2007-05-14 Thread Krypto
Hi,

I want to give a short presentation in my group about benefits of
python, why should one use python and some basic starting information
about python, about its data type, etc.

Can somebody point me to the right references on the web. I have
searched a lot and I do get quite a few but I thought to check on
newsgroup for a better presentation, or if you have prepared any, can
you please share it.

Thanks

-- 
http://mail.python.org/mailman/listinfo/python-list


Suggestions on Starting Python Project on P2P streaming

2007-02-07 Thread Krypto
I am 3 months old to python and I have done some small projects. I
want to build a Peer to Peer streaming client ..something like
BitTorrent. I know it is daunting but I got to start somewhere. Please
come easy on me.

What I want in my client program is that client software logs on to
some P2P streaming session from a list, connects to several computers
using TCP connection (protocol may vary in future), obtain stream from
other computers and also send stream to others and play the obtained
media stream on to some media playaer like xmms or any music player.


My obstacles...
1.  I have very little experice in network programming . some tips
here are very welcome Please dont come hard on me.

2. I am not sure how stream content is gathered by client and sent to
media player. suggestions welcome.

3. I have not managed this big project so I am not sure about how to
manage the codesuggestions welcome.


This newbiew appreiates your tips. Any comments are welcome.

Thanks

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: division by 7 efficiently ???

2007-02-01 Thread Krypto
The correct answer as told to me by a person is

(N3) + ((N-7*(N3))3)


The above term always gives division by 7

-- 
http://mail.python.org/mailman/listinfo/python-list


division by 7 efficiently ???

2007-01-31 Thread krypto . wizard
How to divide a number by 7 efficiently without using - or / operator.
We can use the bit operators. I was thinking about bit shift operator
but I don't know the correct answer.

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: division by 7 efficiently ???

2007-01-31 Thread krypto . wizard
Its not an homework. I appeared for EA sports interview last month. I
was asked this question and I got it wrong. I have already fidlled
around with the answer but I don't know the correct reasoning behind
it.

Thanks,


On Jan 31, 10:01 pm, Ben Finney [EMAIL PROTECTED]
wrote:
 [EMAIL PROTECTED] writes:
  How to divide a number by 7 efficiently without using - or /
  operator.  We can use the bit operators. I was thinking about bit
  shift operator but I don't know the correct answer.

 I think you are asking for help on a homework assignment in violation
 of collusion and plagiarism rules of your educational institution, and
 I claim my ten zorkmids.

 Please use the resources made available to you in your course of
 study; this almost certainly does not include having people on
 discussion forums answer the homework for you.

 --
  \   I like to go to art museums and name the untitled paintings. |
   `\ 'Boy With Pail'. 'Kitten On Fire'.  -- Steven Wright |
 _o__)  |
 Ben Finney


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python Debugger / IDE ??

2006-03-15 Thread krypto . wizard
I like the Pyscripter, is there any Linux version or something of it.
Christoph Zwerschke wrote:
 [EMAIL PROTECTED] schrieb:
  Is there any editor or IDE in Python (either Windows or Linux) which
  has very good debugging facilites like MS VisualStudio has or something
  like that.
 
  I like SPE but couldn't easily use winPDP. I need tips to debug my code
  easily.

 You can try out PyScripter, a relatively new Python IDE that is
 completely free and has nice debugging and unit testing facilities.

 The latest version is available here:
 http://mmm-experts.com/Downloads.aspx?ProductID=4ShowVersionInfo=yes
 
 -- Christoph

-- 
http://mail.python.org/mailman/listinfo/python-list


Python Debugger / IDE ??

2006-03-14 Thread krypto . wizard
Is there any editor or IDE in Python (either Windows or Linux) which
has very good debugging facilites like MS VisualStudio has or something
like that.

I like SPE but couldn't easily use winPDP. I need tips to debug my code
easily.

Every help is greatly appreciated.

Thanks

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python Debugger / IDE ??

2006-03-14 Thread krypto . wizard
My code has got big and it is an iterative program. I use print
statements but I thought I could get something handy it would be useful
to me.

thanks

-- 
http://mail.python.org/mailman/listinfo/python-list