https://github.com/andyj/learn_python_offline_pwa
Learn Python Offline (with a PWA)
https://github.com/andyj/learn_python_offline_pwa
Last synced: 4 months ago
JSON representation
Learn Python Offline (with a PWA)
- Host: GitHub
- URL: https://github.com/andyj/learn_python_offline_pwa
- Owner: andyj
- Created: 2025-05-17T06:49:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T08:09:29.000Z (about 1 year ago)
- Last Synced: 2025-05-17T08:28:45.685Z (about 1 year ago)
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Learning PWA
## Setup
1. Place all files in one directory.
2. Download `skulpt.min.js` and `skulpt-stdlib.js` from the Skulpt releases and put them alongside the other files.
3. (Optional) Add your app icons under `icons/` matching the sizes in `manifest.json`.
## Hosting
Serve via any static server. For local testing:
```bash
cd docs/
python3 -m http.server 8000
```
## Blog Post Here
https://www.andyjarrett.com/posts/2025/learning_python_offline_with_a_pwa/
## View The App Here
https://andyj.github.io/learn_python_offline_pwa/