vrijdag 15 november 2019

Freeze Python executable


pyinstaller entry_point.py -n foobar --onefile

https://hackernoon.com/the-one-stop-guide-to-easy-cross-platform-python-freezing-part-1-c53e66556a0a

vrijdag 8 november 2019

Ubuntu 18.04 installing with conda


Python3

standaard is python de python v2. Om Python3 standaard te maken voeg toe aan /etc/bash.bashrc

set python=python3
set pip=pip3


install miniconda

wget https://repo.anaconda.com/miniconda/Miniconda2-latest-Linux-x86_64.sh
sh Miniconda2-latest-Linux-x86_64.sh
 ?> Do you wish the installer to initialize Miniconda2 in your /root/.bashrc ? 
===> YES


Datums bepalen adhv begin en einddatum in Dataframe

Voorbeeld op losse velden  ####################################################################### # import necessary packages from datetime...