Python sample programs for FusionCharts to integrate with MySQL
I want to integrate Python with FusionCharts and MySQL.
I have python programs to create/access MySQL DB.
The same开发者_JAVA技巧 data which resides in the MySQL DB has to be projected to the user in the FusionCharts using Python scripts.
Please help me out on this.
There are quite a few examples out there
- http://bitbucket.org/schmichael/python-fusioncharts/src/tip/snippets/
精彩评论