Tag Archives: python

Replace Space With Underscore in Filename

This is merely my personal note. I was about to rename all my files under a directory. I need to replace the space with underscore character (‘_’). My first thought was a simple bash script to do that. Apparently, it’s … Continue reading

Posted in programming, python | Tagged , , | View Comments

Python by Example

Python by example. Definitely great resource for me who just started to learn python.

Posted in personal | Tagged | View Comments