/python-playground

Practicing things in Python3

Primary LanguagePythonMIT LicenseMIT

python-playground

Practicing things in Python3

Setup

mkdir -p ~/src
git clone git@github.com:kzrl/python-playground.git ~/src/python-playground
cd ~/src/python-playground
python3 -m venv .
source ~/bin/activate
python hello.py