Programming in Python vs. programming in Java

后端 未结 13 1529
天命终不由人
天命终不由人 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:39

    Try to find algorithms that you understand well and see how they are implemented in python standard libraries.

    Persist. :)

提交回复
热议问题