An open API service indexing awesome lists of open source software.

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

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.