[DiscordArchive] <@172454220270796800> you know python you said, right?
[DiscordArchive] <@172454220270796800> you know python you said, right?
Archived author: Azarchius • Posted: 2018-02-04T10:47:29.124000+00:00
Original source
moved on to PHP, then to Java, then to Python, then to C++
Archived author: Skarn • Posted: 2018-02-04T10:47:35.297000+00:00
Original source
that was my mistake I guess, since most people start with C and they are getting used to less syntax candies and conveniencies of interprted languages
Archived author: Azarchius • Posted: 2018-02-04T10:47:45.520000+00:00
Original source
I disagree, it is fine to start with Python
Archived author: Azarchius • Posted: 2018-02-04T10:47:58.466000+00:00
Original source
it gets you used to programming concepts quickly and easily.
Archived author: Azarchius • Posted: 2018-02-04T10:48:15.486000+00:00
Original source
from there you just need to expand your knowledge and you start to understand exactly what's going on in the code you're writing.
Archived author: Skarn • Posted: 2018-02-04T10:48:35.033000+00:00
Original source
it introduces you to way too many concepts that do not exist in other languages though
Archived author: Azarchius • Posted: 2018-02-04T10:48:51.098000+00:00
Original source
the same argument can be made for C
Archived author: Azarchius • Posted: 2018-02-04T10:49:06.699000+00:00
Original source
_most_ programming concepts are universal
Archived author: Skarn • Posted: 2018-02-04T10:49:08.002000+00:00
Original source
C is 100 % compatible with cpp, no?
Archived author: Azarchius • Posted: 2018-02-04T10:49:26.140000+00:00
Original source
a for loop, booleans, types, classes... understanding what they are and how to program is the biggest thing to wrap your head around.