Re: Hi everyone

2017-05-24 Thread tommy yama
Hi Ian, yeah. feel free to ask for any relating python. thanks! On Thursday, May 25, 2017, Ian Kelly wrote: > On Wed, May 24, 2017 at 11:20 AM, Spaarwiel > wrote: > > > > Hi there, i was always interested in coding but never took

Re: Hi everyone

2017-05-24 Thread Ian Kelly
On Wed, May 24, 2017 at 11:20 AM, Spaarwiel wrote: > > Hi there, i was always interested in coding but never took the time to learn it. > > So at age 34 i'm going to try and see if i can win this. > > Saw on a website this is good group page to come for help so i will

Hi everyone

2017-05-24 Thread Spaarwiel
Hi there, i was always interested in coding but never took the time to learn it. So at age 34 i'm going to try and see if i can win this. Saw on a website this is good group page to come for help so i will def. be asking alot of questions here :) B.t.w i have no knowledge of coding whatsoever

Hi,Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Jo Chan
Hi, everyone~~~ I am new. What is the most popular xml parser module used on python? Thanks for answering... -- -- Best Regards 陈松坚 信息科学与技术学院 中山大学 广州大学城 510006 Chen Songjian School of Information Science Technology Sun Yat-sen(Zhongshan) University, Guangzhou Higher Education

Re: Hi, Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Stefan Behnel
Jo Chan, 14.04.2010 15:28: Hi, everyone~~~ I am new. What is the most popular xml parser module used on python? Thanks for answering... Why do you want to know? Just out of curiosity, or are you looking for a tool that you can use to get a specific job done? If it's the latter, you may want

Re: Hi, Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Shashwat Anand
BeautifulSoup On Thu, Apr 15, 2010 at 1:39 PM, Stefan Behnel stefan...@behnel.de wrote: Jo Chan, 14.04.2010 15:28: Hi, everyone~~~ I am new. What is the most popular xml parser module used on python? Thanks for answering... Why do you want to know? Just out of curiosity, or are you

Re: Hi, Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Stefan Behnel
Shashwat Anand, 15.04.2010 11:55: BeautifulSoup The OP asked for an XML parser. Stefan -- http://mail.python.org/mailman/listinfo/python-list

Re: Hi, Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Shashwat Anand
BeatifulSoup can be used as one IMO On Thu, Apr 15, 2010 at 3:50 PM, Stefan Behnel stefan...@behnel.de wrote: Shashwat Anand, 15.04.2010 11:55: BeautifulSoup The OP asked for an XML parser. Stefan -- http://mail.python.org/mailman/listinfo/python-list --

Re: Hi, Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Stefan Behnel
Shashwat Anand, 15.04.2010 12:29: On Thu, Apr 15, 2010 at 3:50 PM, Stefan Behnel wrote: Shashwat Anand, 15.04.2010 11:55: BeautifulSoup The OP asked for an XML parser. BeatifulSoup can be used as one IMO But it is not an XML parser according to the XML spec. So giving the impression

Re: Hi, Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Stefan Behnel
Jo Chan, 15.04.2010 10:52: I just want to get the content from a XML. That's not a very specific description of what you want to do. What's the content? The plain text content? Or do you care about the structure? And what parts of the structure? I learn that there are two modules in python

Re: Hi, Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Jo Chan
On Thu, Apr 15, 2010 at 6:52 PM, Stefan Behnel stefan...@behnel.de wrote: Jo Chan, 15.04.2010 10:52: I just want to get the content from a XML. That's not a very specific description of what you want to do. What's the content? The plain text content? Or do you care about the structure? And

Re: Hi, Everyone: what's the most popular xml parser module on python?

2010-04-15 Thread Jo Chan
I want to say I just have to deal with some regular text input (the input file is as XML format) so I need to read all the nodes out and get what they are. Thanks for your great help though. I should have made my point clearer. :) On Thu, Apr 15, 2010 at 6:52 PM, Stefan Behnel

Hi everyone, I get a problem when using binhex module

2009-08-20 Thread Yan Jian
Below is what I copy from the Internet: import binhex import sys infile = in.txt binhex.binhex(infile, sys.stdout) Every time I try to run this script, I get a message saying Traceback (most recent call last): File D:\eclipse_workspace\encode\src\binhex.sample.py, line 6, in module

Re: Hi everyone, I get a problem when using binhex module

2009-08-20 Thread Xavier Ho
On Thu, Aug 20, 2009 at 10:07 PM, Yan Jian ballack...@gmail.com wrote: Does anyone encounter similar situation. Thank you for your help? Yeah, in Python 3.1 I get this: Traceback (most recent call last): File test.py, line 6, in module binhex.binhex(file, sys.stdout) File

Re: Hi everyone, I get a problem when using binhex module

2009-08-20 Thread Dave Angel
Yan Jian wrote: Below is what I copy from the Internet: import binhex import sys infile = in.txt binhex.binhex(infile, sys.stdout) Every time I try to run this script, I get a message saying Traceback (most recent call last): File D:\eclipse_workspace\encode\src\binhex.sample.py, line 6,

hi everyone if you want to be come a member please follow the lınk

2007-07-06 Thread kasim
Sample email Dear __, I recently joined AGLOCO because of a friend recommended it to me. I am now promoting it to you because I like the idea and I want you to share in what I think will be an exciting new Internet concept. AGLOCO's story is simple: Do you realize how valuable you are?

hi,everyone. a problem with shelve Module

2006-05-26 Thread softwindow
according to the book instruduction , i use shelve Module to write record to file. i only write ten records like this: name sex age jimmale 22 tom male 23 lucy female

Re: hi,everyone. a problem with shelve Module

2006-05-26 Thread skip
i only write ten records like this: name sex age jimmale 22 tom male 23 lucy female 21 ... but i find the size of this file

Re: hi,everyone. a problem with shelve Module

2006-05-26 Thread Laszlo Nagy
[EMAIL PROTECTED] i'rta: i only write ten records like this: name sex age jimmale 22 tom male 23 lucy female 21 ... but

Re: hi,everyone. a problem with shelve Module

2006-05-26 Thread softwindow
really in which case? -- http://mail.python.org/mailman/listinfo/python-list

Re: hi,everyone. a problem with shelve Module

2006-05-26 Thread Jim Segrave
In article [EMAIL PROTECTED], softwindow [EMAIL PROTECTED] wrote: [some context restored] Sometimes you add records but the size of the database does not change... :-) really in which case? whenever the database is big enough to add them without it's having to grow :) -- Jim Segrave