Code Monkey home page Code Monkey logo

python-x's Introduction

python-x.el: python.el extras for interactive evaluation

python-x extends the built-in python-mode (F. Gallina's) with several additional functions and behaviors inspired by ess-mode which are targeted to interactive code evaluation with an inferior Python process.

  • Additional evaluation and stepping by lines, paragraphs, sections and folds.
  • Evaluation feedback using volatile-highlights.
  • Navigation by sections/folds (like notebook/MATLAB code "cells"), with native support for expand-region.
  • Improved exception handling.
  • Improved ElDoc/Help behavior.

Use python-x-setup in your emacs startup:

(python-x-setup)

In any python-mode buffer use C-c C-p to start a new interpreter, then use C-c C-c to evaluate the current section. The default section delimiter is # --- but can be changed via python-section-delimiter to be similar to Spyder/Pyzo:

(setq python-section-delimiter "##")

See the python-x customization group for additional settings.

This package is fully documented in the source and maintained through MELPA:

https://melpa.org/#/python-x

python-x's People

Contributors

wavexx avatar amancebo avatar syohex avatar vspinu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.