hmm... try Jython (Java + Python)
:-)
regards,
Subeen
http://love-python.blogspot.com/...
User Profile
Collapse
-
Download and view the slides from here: Why I love Python
Python is good for desktop, web programming, mobile phone programming and game programming! (search google using 'pygame')
Python is one of the three official languages of Google (other two are, C++ & Java).
And you can also read: python vs java and python is not java
Life is short ~ you need python. (But again, life is short, so you...Leave a comment:
-
You can also use the csv module. Look at the following link:
http://docs.python.org/lib/module-csv.html
regards,
Subeen
http://love-python.blogspot.com/...Leave a comment:
-
Java is cool.
I am inviting all of you to try Python. If you are a good Java programmer, you will be surprised :-)
regards,
Subeen
http://love-python.blogspot.com/...Leave a comment:
-
Leave a comment:
-
I have changed the code.
Code:$rss->add_module(prefix=>'dc', uri=>"http://purl.org/dc/terms/"); $rss->add_module(prefix=>'media', uri=>"http://search.yahoo.com/mrss"); $rss->parse($raw); foreach my $item (@{$rss->{'items'}}) { $title = $item->{'title'}; $media_keywords = $item->{'media'}->{'keywords'}; $media_player_url
Leave a comment:
-
Here is what I am trying to do:
Code:$rss->parse($raw); foreach my $item (@{$rss->{'items'}}) { $title = $item->{'title'}; $media_keywords = $item->{'media:keywords'}; print $title, "\n"; print $media_keywords, "\n"; }
Leave a comment:
-
Media RSS parsing in Perl
Hi,
I am trying to parse a rss similar to the one found here (in example) http://www.feedforall.com/mediarss.htm
<!-- Snipped for Brevity -->
Code:<item> <title>FeedForAll's Show Tunes and Song</title> <link>http://www.feedforall.com/songs.htm</link> <description>FeedForAll cool show tunes and lyrics. </description> <media:group>
No activity results to display
Show More
Leave a comment: