python增強解釋器:bpython

jopen 12年前發布 | 31K 次閱讀 Python Python開發

bpython 是一個增強的 Python 交互解釋器,使用 curses 包開發,提供了實時的語法高亮、代碼自動完成、函數參數自動完成等功能。bpython 是一個增強的 Python 交互解釋器,使用 curses 包開發,提供了實時的語法高亮、代碼自動完成、函數參數自動完成等功能。

  • In-line syntax highlighting.
  • Readline-like autocomplete with suggestions displayed as you type.
  • Expected parameter list for any Python function.
  • "Rewind" function to pop the last line of code from memory and re-evaluate.
  • Send the code you've entered off to a pastebin.
  • Save the code you've entered to a file.
  • Auto-indentation.
  • Python 3 support.

python增強解釋器:bpython

項目主頁:http://www.baiduhome.net/lib/view/home/1350702519055

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!