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

https://github.com/phamhongphuc1999/pythonpractice

python practice
https://github.com/phamhongphuc1999/pythonpractice

mongodb sanic sql

Last synced: 5 months ago
JSON representation

python practice

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
```