View Single Post
Old 01-24-2020, 02:37 AM   #15
FlamesPuck12
First Line Centre
 
Join Date: Apr 2007
Exp:
Default

Quote:
Originally Posted by psyang View Post
I don't disagree with your statement on advantages of a scripted language, but suggesting C for a compiled language to start on is handing a loaded gun to a child. For pointer safety alone, choose java or c#. In my experience, using C# with, say, Visual Studio Community seemed easier/more intuitive to get started with than Java and Eclipse.
Yeah, I agree. Starting with C as a first language can be a bad idea especially since you have to learn so much about memory management.

Python is a pretty good language to start. I'm surprised nobody gave Slava a true welcome into the world of programming by saying... RTFM!

Kidding! That being said, the official documentation is really good and I would suggest that as the starting point. Check out the official doc here and read through the tutorials: https://docs.python.org/3/tutorial/index.html
FlamesPuck12 is offline   Reply With Quote