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

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

Re: Memory problem with threading

2008-01-15 Thread Clement
alling 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

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: "Python" is not a good name, should rename to "Athon"

2007-12-02 Thread Clement
mhttp://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

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: 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

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

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.

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 g

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

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...

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 fo

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 fo

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 fo

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

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

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

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

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

Help

2007-03-11 Thread Clement
how to use Python/C API -- 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 impl

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