vicaba / python-basics

Code snippets to teach python basics and matplotlib basics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the scripts

docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp python:3 python your-daemon-or-script.py

See here.

About

Code snippets to teach python basics and matplotlib basics.


Languages

Language:Python 100.0%