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
-
Oh you didn't! :D You want to say to me I can't handle Java or C#? I know C# quite well and Java is just nope.
-
CookieDev588yI am just searching for another language to learn that gives me more space then only this 2 languages... which one should u recommend?@KeyWeeUsr
-
tahnik389898yPython and Java/C# has different approach to programming. Java/C# is for large scale softwares. Python is mostly for scripting (or any scripting) although you can use it for big software as well.
Unless you know design patterns or data structures very well, it might be better to learn those instead. It's not that hard to switch between different languages. But it's hard to make sure you know the right practice. -
Doesn't really matter. Choose a framework or a library you want to use and learn the appropriate language. In languages generally it's just a matter of switching to a little bit different syntax.
Style of the code is a little bit different topic, especially the Java repetitiveness and forcing you to separate each class to its own file, which is just insane.
Someone likes that too, so go figure... ^^ -
viking817428y@tahnik exactly! We had this guy at my previous job that was considered Uber programmer, because he knew so many languages. Couldn't code for shit though, so we were left refactoring code in five different languages to add new features after he left. It was all converted to C# and Javascript after a few years.
-
SteakMou18yIs it worth it to learn how to cook when you already know how to paint and how to play curling ?
Is it worth it to get into python if you can handle c# and java?
undefined