Jupyter Magic Memory

%: line magic, %%cell magic Repeat Command: %recall Write cell content into a file: %%writefile file.py To autoreload your pyfile: %load_ext autoreload %autoreload 2 from yourfile import yourFunction https://ipython.org/ipython-doc/3/config/extensions/autoreload.html Use…

0 Comments

pycharm for django and sass

For django: professional version. create a new django project: just create a new one import a django project: import the project activate django support For Sass: https://www.jetbrains.com/help/pycharm/2016.3/transpiling-sass-less-and-scss-to-css.html make sure, the…

0 Comments

Cassandra, Python, R, Node.js

It is quite nice, that Cassandra has driver for Python, R and Node.js. If you want to build a website with Cassandra DB which has also heavily scientific programming, I…

0 Comments