https://github.com/phamhongphuc1999/pythonpractice
python practice
https://github.com/phamhongphuc1999/pythonpractice
mongodb sanic sql
Last synced: 5 months ago
JSON representation
python practice
- Host: GitHub
- URL: https://github.com/phamhongphuc1999/pythonpractice
- Owner: phamhongphuc1999
- Created: 2021-09-27T03:12:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-26T11:58:41.000Z (8 months ago)
- Last Synced: 2025-10-26T13:27:01.854Z (8 months ago)
- Topics: mongodb, sanic, sql
- Language: Python
- Homepage:
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Python practice
### Projects
| Project | Description |
| :------------------------- | :--------------------------- |
| [Simple App](./SimpleApp) | Simple API written by Sanic |
| [Blockchain](./Blockchain) | Blockchain practice |
| [tutorial](./tutorial/) | My study |
| [game](./games/) | I try to implement caro game |
### Convert to wasm
##### Step 1:
```shell
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
```
##### Step 2:
```shell
./emsdk install latest
./emsdk activate latest
```
##### Step 3:
```shell
source ./emsdk_env.sh
```
##### Step 4:
```shell
emcc -v
```