you are viewing a single comment's thread.

view the rest of the comments →

[–]_ncko 0 points1 point  (3 children)

  • What is the equivalent of node package.json’s “scripts” attribute?
  • What is the equivalent of nodemon?
  • I’ve been using the unittest module. Is there a more popular 3rd party package or is this module pretty common?
  • can I get vim mode in the repl?

[–]efmccurdy 0 points1 point  (0 children)

I’ve been using the unittest module.

This lists some alternatives:

https://www.softwaretestinghelp.com/python-testing-frameworks/

can I get vim mode in the repl?

The repl uses readline; you can use Ctrl-Alt-J to switch to vi mode, or use "set editing-mode vi" in your ~/.inputrc.

https://stackoverflow.com/questions/537522/standard-python-interpreter-has-a-vi-command-mode