dgorissen / coursera-dl

A script for downloading course material (video's, pdfs, quizzes, etc) from coursera.org
http://dirkgorissen.com/2012/09/07/coursera-dl-a-coursera-download-script/
GNU General Public License v3.0
1.74k stars 300 forks source link

debugger #23

Closed archit90 closed 11 years ago

archit90 commented 11 years ago

Hi, I would like to know what IDE u used to create the script.
I am able to understand the code to some extent but not able to understand the library functions used. So if you could tell what IDE to use to understand/debug the code would be very helpful

Thanks!

dgorissen commented 11 years ago

Vim :) http://en.wikipedia.org/wiki/Vim_(text_editor) So no fancy IDE/debugger Im afraid. There are a number of "real" ide's but I am by no means familiar with all of them. The only other one I have really used is pydev.org and it is easy enough to get going with.