adazeez1995
Legendary member
I would strongly advice beginners to start programing with java or c#. Python would be another option but its off-rule syntax can be troublesome. The use of indentation to define scope and block instead of the usual curly brace. Also its object oriented programs have some flows( not technically but synyatically), especially encapsulating of data with an underscore.
Also, python is not strongly typed as java and c# because it is dynamically typed unlike Java which is statically typed. This can lead to problems in code maintenance by other developers.
Also, python is not strongly typed as java and c# because it is dynamically typed unlike Java which is statically typed. This can lead to problems in code maintenance by other developers.