On Sunday, 3 May 2015 at 09:46:13 UTC, Iain Buclaw wrote:
On 1 May 2015 at 11:14, cym13 via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> wrote:
On Friday, 1 May 2015 at 08:18:10 UTC, Ilya Yaroshenko wrote:


http://d.readthedocs.org

I hope this examples will be useful for students.

Ilya


Showing how easy interacting with python can be is a very good idea, and
doing so by dealing with scientific data is an even better one!

Only comment I have to say on it is rather than embedding the python
script in a string, use import!

immutable script = import("myscript.py");

Iain

Thanks! Implemented.

Ilya

Reply via email to