python-mode
Python IDE
A plugin that brings Python development tools to Vim, providing an IDE-like experience without losing the flexibility of Vim.
Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.
5k stars
279 watching
776 forks
Language: Vim Script
last commit: 8 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
powerline/powerline | A plugin that provides extensible statuslines and prompts for various applications | 14,413 |
pyenv/pyenv | A tool for managing multiple Python versions on a system | 39,896 |
pysimplegui/pysimplegui | A Python GUI library that simplifies the development of desktop applications with a simple and intuitive interface. | 13,480 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,562 |
pyodide/pyodide | Enables the execution of Python code in web browsers and Node.js environments using WebAssembly | 12,406 |
pypi/warehouse | The software behind the Python Package Index. | 3,617 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
open-cogsci/pyqode.python | Adds Python support to PyQode, enabling features like code completion and syntax highlighting. | 1 |
pyenv-win/pyenv-win | A tool for managing multiple Python versions on Windows | 5,146 |
mongodb/mongo-python-driver | Provides an official Python driver for interacting with MongoDB databases. | 4,169 |
pdm-project/pdm | A modern package manager for Python supporting the latest PEP standards and providing a flexible plugin system for managing dependencies and projects. | 8,009 |
pypa/virtualenv | Creates isolated environments for Python applications. | 4,844 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,783 |
prompt-toolkit/ptpython | An interactive Python shell with advanced features and customizable interface | 5,241 |
facebook/pyre-check | Type-checking software for Python code | 6,885 |