Tips for a *nix python cli - Programming On Unix
Users browsing this thread: 1 Guest(s)
|
|||
Not really anything to do with cli applications, but great for rapid development: Bpython utilises urwid to create an amazingly clean interpreter that offers not only proper tab completion, an expected parameter list and upload to pastebin functionality, but also syntax highlighting, the ability to rewind your input and much more.
In my opinion, bpython is almost an essential piece of software for any python developer who enjoys both functionality and an aesthetically pleasing interface. |
|||
Messages In This Thread |
Tips for a *nix python cli - by venam - 11-06-2013, 05:36 AM
RE: Tips for a *nix python cli - by gurhush - 12-06-2013, 07:30 PM
RE: Tips for a *nix python cli - by venam - 12-10-2014, 07:25 AM
RE: Tips for a *nix python cli - by b4dtR1p - 12-10-2014, 08:38 AM
RE: Tips for a *nix python cli - by projektile - 13-10-2014, 03:09 AM
RE: Tips for a *nix python cli - by ashen - 14-09-2015, 08:45 PM
RE: Tips for a *nix python cli - by venam - 15-09-2015, 01:52 AM
RE: Tips for a *nix python cli - by darthlukan - 15-09-2015, 02:18 AM
RE: Tips for a *nix python cli - by venam - 15-09-2015, 03:16 AM
RE: Tips for a *nix python cli - by darthlukan - 15-09-2015, 10:29 AM
RE: Tips for a *nix python cli - by ki113d - 17-09-2015, 10:15 PM
RE: Tips for a *nix python cli - by venam - 03-10-2015, 09:57 AM
|