(1) Click Atom-> Preferences ...-> Install-> Search for whitespace-> Settings.
(2) Check the Ignore Whitespace Only Lines check box.
When I try to copy and execute a Python script into a Python shell, I get an IndentationError.
When saving a file with Atom, the blank line indent space was automatically deleted. (It was indented with 2 spaces as in the 12th line below, but it is automatically deleted as in the 10th line)
I'm studying Python beginners and deep learning. Until the memo. Was it too known to search? I thought it was a specification. Reference: http://takezoe.hatenablog.com/entry/2015/06/21/021254
To use Python3, add the following to config.cson in Atom-> Config.
>"*":
> 〜
> runner:
> scopes:
> python: "Python3"
Recommended Posts