ANSII Color Formatting for output in Terminal using Python
To get colored output in terminal,
termcolor
Using termcolor, one can easily set ANSII Color formatting for output in Terminal using Python.
from termcolor import colored
print colored("Hello World","yellow")
P.S. Excited about tomorrow’s Google Summer of Code - Mumbai meet.
Playing around with Android UI
Articles focusing on Android UI - playing around with ViewPagers, CoordinatorLayout, meaningful motions and animations, implementing difficult customized views, etc.