Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
This happens to me quite frequently as a newbie python learner with a c# background
-
ajacks598yHow are you getting on? I am finding the learning curve so steep! (But then, my Java is also pretty rusty.) I hadn't realized just how much my problem-solving thinking was shaped by Java idioms.
-
ajacks598yMaybe it's my IDE or something, but I keep getting syntax errors for them. It's driving me up three walls and out the door.
-
r4nter7178yI forgot so fast about the semicolons when I learned Go, I had more trouble starting to write C/C++/Java again after some time only writing Go code...
-
I wonder what did you write, because python has similar syntax like C. Except for-loop syntax, imports, types and semicolons.
-
Python is love. Python is life. I also came from Java. God, that was horrible language to start programming. Almost lost my interest in it. Python after Java seems like writing plain text. Ifs, fors, lambdas everywhere and you get exactly what you asked for. Without looking at documentation. Just talking Python.
-
r4nter7178yI honestly think Java's clunkyness helps understanding basics in programming. I wouldn't want to use it anymore but it's okay to start with.
-
Henrik1558yI have this issue every other week.
Spend a full day with our python build scripts and then when I go back to C# the next day it takes a whole damn day of compiler errors to reteach the brain to add the semicolons back again. -
We're on the same boat! As an advice of safety net, do not forget to reassign your varaiables when you change anything in them through some instance method! I lost a whole day the other day because of that
Related Rants
When Java is your first language and you are learning python as your second: 90% of errors due to your fingers automatically adding ; at the end of every line of code. :/
undefined
n00b
newbie ranter