https://github.com/alancoding/gravitational-balloon-mathematics
Visual Basic methods in the process of being ported into python, doing space colony calcs
https://github.com/alancoding/gravitational-balloon-mathematics
Last synced: 5 months ago
JSON representation
Visual Basic methods in the process of being ported into python, doing space colony calcs
- Host: GitHub
- URL: https://github.com/alancoding/gravitational-balloon-mathematics
- Owner: AlanCoding
- Created: 2017-04-18T03:04:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T02:34:10.000Z (over 4 years ago)
- Last Synced: 2025-01-03T05:39:15.661Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: http://gravitationalballoon.blogspot.com/
- Size: 296 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Library and Worksheets for gravitationalballoon.blogspot.com
This material is for the blog at:
https://gravitationalballoon.blogspot.com
It is basically "rebooted" material, because the original work was done in
Excel using macros. The original macros are in the `ported/` folder.
Some have been converted into a python library.
#### Python library
To run anything, you need a checkout of this repo. Get started:
```
pip install -r requirements.txt
pip install -e .
```
This will make the `gb` module importable.
The pytest tests should run with `py.test tests/`.
#### Notebooks
Juypter notebooks are in the `content/` folder and this is where any
human-readable work will go. If you're not familiar...
```
jupyter notebook
```
Will boot it up in the browser.