Quick Start with D: few examples and set of links.

Iain Buclaw via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun May 3 02:45:59 PDT 2015


On 1 May 2015 at 11:14, cym13 via Digitalmars-d-announce
<digitalmars-d-announce at 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


More information about the Digitalmars-d-announce mailing list