Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Visual Studio Code
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
A MS brading/telementry/licensing free edition named vscodium is available.
Tricks & Traps
- It seems that Visual Studio Code installed using snap in Kubuntu 18.10 has issues. It is suggested …
Template Engines in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The Modulus Operator in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Modules in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on PyPy
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation
-
Download PyPy from https://www.pypy.org/download.html.
-
Unzip it.
-
Install pip.
:::bash /path/to/pypy -m ensurepip /path/to/pypy -m pip install ...