All Projects → alanjones2 → Flask-Plotly

alanjones2 / Flask-Plotly

Licence: MIT license
Interactive Web Apps and Dashboards

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flask-Plotly

sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (-50.63%)
Mutual labels:  ajax
mihdan-disable-aggressive-updates
Плагин под WordPress для ускорения админки путём отключения агрессивных проверок обновлений
Stars: ✭ 21 (-73.42%)
Mutual labels:  ajax
python-data-visualization
Curated Python Notebooks for Data Visualization
Stars: ✭ 22 (-72.15%)
Mutual labels:  plotly
jaxon-core
The Jaxon core library
Stars: ✭ 53 (-32.91%)
Mutual labels:  ajax
tododjangoccb
A todo application with django web framework with class based views and ajax modal crud
Stars: ✭ 32 (-59.49%)
Mutual labels:  ajax
lpmj6
Examples from Learning PHP, MySQL & JavaScript Ed 6 by Robin Nixon (plus all examples from previous editions)
Stars: ✭ 186 (+135.44%)
Mutual labels:  ajax
bifrost
Connect gpus with your eyes.
Stars: ✭ 23 (-70.89%)
Mutual labels:  plotly
richer
jquery free ajax cart for shopify
Stars: ✭ 35 (-55.7%)
Mutual labels:  ajax
react-sync
A declarative approach to fetching data via a React higher order component
Stars: ✭ 18 (-77.22%)
Mutual labels:  ajax
financial-asset-comparison-tool
R Shiny app to compare the relative performance of cryptos and equities.
Stars: ✭ 97 (+22.78%)
Mutual labels:  plotly
dash-hello-world
The simplest dash app
Stars: ✭ 23 (-70.89%)
Mutual labels:  plotly
cpms-php
使用thinkPHP5.0开发的后台简洁管理系统脚手架,cpms-php是采用TP5.0开发的一个简单的后台脚手架管理系统(包括前台展示和后台管理部分)。主要模块有:用户登入验证、后台管理员增删改查、文章发布、RBAC权限管理、socketIO在线即时聊天
Stars: ✭ 20 (-74.68%)
Mutual labels:  ajax
dash-lollapalooza-brasil-2018
🎟Using Plotly to visualize data from Lollapalooza
Stars: ✭ 23 (-70.89%)
Mutual labels:  plotly
plotme
Complex plots made easier
Stars: ✭ 14 (-82.28%)
Mutual labels:  plotly
shopify-wishlist
💙 A set of files used to implement a simple customer wishlist on a Shopify store
Stars: ✭ 115 (+45.57%)
Mutual labels:  ajax
AjaxHandler
ASimple PHP Class to help handling Ajax Requests easily
Stars: ✭ 30 (-62.03%)
Mutual labels:  ajax
front-end-notes
前端课程学习笔记汇总
Stars: ✭ 57 (-27.85%)
Mutual labels:  ajax
ajax
Just another AJAX requests helper
Stars: ✭ 27 (-65.82%)
Mutual labels:  ajax
http
Tiny, embeddable HTTP client with simple API for the browser
Stars: ✭ 21 (-73.42%)
Mutual labels:  ajax
sinatra-api-server-toolbox
Sinatra API Server Toolbox (Ruby, Sinatra, ActiveRecord, postgreSQL, JSON, jQuery, AJAX)
Stars: ✭ 21 (-73.42%)
Mutual labels:  ajax

Web Visualization with Plotly, Flask and Ajax - FlaPjax

Why use Dash when Plotly plus Flask is easy and more flexible? Add a little bit of AJAX and you can add interactivity.

This repo contains the code for the articles listed, below.

If you find this content useful, please consider this...

Buy Me a Coffee at ko-fi.com


Web Visualization with Plotly and Flask

[Article] [Code]

This article explores using Flask and Plotly as an alternative to using Dash when creating Web apps. It compares a simple Dash app with a Flask/Plotly one and finds that the latter is easy and more flexible than it's Dash counterpart. You can find the code for the article in the Plotly folder.


An Interactive Web Dashboard with Plotly and Flask

[Article] [Code]

This article shows how to create a truly interactive app as you might with Dash with callbacks but using Plotly and Flask and a bit of AJAX. The code for this is in plotlycallback-gm.

A slightly modified version of the code above can be found here: plotlycallback-gm2. In this version no parameters are passed to the template and the chart is always loaded using Ajax. It also has the benefit of labelling the chart!


How to Build a Stock Tracker with Plotly and Flask

[Article] [Code]

The finance library for Python gives you access to Yahoo Finance data and Plotly and Flask let you build a stunning dashboard. With a Flask back end thaat leverages the yfinance library and Plotly, and a web front end that plots a Plotly chart loaded from the server,this article shows you how to create a simple finance web app that produces impressive results.


To get all of the code either clone this repo or download the zip file


If you have found this content useful, please consider this...

Buy Me a Coffee at ko-fi.com

Please note that all the software in this repo is written for educational purposes and should not be considered suitable for production code

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].