[Tutor] Graphic interface

2011-05-10 Thread louis leichtnam
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:

[Tutor] dictionary

2011-05-05 Thread louis leichtnam
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

[Tutor] Titles from a web page

2011-05-04 Thread louis leichtnam
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

Re: [Tutor] Pictures

2011-05-04 Thread louis leichtnam
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

Re: [Tutor] Fw: Fw: Fw: Parsing data from a csv file [NC]

2011-03-26 Thread Louis LEICHTNAM
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

[Tutor] Parsing data from a csv file

2011-03-24 Thread louis leichtnam
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