diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-05 18:46:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-05 18:46:46 -0300 |
commit | 500b0e1e5ce93bee686f0ddaeda3553dada2ed44 (patch) | |
tree | 88c2c0205206ad22a4f0f6d6b4be0a9d12b20655 | |
parent | 6c45945bb5ba98eb0b6d9d111d15f51315b371e2 (diff) | |
download | blog-500b0e1e5ce93bee686f0ddaeda3553dada2ed44.tar.gz blog-500b0e1e5ce93bee686f0ddaeda3553dada2ed44.tar.bz2 |
Updates blog
-rw-r--r-- | research/python.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/research/python.mdwn b/research/python.mdwn index 3a62cad..102dac5 100644 --- a/research/python.mdwn +++ b/research/python.mdwn @@ -70,8 +70,9 @@ Python encourages polymorphism: that do not create new objects. Although such objects can be copied, in-place changes support direct modification. -## Libraries +## Libraries and applications +* QGIS. * [SciPy.org — SciPy.org](https://www.scipy.org/) ([package](https://packages.debian.org/stable/python-scipy)). ## Test projects |