Posts Tagged ‘Python’

Script to Download TED Videos in Bulk

This item was filled under [ Uncategorized ]

I recently became addicted to TED Videos. This inspired me to create a simple python script which helps one download TED Talks in bulk. Here is the main part of the script. Scroll down for download link and usage instructions.

#! /usr/bin/python
 
# Name: TED Video Downloader
# Version: 0.4
# Summary: A bulk TED Talks download tool
# License: [...]

Continue reading...

Tagged with: [ , , , , ]

Last.fm Top Tracks Playlist Generator Using Python

This item was filled under [ Uncategorized ]

This is mine and Clive’s(@cliveverghese) latest venture. Allow me to explain this project.
A little bit of history…
I’ve been a last.fm user for more than a year. Recently, I started discovering new music. My busy schedule (okay, laziness) made it impossible for me to check out every song one by one and I wanted a quick [...]

Continue reading...