Programming in Python vs. programming in Java

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

    You might consider immersing yourself in the Python paradigms. The best way is to first know what they are then explore the best practices by reading some literature and reviewing some code samples. I recommend Learning Python by Mark Lutz; great for beginners and advanced users.

    You'll do yourself a great injustice if you program with Python and fail to leverage all of the built-in, developer-friendly, Pythonic syntax.

    As my French teacher used to say, "French isn't just English with different words."

提交回复
热议问题