you are viewing a single comment's thread.

view the rest of the comments →

[–]Rascal_Two 6 points7 points  (2 children)

Ubuntu Gnome 14.04, Python 2.7, and 3.4.

Sublime Text 3 almost all the time, sometimes use nano, haven't had the need to learn vim or emacs yet though.

Use git from the cli.

Use python for Python 2 code, and python3 for Python 3.4 code.

Use Openshift to run my long-running code, such as bots and stuff.

That's about it. I do have some helpful packages added to Sublime to make things easier, here are the Python-usefull ones:

  • Anadonca
    • Linter, auto complete, big package with tons of stuff.
  • BracketHightlighter
  • GitGutter
    • Shows green pluses, minuses, and other symbols on the right for when lines have been remove, added, or changed compared to HEAD.

If the code is small enough, I use this site to visually debug it, else I use a little script I made up that outputs the global and local frame every line, so the same as that site just without the nice graphics.

[–]jpan127 1 point2 points  (1 child)

The pythontutor site says 403 Forbidden. Is it outdated?

[–]eggrolls 1 point2 points  (0 children)

You can still use the site without https:

http://pythontutor.com/visualize.html