Python¶
-
[x] IPython
-
[x] Jupyter Noteboks
jupyter notebooks
-
[ ] scikit, read documentation.
-
[x] pylint
- pylintrc to determine which mistakes to solve.
- One can also use
# pylint
header in python files, e.g. pandas source code. - you can use disable
-
[x] pyflakes
-
[ ] nose2 and automatic test.
-
[x] Google Tensorflow.
-
[ ] pytorch
Conda¶
Emacs settings:
- https://gitmemory.com/issue/necaris/conda.el/63/645079680 Settings
the correct home environment to make conda mode work. Installed in
/usr/lib/miniconda3
.