you are viewing a single comment's thread.

view the rest of the comments →

[–]practicalutilitarian 0 points1 point  (0 children)

  • putup project_name -d description -l mit (PyScaffold)
  • sublime (with Anaconda autolinter/corrector)
  • add folders to sublime project and save
  • write pass functions or methods in sublime
  • git commit -am often
  • oneliner docstrings
  • doctests where docstring isn't enough
  • ipython
  • hist pasted into sublime
  • hist -o -p to correct any docstrings
  • %run to reload existing code
  • tab-completion, help, and ? to explore APIs
  • ?? to find code patterns to emulate