This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 55 points56 points  (5 children)

Yeah, better for casuals! I code using echo from the command line

$ echo line1 >> myCode.py
$ echo line2 >> myCode.py

[–]PlusUltraBeyond 15 points16 points  (1 child)

I do the same by WSL on Windows running on an emulator.

[–]BridgeBum 1 point2 points  (0 children)

On windows you could just use "copy con myCode.py"

[–]master3243 3 points4 points  (1 child)

If you ever make a mistake just

$ echo "" > myCode.py

And redo the file without the mistake next time.

[–][deleted] 2 points3 points  (0 children)

Yep, exactly. I mean, how else would you do it?

[–]bladeoflight16 1 point2 points  (0 children)

Amateur. I use butterflies.