Skip to content

Instantly share code, notes, and snippets.

@iamwrm
Last active December 20, 2018 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamwrm/c5c71c621390c04d7eaae7f967c86441 to your computer and use it in GitHub Desktop.
Save iamwrm/c5c71c621390c04d7eaae7f967c86441 to your computer and use it in GitHub Desktop.
python.md
np.zero((3, 5), 7)
np.full((3, 5), 7)
import numpy as np
np.add(first, second)

Share disk files with http service

cd ${some-dir}
python3 -m http.server

Then it shows

Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment