4 odpowiedzi
+ 5
In my opinion, the advantages of Python:
- no need to use ;
- no { }
- synthax is easier to catch
+ 2
It's interpreted and dynamically typed. Others might see dynamically typed as an advantage, but I'd rather have to labour with type conversions than spent hours debugging because I put something somewhere and it now does something I didn't expect.
+ 1
well it is general purpose language, easy syntax, beginner friendly, extended third party libraries and it lets you focus on the task rather than worrying abt the syntax