Profile

Achievement

You have not received any achievements.

chrisaiv's Recent SnippetsTagged python



« Prev 1 Next »
I started messing around with the Last.fm API and somehow just started building more and more service requests. This should be enough to get anyone started on using Last.FM's API
0 2229 posted 14 years ago by chrisaiv
Recently I needed to capture a JSON feed of the top artists from Last.fm. The script makes a request for a JSON response which I later treat as a dictionary object. You'll probably need to sign up for an API Key before using this script
0 4155 posted 14 years ago by chrisaiv
Here are a few examples on how to use Lists and Dictionaries in Python. It's by no means exhaustive, just a quick reference.
0 1806 posted 17 years ago by chrisaiv
0 1768 posted 17 years ago by chrisaiv
How to concatenate lists, add an item to a list, slice an item from a list.
0 1708 posted 17 years ago by chrisaiv
https://www.chrisjmendez.com/2008/08/09/python-basic-feedparser-example/
1 2227 posted 17 years ago by chrisaiv
« Prev 1 Next »