Discussion:
[Tutor] script to lookup and extract the values next to it
s karthick babu
2015-07-28 09:19:44 UTC
Permalink
Dear All,

I am new to python programming.

is there a place where people exchange the python scripts?

I would like to extract the values present next to certain text, Can any
one help me ?

Thanks in advance,
Kadi
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Alan Gauld
2015-07-28 12:50:41 UTC
Permalink
Post by s karthick babu
Dear All,
I am new to python programming.
Hi, welcome.
Post by s karthick babu
is there a place where people exchange the python scripts?
Not that I know of, although I suppose the Activestate catalog
of "recipes" is sort of like that.
Post by s karthick babu
I would like to extract the values present next to certain text, Can any
one help me ?
Probably but we need a lot more detail.

Please repost giving us:
1) The Python version you use
2) The OS you use
3) Any previous programming experience in other languages
4) What the input data looks like
- what do you mean by value "next to" certain text?
- What kind of text? What kind of value?
- Is the data in a standard format such as CSV or XML or HTML?

Armed with that information we can start to make suggestions.

hth
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Loading...