https://github.com/davidjeddy/learning-python
Learning Python
https://github.com/davidjeddy/learning-python
Last synced: 3 months ago
JSON representation
Learning Python
- Host: GitHub
- URL: https://github.com/davidjeddy/learning-python
- Owner: davidjeddy
- Created: 2017-09-22T18:38:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T22:19:12.000Z (over 7 years ago)
- Last Synced: 2025-01-16T11:33:06.112Z (5 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Learning Python
# Requirements
[Docker](https://www.docker.com/)
# Setup
docker build --tag dje/learnpython:latest ./
docker run -i -t -v `pwd`:/learn-python dje/learnpython:latest /bin/bashTo run a python script
pything ./{path to script}/{file name}.py
Collect [Bacon](https://en.wikipedia.org/wiki/Bacon)