#even if you do use a counter driven loop in python its still more intuitive in that. for i in range(len(string))
Explore tagged Tumblr posts
oflgtfol · 5 years ago
Text
i swear to god i cannot stand java. at first i thought that learning a second programming lang would be easier because its like normal languages, it gets easier to learn a new one, and in one way thats true, but on the other hand. python is SO easy (relatively). its got such a nice aesthetic to it, very readable, the whitespace is lovely and the syntax is simple
BUT JAVA? i cannot fucking STAND this shit. these stupid ass semicolons at the end of every statement, the stupid ass curly braces for EVERYTHING that exists. and its especially irritating because the stupid website that we use for the java homework doesnt even have the grace to auto fill in the curly braces like an actual java ide would do. im at my wits fucking end
and how for loops in python are so graceful. so lovely. but in java its the worst fucking thing ever. and trying to access the individual characters in a string in java? oh the HORROR. index notation is so fucking easy in python its just string[index] but in java its like string.charAt(index). just writign it out simply like this isnt so bad but when you’re trying to do fairly complicated (beginner) programs its like WHY am i doing this. this would be so fucking easy in python but it’s like pulling teeth in java
1 note · View note