News

I consider Python to be ever growing programming space, keep building, keep learning because implementation is the best teacher and you have a long way ahead surely, because sky is the limit.
Step 1: create an environment: $ conda create -n pyEOF python=3.7 $ conda activate pyEOF $ conda install -c conda-forge numpy pandas scipy scikit-learn rpy2 Step 2: install using pip: $ pip install ...