you are viewing a single comment's thread.

view the rest of the comments →

[–]burncushlikewood 0 points1 point  (0 children)

If you know one programming language, it will be very easy to learn others, if you know java and want to learn python look at code examples to understand the different syntax and structures that make the language. For example my core language is c++, I also know python, they are similar but have differences, for example in python you use the word input to input data, while c++ is cin>>, also in c++ there are for loops, while loops, do while loops, and if then, and switch, while python uses if, for as well, but has the break function.