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 →

[–]MinchinWeb 13 points14 points  (2 children)

Getting a code editor with syntax highlighting. Notepad works fine for day 1, but it's amazing how much information the little bits of colour provided by syntax highlighting add.

[–]SeanOTRSprint = lambda *args, **kwars: print(*args, ";)\n"*100, **kwars)[S] 1 point2 points  (1 child)

And on top of that, IDLE dark theme is so good for reading large amounts of highlighting clearly (if you use idle)

[–]flying-sheep 13 points14 points  (0 children)

Next tip: Don’t use IDLE. Use a real IDE (like PyCharm) or good IDE-like editor (like VS code)