Lord Nikon6
Expert Member
- Joined
- May 10, 2010
- Messages
- 1,419
- Reaction score
- 16
Is this a d1ck measuring contest?
It might become that soon
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Is this a d1ck measuring contest?
Thanks for the response
So next question after reading the responses after this pointI haven't really gone too much into Python before, how would you compare Python to the likes of Java as a beginner language? Strongly typed, cross platform and it gets you into Android development.
Is this a d1ck measuring contest?
It certainly isn't. I'm simply trying to be informative and have no idea why people would say, "No! Never get a Pi for development! It was never meant for that!" or "Don't be insane! Never think of doing Python before learning C#, think of the lack of educational resources!".
If you read my posts, you'll notice that wasn't my suggestion. However, there's certainly no educational disadvantage to doing so.
Personally, I find Python to be a better language for beginners than C#. This is a great (and free) introduction to programming for newbies, with classes starting on 6 October: https://www.coursera.org/course/pythonlearn
Any intermediate to advanced developers here started and finished any of these coursera courses? Or are they too boring/simple and eventually stop?
I am trying to improve our developers overall, and am thinking of mandatory courses per quarter in languages you done use/know, as some people are just stuck in their bubbles, with their way of thinking.
The thing about compiler errors is that they seldom refer directly to the cause. They refer instead to the point where compiler could not process any further. So for example if you don't have matching braces or brackets the compiler may give some cryptic message about found end of file or end of class when expecting }.I don't understand a few things you said, but I get these errors when I use the ( instead of {
View attachment 139506
I guess the next step is to find out how to use those errors to fix things and find out when to use { and when to use (
0 is your starting index, 2 is the length of the string you want.Got a question about .substring(x,y);
Let's take the word 'Food'
F = 0
o= 1
o = 2
d = 3
So why is it that when we cut "food".substring(0,2); we get "fo" instead of "foo".
0 is your starting index, 2 is the length of the string you want.
So because 2 is the length of the string, we only want 2 letters?
So what happened? Did OP learn everything needed to be a programmer?
:wtf: