I don't have enough experience to compare with anything, ** Python error messages are concrete and easy to understand ** I feel that. Therefore, the error is not only a quick glance, To read the contents seriously I feel that it is a shortcut for error resolution.
This is an article to show such feelings.
The supplementary ** before that, the meaning of the colon (:) and semicolon (;) ** is The purpose is to show the meaning of the colon that often appears in error messages. The semicolon is for comparison.
The difference between a colon and a semicolon is I referred to the description on the following site. According to the following site (What is the difference between the ";" semicolon and the ":" colon? The meaning and usage of each) https://allabout.co.jp/gm/gc/471930/
The colon (:) is
The colon means "that is," "to give an example."
Example sentences are also quoted from the same site.
I like Japanese foods: sushi, tempura, and sukiyaki.
The semicolon (;) is
The image of a semicolon is that it is shorter than a period and longer than a comma as a sentence delimiter.
this Example sentences are also quoted from the same site.
I went to the library; Jonathan went to the theater.
Obviously, Even if it's an error message, it's English, so I have to know English I wrote the explanation of colon (:) and semicolon (;).
Use python without stress! (Become familiar with generator. It seems to be since1975.)
Use python without stress! (In Python, everything is implemented as an object) Use python without stress! (Close to Pylint) Use python without stress! (Expression and Statement) Learn Python carefully using both English and Japanese.
If you have any comments, please let us know. : candy: Will study,,,,
Recommended Posts