Difference between revisions of "Webapps with python"
From assela Pathirana
Jump to navigationJump to search
(Created page with "==Webapps with python== thumb|450px|Interactive map, analysis and plotting tool for precipitation Python has a number of libraries that...") |
|||
Line 5: | Line 5: | ||
Here are some prototype applications that were created using this library. I use [https://auth0.com/blog/hosting-applications-using-digitalocean-and-dokku/ docker containers] based on [http://dokku.viewdocs.io/dokku/ dokku] -- [https://en.wikipedia.org/wiki/Platform_as_a_service a PaaS (Platform as a Service)] --to host these apps. | Here are some prototype applications that were created using this library. I use [https://auth0.com/blog/hosting-applications-using-digitalocean-and-dokku/ docker containers] based on [http://dokku.viewdocs.io/dokku/ dokku] -- [https://en.wikipedia.org/wiki/Platform_as_a_service a PaaS (Platform as a Service)] --to host these apps. | ||
===[lcc.wa.pathirana.net/ Life-cycle Costing Tool]=== | ===[http://lcc.wa.pathirana.net/ Life-cycle Costing Tool]=== | ||
[[File:life_cycle_costing_tool_python.png|thumb|450px|Life-cycle cost calculator. [https://lcc.wa.pathirana.net/ LINK]]] | [[File:life_cycle_costing_tool_python.png|thumb|450px|Life-cycle cost calculator. [https://lcc.wa.pathirana.net/ LINK]]] | ||
===[oro.wa.pathirana.net Orographic lift of wind fields - atmospheric quantities calculator]=== | ===[oro.wa.pathirana.net Orographic lift of wind fields - atmospheric quantities calculator]=== |
Revision as of 12:00, 1 September 2019
Webapps with python
Python has a number of libraries that makes creating graphics based on data. Some of these tools can create interactive graphics and also web applications so that one can allow non-programmers to explore, analyse and visualize data. Ploty Dash is such a library with a particularly easy learning curve.
Here are some prototype applications that were created using this library. I use docker containers based on dokku -- a PaaS (Platform as a Service) --to host these apps.