Re: [Tutor] input loop

2013-09-01 Thread Alan Gauld
On 01/09/13 22:53, Nick Wilson wrote: Enter command: print -- Code Price Quant Value -- The bit above needs to be printed once, at the start TPW 2.00 5 10.00 This bit needs to be repeated for eac

Re: [Tutor] Please help replace Long place-names with short place-names in many files with Python

2013-09-01 Thread Joel Goldstick
On Sun, Sep 1, 2013 at 4:19 PM, mc UJI wrote: > Dear Pythonistas, > > I am totally new to Python. This means a know the basics. And by basics I > mean the very, very basics. > > I have a problem with which I need help. > > in short, I need to: > > a) Open many files (in a dir) with an .html extens

Re: [Tutor] input loop

2013-09-01 Thread Dave Angel
On 1/9/2013 17:53, Nick Wilson wrote: > Hi, Welcome. Please start over with a text message. Your html email is useless to me, and probably most people on this newsgroup.     5       10.00--Total cost:                  10.00==**(T

[Tutor] input loop

2013-09-01 Thread Nick Wilson
Hi, I am trying to create a portfolio of shares, each share is entered manually while checking it against a list of actual share codes.Its working mostly as intended at the moment, except when I print the table out at the end, I want all entered details printed as such Enter command: addEnter sh

Re: [Tutor] Tutor Digest, Vol 115, Issue 2

2013-09-01 Thread Majeed Khan
help On Sun, Sep 1, 2013 at 12:00 PM, wrote: > Send Tutor mailing list submissions to > tutor@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/tutor > or, via email, send a message with subject or body 'help' to

[Tutor] Please help replace Long place-names with short place-names in many files with Python

2013-09-01 Thread mc UJI
Dear Pythonistas, I am totally new to Python. This means a know the basics. And by basics I mean the very, very basics. I have a problem with which I need help. in short, I need to: a) Open many files (in a dir) with an .html extension b) Find Long name-places (Austria) c) Replace them by shor

Re: [Tutor] [Python-Help] Please help replace Long place-names with short place-names in many files with Python

2013-09-01 Thread bob gailer
Welcome. We are a few volunteers who like to help you when you have tried something and are stuck. It is best to post to just one email list. Most of us monitor tutor and help. We don't write programs for you. Some of us would be happy to do that for a consulting fee. Why Python? What oth