Re: New mailing list mirrors

2007-06-12 Thread Clement
In proejct i need a program having two thread. One is server thread
will listen on a port. and aniother one is to controll some opertion
in the system.. The server therad will get the comment and the and the
another thread will do some opertion based on the commend..


How to implemten it.. I have no idea of implement this..
Pelase help

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


Creating search engine in Python Good or Bad [in performance]

2007-04-19 Thread Clement
I am now creating IR engine in python which has its own database
implementation . For nearly 2GB files it works fast. Can i expect the
same speed when my database goes large. Else i have to chose other
language[c/c++] for the speed.
Please tell me the solution

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


NFS Help

2007-04-19 Thread Clement
how to get the file from NFS share in python..

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


Re: NFS Help

2007-04-19 Thread Clement
On Apr 19, 11:44 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
> Clement wrote:
> > how to get the file from NFS share in python..
>
> NFS share is mounted on your local directory, you get to it
> the same way you would any other file (e.g. go to the mount
> point and get the file).
>
> -Larry

I want to know how to do it programatically

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


Re: A new project.

2007-05-16 Thread Clement
On May 16, 1:09 pm, [EMAIL PROTECTED] wrote:
> I am interested in organizing and taking part in a project that would
> create a virtual world much like the one described in Neal
> Stephenson's 'Snow Crash'.  I'm not necessarily talking about
> something 3d and I'm not talking about a game either.  Like a MOO,
> only virtual.  And each 'user' is allocated space with which they are
> free to edit in any way, within the confines of that space.  I know
> Second Life and others come to mind when you think of this, but
> Frankly Second Life came off as sloppy to me.  I want people to be
> able to code their own objects and environments with the ease of
> Python.
>
> I don't know forget the suggestions, anything is on the table, but
> there are just so many half-hearted and weak commercial attempts at
> this I feel that it's time to get Python involved in the game and do
> it right.
>
> If anyone has any interest, ideas, comments or otherwise, e-mail me.
> If some interest is shown we'll start a board, a site, an IRC channel
> or whatever we have to do to meet and get the ball rolling. :)
>
> Thanks.

what do you really expect?

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


Re: Any python module for Traversing HTML files

2007-07-24 Thread Clement
On Jul 24, 10:12 pm, johnny <[EMAIL PROTECTED]> wrote:
> Any python module for navigating and selecting, parsing HTML files?

try beautyfulshop

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


Problem in Socket.....

2007-07-24 Thread Clement

Is it possible to close the socket connection immediately in
Python.. Because i am getting error even though i close it after
all the transfer I read from one article it is possible in C
socket Whether is it possible in Python?

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


Re: Help on Dict

2007-03-10 Thread Clement
On Feb 26, 11:58 am, Steven D'Aprano
<[EMAIL PROTECTED]> wrote:
> On Mon, 26 Feb 2007 07:15:43 +0200, Hendrik van Rooyen wrote:
> >  "James Stroud" <[EMAIL PROTECTED]> wrote:
>
> >> Clement wrote:
> >> > Can any body tell how Dict is implemented in python... plz tell what
> >> > datastructure that uses
>
> >> I think it uses a dict.
>
> > "Groan!" - this answer is like Microsoft documentation -
> > while technically correct, it is useless...  : - )
>
> Which I think was deliberate. The Original Poster asked a reasonable
> question in a stupid way (Python is case-insensitive -- are we supposed
> to guess what a Dict is? what language is 'plz'?), and I believe James
> deliberately gave a stupid answer to highlight that.
>
> class Dict(dict):
> pass
>
> is what I thought of when I saw the question. I guess James might have
> thought the same way.
>
> Unfortunately, more often than not, the sort of person who uses 'plz' in
> an email probably isn't going to recognise the subtleties of James' reply.
>
> --
> Steven D'Aprano

ada koothingala

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


Help

2007-03-11 Thread Clement
how to use Python/C API 

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


Sharing Objects in Python

2007-03-16 Thread Clement
Can a object sharable by two different python programs... If so can you please 
explain... because my project needs two programs to access nearly 45GB file 
Symentaniously...


By
  Clement Jeba kumar,
  Tenkasi.

 
-
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.-- 
http://mail.python.org/mailman/listinfo/python-list

Help in Placing Object in Memory

2007-03-27 Thread Clement
I am newbie to Python.. i want to know something..

can i place an object in disk instead of placing in Main Memory...?

If possible, can you please explain with some scripts...?

can two python script share a common object?

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


Console UI

2007-04-07 Thread Clement
My project is based on console Application. Is there any console UI
except urwid. If so, can i come to know.

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


Option Explicit

2007-04-14 Thread Clement
Is there any command like Option Explicit[In visual basic].

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


Help on Shelve....

2007-04-17 Thread Clement
Can i use Shelve for storing large amount of data around 6GB.. Is it
stable...? if any problems come, can i retrive the document..

Plz tell the suggestions.


By clement

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


Re: Help on Shelve....

2007-04-18 Thread Clement
On Apr 17, 5:52 pm, Michael Bentley <[EMAIL PROTECTED]> wrote:
> On Apr 17, 2007, at 6:52 AM, Clement wrote:
>
> > Can i useShelvefor storing large amount of data around 6GB.. Is it
> > stable...? if any problems come, can i retrive the document..
>
> Do you know for sure your filesystem handles files that big?

I am using NTFS that can hold more that 500GB of data

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


Re: Help on Shelve....

2007-04-18 Thread Clement
On Apr 17, 5:52 pm, Michael Bentley <[EMAIL PROTECTED]> wrote:
> On Apr 17, 2007, at 6:52 AM, Clement wrote:
>
> > Can i useShelvefor storing large amount of data around 6GB.. Is it
> > stable...? if any problems come, can i retrive the document..
>
> Do you know for sure your filesystem handles files that big?

I am using NTFS filesystem that can handle more than 500GB files

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


Re: Help on Shelve....

2007-04-18 Thread Clement
On Apr 17, 5:52 pm, Michael Bentley <[EMAIL PROTECTED]> wrote:
> On Apr 17, 2007, at 6:52 AM, Clement wrote:
>
> > Can i useShelvefor storing large amount of data around 6GB.. Is it
> > stable...? if any problems come, can i retrive the document..
>
> Do you know for sure your filesystem handles files that big?

I am using NTFS that can hold more that 500GB of data

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


Help on Dict

2007-02-25 Thread Clement
Can any body tell how Dict is implemented in python... plz tell what
datastructure that uses

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


Re: "Python" is not a good name, should rename to "Athon"

2007-12-02 Thread Clement
On Dec 1, 9:51 am, "Dotan Cohen" <[EMAIL PROTECTED]> wrote:
> On 30/11/2007, Gerardo Herzig <[EMAIL PROTECTED]> wrote:
>
> > You will be eaten by the Snake-Ra god tonight!
>
> Wasn't Ra the Sun god?
>
> Dotan Cohen
>
> http://what-is-what.comhttp://gibberish.co.il
> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?

use my name : clement programming languge .. nice la.
-- 
http://mail.python.org/mailman/listinfo/python-list

Asynchronous HTTP

2008-01-15 Thread Clement
Can i use asynchttp for http secure connection... If so plz how does
it can be done. Is there any other library can do that that
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Memory problem with threading

2008-01-15 Thread Clement
On Jan 16, 5:24 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I made a string parser program, it has a main function and a working
> thread class. When it is running in 24h non-stop, the memory run out.
> I dont Know why. Do anybody know somekind of debugger that can i see
> what is eating the memory? Maybe there is a list or value or
> dictionary that is growing continually but i dont know which one.
> Maybe there is a program for that kind of debugging, what can
> monitoring the memory and values size in the memory. Or it is a sience
> fiction :)
>
> p.s.: sorry for my english
> Rew

Hi I got the same problem when i did my crawler. the simple
soloution what i did is... created one therad at the start up time of
my program.. it will run all the time of the life of the program...
it's duty is frequently calling gc.college() function in garbage
collector package of python

http://arctrix.com/nas/python/gc/

i used it as temporary solution if any other way please
share...

..
Thanking you...
Clement
http://www.squzer.com/
-- 
http://mail.python.org/mailman/listinfo/python-list


Python System information

2008-01-26 Thread Clement
Hi friends,
How can i get system information like CPU load and RAM usage in linux.
Is there any packages for python
-- 
http://mail.python.org/mailman/listinfo/python-list


How to login to a website using Python 3.x?

2013-09-24 Thread Osumo Clement
 Hi. I am new to Python. I am making a script where logging in to a website is 
the first step.. I am using Python 3.3 All of the help I have seen online uses 
urllib2 which in Python 3 aint there. I will greatly appreciate any help
-- 
https://mail.python.org/mailman/listinfo/python-list