+ 1
Izz python coding easy? ??
2 Antworten
+ 2
The simplest in my opinion. With many built in function, open source, and hard to make compiling errord with small mistakes (such as missing a ; )
A lot of help can be found online and with Pycharm as addition there are useful plug ins, hotkeys, and more.
+ 2
Yes, it's as easy as object-oriented languages come. Being a high level language, writing code in Python is sometimes almost like typing instructions in plain English (although with very specific constraints). However, like any language, it still follows programming logic, of course.
Python is a good gateway to learn lower level oop languages, like Java.