Programming in Python vs. programming in Java

后端 未结 13 1524
天命终不由人
天命终不由人 2020-12-23 09:45

I\'ve been writing Java for the last couple of years , and now I\'ve started to write in python (in addition).

The problem is that when I look at my Python code it

13条回答
  •  盖世英雄少女心
    2020-12-23 10:26

    Definitely not a panacea but I think you should try some code golf in Python. Obviously nobody should write "golfed" code IRL, but finding the most terse way to express something really forces you to exploit the built in functionality of the language.

提交回复
热议问题