An open API service indexing awesome lists of open source software.

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)

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/