Here are some code examples from my project for the Fabulous (http://liangosc.github.io/Fabulous)
Fb_Plot_Data_GUI_v4.py is a GUI I created for data exploration and visualization. I used Tkinter for making the GUI, pandas for data analysis, and bokeh for data visualization.
The htmls were made from ipython notebook. Please view them using the following links:
http://liangosc.github.io/Code_examples/00_Clean_Data.html
http://liangosc.github.io/Code_examples/01_ML_RF_Part01.html
http://liangosc.github.io/Code_examples/01_ML_RF_Part02.html
http://liangosc.github.io/Code_examples/01_ML_RF_Part03.html
http://liangosc.github.io/Code_examples/02_Monthly_Trend.html
http://liangosc.github.io/Code_examples/03_Patterns.html
http://liangosc.github.io/Code_examples/04_Predict_One_User.html