Jetbrains have released a free version of their Python IDE

Free Community Edition — for pure Python coding and learning Intelligent Editor, with code completion, on-the-fly error highlighting, auto-fixes, etc. Automated code refactorings and rich navigation capabilities Integrated debugger and unit testing support Native VCS integrations Customizable UI and key-bindings, with VIM emulation available And much more, all available under the Apache 2 license via …

Continue reading ‘Jetbrains have released a free version of their Python IDE’ »

Using GNU Stow to manage your dotfiles

Using GNU Stow to manage your dotfiles. Never used GNU Stow before, the typical use of this is software deployment (eg – install python in /usr/local/python27 and this can manage creating links into /usr/local/bin etc). Could be very useful for automated deployment scripts – is available in EPEL for RHEL / Centos.