py101 Python 101 Installation From source (editable mode) git clone https://github.com/zds79/py101.git cd py101 pip install -e . Transformer Build the transformer from scratch with PyTorch for one simple English to Chinese translation task.