CHANG-NING TSAI

Results 15 comments of CHANG-NING TSAI

Sure! I am migrating snippets to Python3 . If you are interesting in this project, any PR is welcome!

HA! you can download the [PDF](https://media.readthedocs.org/pdf/pysheeet/latest/pysheeet.pdf) here, but it still has some Unicode problems. Maybe you can try the following commands (which I found on readthedocs): ```bash $ sphinx-build -b...

Nice! I will add it soon!

Thank for your suggestions. Recently, many languages introduce async/await into their syntax such as javascript. However, the hardest for me was that Python mixed generator and async/await together because Python...