On Tuesday, 18 October 2016 at 12:03:54 UTC, Alfred Newman wrote:
Hello and greetings,
I'm a brand new D developer coming from Python.
I decided to move to D, mainly because it's a compiled language
and has a great runtime speed (and I don't feel confortable
at Cython environment at all). And of course, D has a nice
community and the language has nice syntax too... and is a joy
to code with.
However, I have some important production code in Python to
migrate to D and every help will count !
So, can you pls guys suggest me any resource like "D for a
Python Developer" or so ? BTW, I just ordered the "D
Programming Language" book from AA.
Cheers
Welcome.
Bear in mind that you can embed python in your D code using pyd
if you want to do the port in stages. You can write D libraries
for python too - that's a bit fiddlier though, and docs are a
bit stale.