Using PIDA to develop my blog
![]() |
| From public |
Click above to see big image.
Before, I used vim to develop. After one friend suggested pida to me, I cannot leave it. Here I copy some words from the official site of PIDA :
PIDA is an IDE (integrated development environment). PIDA is different from other IDEs in that it will use the tools you already have available rather than attempting to reinvent each one. PIDA is written in Python with the PyGTK toolkit, and although is designed to be used to program in any language, PIDA has fancy Python IDE features.
PIDA use vim or emacs as its text editor, that's so nice. And you can make several settings to help you fasten your development. I made 'runserver' controller to test on local machine and 'update' to update my modification.
Another thing is that PIDA support version control, I think many people would like it.
