Skip to content

sjsu-interconnect/cs163

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SJSU CS 163

Overview

This repository contains sample codes of dynamic websites based on Dash to demonstrate the website deployment.

File Tree

.
├── note.md
├── README.md
├── appengine
│   ├── app.yaml
│   ├── app4.py
│   └── requirements.txt
├── dashapps
│   ├── app1.py
│   ├── app2.py
│   ├── app3.py
│   ├── app4.py
│   ├── app5-multi
│   │   ├── app5.py
│   │   └── pages
│   │       ├── analytics.py
│   │       └── home.py
│   ├── app6.py
│   ├── app7.py
│   └── app8.py
└── pythonanywhere
    ├── README.md
    ├── app4.py
    └── secularlionfish_pythonanywhere_com_wsgi.py

dashapps

Examples of simple dash apps based on the official document

appengine

An example of a dash app for Google App Engine deployment

pythonanywhere

An example of hosting a dash app on pythonanywhere.com

Releases

No releases published

Packages

No packages published

Languages