www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Dlang: The Complete D programming Language Course

reply aberba <karabutaworld gmail.com> writes:
Found this introductory course from Udemy on D


Complete introduction to programming in D. Learn by doing 
assignments and projects.
https://www.udemy.com/course/d-programming-language/
Jul 22 2020
next sibling parent reply Greatsam4sure <greatsam4sure yahoo.com> writes:
On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote:
 Found this introductory course from Udemy on D


 Complete introduction to programming in D. Learn by doing 
 assignments and projects.
 https://www.udemy.com/course/d-programming-language/
This is lovely. How, wish this training is free.
Jul 23 2020
next sibling parent Russel Winder <russel winder.org.uk> writes:
On Thu, 2020-07-23 at 14:39 +0000, Greatsam4sure via Digitalmars-d-announce
wrote:
 On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote:
 Found this introductory course from Udemy on D
=20
=20
 Complete introduction to programming in D. Learn by doing=20
 assignments and projects.
 https://www.udemy.com/course/d-programming-language/
=20 =20 This is lovely. How, wish this training is free.
Wouldn't it be nice if all programmers wrote all programs for free. --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Dr Russel Winder t: +44 20 7585 2200 41 Buckmaster Road m: +44 7770 465 077 London SW11 1EN, UK w: www.russel.org.uk
Jul 23 2020
prev sibling parent aberba <karabutaworld gmail.com> writes:
On Thursday, 23 July 2020 at 14:39:54 UTC, Greatsam4sure wrote:
 On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote:
 Found this introductory course from Udemy on D


 Complete introduction to programming in D. Learn by doing 
 assignments and projects.
 https://www.udemy.com/course/d-programming-language/
This is lovely. How, wish this training is free.
Ki Rill is doing a free one on YouTube. Also see https://forum.dlang.org/post/mzmtmtuycfaqrcnlzoox forum.dlang.org I was actually saying we need an intermediate to advanced D programming course somewhere today. To supplement an introductory one like this.
Jul 23 2020
prev sibling next sibling parent reply bachmeier <no spam.net> writes:
On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote:
 Found this introductory course from Udemy on D


 Complete introduction to programming in D. Learn by doing 
 assignments and projects.
 https://www.udemy.com/course/d-programming-language/
Not to rain on anyone's parade, but it's listed under C++, the title of the course says "Next C++", and the instructor does not claim expertise in the D language: https://subscription.packtpub.com/video/programming/9781789538007 https://www.linkedin.com/public-profile/in/nikoloz-sanakoevi?challengeId=AQH4LdTZ-N0KgAAAAXN8Q9mDXBLU_DgsLf6-gj9pQL1VAMQ_mcIuTIDOiF3ndVwQxwKdkmfxUk1pLff8RjW1NmDClFziAuowcA&submissionId=0aa86833-e26a-2416-76ce-587eccdd834a
Jul 23 2020
parent reply aberba <karabutaworld gmail.com> writes:
On Thursday, 23 July 2020 at 15:24:09 UTC, bachmeier wrote:
 On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote:
 Found this introductory course from Udemy on D


 Complete introduction to programming in D. Learn by doing 
 assignments and projects.
 https://www.udemy.com/course/d-programming-language/
Not to rain on anyone's parade, but it's listed under C++, the title of the course says "Next C++", and the instructor does not claim expertise in the D language:
It said..
 Dlang: The Complete D programming Language Course (Next C++) ...
 D Language: Learn basics to intermediate and OOP (Dlang has C, 

I don't see what's wrong with that..isn't the D "what C++ should have been"? Synonymous to "Next C++". Notice the...
 Learn basics to intermediate and OOP...
 https://subscription.packtpub.com/video/programming/9781789538007
 https://www.linkedin.com/public-profile/in/nikoloz-sanakoevi?challengeId=AQH4LdTZ-N0KgAAAAXN8Q9mDXBLU_DgsLf6-gj9pQL1VAMQ_mcIuTIDOiF3ndVwQxwKdkmfxUk1pLff8RjW1NmDClFziAuowcA&submissionId=0aa86833-e26a-2416-76ce-587eccdd834a
Jul 23 2020
parent tastyminerals <tastyminerals gmail.com> writes:
On Thursday, 23 July 2020 at 18:03:10 UTC, aberba wrote:
 On Thursday, 23 July 2020 at 15:24:09 UTC, bachmeier wrote:
 On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote:
 Found this introductory course from Udemy on D


 Complete introduction to programming in D. Learn by doing 
 assignments and projects.
 https://www.udemy.com/course/d-programming-language/
Not to rain on anyone's parade, but it's listed under C++, the title of the course says "Next C++", and the instructor does not claim expertise in the D language:
It said..
 Dlang: The Complete D programming Language Course (Next C++) 
 ...
 D Language: Learn basics to intermediate and OOP (Dlang has C, 

I don't see what's wrong with that..isn't the D "what C++ should have been"? Synonymous to "Next C++".
Yes and no. In the beginning it felt like D aim was to fix C++ pains. In the end and I mean now, it's a language with a pretty unique set of features that managed to absorb years of language design and engineering experience. Unfortunately, this didn't happen fast.
Jul 23 2020
prev sibling parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
On 7/22/20 9:13 PM, aberba wrote:
 Found this introductory course from Udemy on D
 
 
 Complete introduction to programming in D. Learn by doing assignments 
 and projects.
 https://www.udemy.com/course/d-programming-language/
I would not recommend this course based on the preview. It covers the "main topics of D programming language which includes variables, loops, functions, logic, and OOP." D has nice features for these, but I would not consider a D course complete without an introduction to static compilation features. I'd say this sounds more like an introduction to programming, using Dlang. -Steve
Jul 23 2020
parent reply aberba <karabutaworld gmail.com> writes:
On Thursday, 23 July 2020 at 16:22:26 UTC, Steven Schveighoffer 
wrote:
 On 7/22/20 9:13 PM, aberba wrote:
 Found this introductory course from Udemy on D
 
 
 Complete introduction to programming in D. Learn by doing 
 assignments and projects.
 https://www.udemy.com/course/d-programming-language/
I would not recommend this course based on the preview. It covers the "main topics of D programming language which includes variables, loops, functions, logic, and OOP." D has nice features for these, but I would not consider a D course complete without an introduction to static compilation features.
Maybe you're too advanced for this kind of learning material.
 I'd say this sounds more like an introduction to programming, 
 using Dlang.
Yes. That's what it is. There's still people learning to program everyday and I believe its a good learning material for such an audience. There's such tutorials for pretty much all programming languages on Udemy.
 -Steve
Jul 23 2020
parent Steven Schveighoffer <schveiguy gmail.com> writes:
On 7/23/20 1:57 PM, aberba wrote:
 On Thursday, 23 July 2020 at 16:22:26 UTC, Steven Schveighoffer wrote:
 I'd say this sounds more like an introduction to programming, using 
 Dlang.
Yes. That's what it is. There's still people learning to program everyday and I believe its a good learning material for such an audience. There's such tutorials for pretty much all programming languages on Udemy.
I'm fine with what it is, and I'm not trying to say it's not useful to anyone. But that's not what it says, it says: "The Complete D programming Language Course". This is not "complete". But I also didn't pay for it to see, so maybe it's more involved than what the preview says. -Steve
Jul 23 2020