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 ...
Packages Failed to Install
pytype …
Extract Identifier Names from a SQL Query Using Sqlfluff
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Sqlfluff
Installation¶
The Walrus Operator in Python 3.8
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
List Comprehension¶
Notice that a walrus expression in a list comprehension must be in included in parentheses (to avoid ambiguitions).
The try/except/finally Block in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!