Re: executing python script in html button

2017-11-09 Thread Vineet Kothari
Use bokeh On Nov 9, 2017 1:44 PM, "Derek" wrote: > Hi > > Its unlikely anyone on this list will write your code - but the good news > is that are lots of helpful tutorials from which you can learn to do this; > for example: > > * https://docs.djangoproject.com/en/1.11/intro/tutorial04/ > * https

Re: executing python script in html button

2017-11-09 Thread Derek
Hi Its unlikely anyone on this list will write your code - but the good news is that are lots of helpful tutorials from which you can learn to do this; for example: * https://docs.djangoproject.com/en/1.11/intro/tutorial04/ * https://tutorial.djangogirls.org/en/django_forms/ * https://www.simpl

executing python script in html button

2017-11-03 Thread Rizal M.
I have custom python script for twitter sentiment analysis, let's call it sentiment.py it has two inputs, topic query and number of tweets. this is the full code import sys import csv import tweepy import matplotlib.pyplot as plt from collections import Counter from aylienapiclient import texta