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 the time to
> learn it.
> >
> > So at age 34 i'm going to try a
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 def.
be asking alot of questi
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 wrote:
> Jo Chan,
On Thu, Apr 15, 2010 at 6:52 PM, Stefan Behnel 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
> what parts
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 pyth
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 that
BeatifulSoup can be used as one IMO
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.
>
> Stefan
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://mail.python.org/mailman/listinf
Shashwat Anand, 15.04.2010 11:55:
> BeautifulSoup
The OP asked for an XML parser.
Stefan
--
http://mail.python.org/mailman/listinfo/python-list
BeautifulSoup
On Thu, Apr 15, 2010 at 1:39 PM, Stefan Behnel 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 looking for
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
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
On Thu, Aug 20, 2009 at 10:07 PM, Yan Jian 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
binhex.binhex(file, sys.stdout)
File "c:\Python31\lib\binhex.py", lin
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 S
really
in which case?
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] i'rta:
> >> i only write ten records like this:
>
> >>name sex age
>
> >> jimmale 22
> >> tom male 23
> >> lucy female 21
>
>> i only write ten records like this:
>>name sex age
>> jimmale 22
>> tom male 23
>> lucy female 21
...
>> but i find the size of
16 matches
Mail list logo