Hello,
I'm trying to build a graphic interface, with button, radiobutton, enter
text area etc.
Does anyone have an idea or a source code for this?
Thank you,
Louis
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
HEllo everyone,
I have a dictionnary, and I would like to print only the values that have
more/equal than 3 spaces in them for example: My name is Xavier.
Can you help me out,
Thanks
Louis
___
Tutor maillist - Tutor@python.org
To unsubscribe or chan
Hello Everyone,
I'm trying to write a program that looks in a webpage in find the titles of
a subsection of the page:
For example you have the list of the title of stories in a newspaper under
the section "World" and you you click on it you have the entire story.
I want a program that print the
Hello,
I tried it and it works, though if I change the web site from
http://finance.blog.lemonde.fr to http://www. ...something else it doesn't
work.
DO I have to change the '([\S]+)'
in x=re.findall(r"
> Observing the page source i think :
>
> page=urllib.urlopen('http://finance.blog.lemon
our help
l.leicht...@gmail.com
03/24/2011 11:39 AM
Please respond to
l.leicht...@gmail.com
To
Louis LEICHTNAM/us/socgen@socgen
cc
Subject
Fw: [Tutor] Fw: Fw: Parsing data from a csv file [NC]
Ok, I think what you are trying is to get all data in a string list:
import urllib, csv
url=r
Hello,
I am to extract a csv file from the web and parse it in python and after
that make it into an html page.
I want to get the data out of the csv file, get rid of the "," and make it
readable.
Questions:
I would like to be able to print the line I want but I don't know how to do
it.
I would