kzrl / python-playground

Practicing things in Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Practicing things in Python3

License:MIT License


Languages

Language:Python 98.6%Language:Shell 1.4%