Please help a newbie understand your workflow (python)

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • vim-ipython-cell

    Seamlessly run Python code in IPython from Vim

  • vim-slime

    A vim plugin to give you some slime. (Emacs)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • dotfiles

    My dotfiles (by fdschmidt93)

  • [a little lua](https://github.com/fdschmidt93/dotfiles/blob/master/nvim/.config/nvim/lua/repl.lua) that that allows me to (1) start ipython in shell conda env (2) restart ipython on the fly in same window (kill old buffer, start new terminal with ipython) and hook vim-slime to new buffer

  • vim-repl

    Best REPL environment for Vim

  • neoterm

    Wrapper of some vim/neovim's :terminal functions.

  • As others mentioned tmux is a viable option with the right keybinds, that said, my workflow improved significantly when I started using neoterm, it greatly simplifies the REPL process and uses neovim’s builtin terminal, all I have to do to send a line to the python interpreter is press gxx or if wish to send a block I’ll select it in visual mode and press gx - couldn’t be simpler than this.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts