# vim-as-a-python-ide **Repository Path**: better_fly/vim-as-a-python-ide ## Basic Information - **Project Name**: vim-as-a-python-ide - **Description**: Example code from my PyCon APAC 2012 talk. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vim as a Python IDE This is the code for my PyCon APAC 2012 talk about Vim as Python IDE. Video: https://www.youtube.com/watch?v=YhqsjUUHj6g Slides: https://speakerdeck.com/u/mbrochh/p/vim-as-a-python-ide You can also find the slides as a PDF in this repository. If you want to start using Vim for the first time, have a look at the ``.vimrc`` file in this repository and gradually uncomment everything. Then install the plugins mentionned at the bottom of the file and you should be good to go. Please note that I am no longer using the [python-mode](https://github.com/klen/python-mode) plugin. Instead I am now using the [jedi-vim](https://github.com/davidhalter/jedi-vim/) plugin, which I find a bit easier to configure and it seems to have better auto-completion features.