Skip to content

Leticia-maria/medium

 
 

Repository files navigation

Medium Articles by @niczky12

This repository hosts all the files needed to reproduce my Medium articles. I write about:

  • Cloud computing tools
  • Machine learning
  • Data visualization

For a full list of articles check out my Medium profile.

Setup instructions

You will need Python 3.7+ to use most of the things in this repository. Once installed create a virtual environment like this:

# create venv - only do this once
python3 -m venv .venv

# activate environment - do this every time
source .venv/bin/activate

# install packages
pip install --upgrade pip
pip install -r requirements.txt

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.0%
  • Julia 24.6%
  • Python 2.3%
  • Shell 0.1%