As Thomas, says, experiment and find what you like. Personally I find knowing vim has its advantages:
- available on pretty much every *nix system ever, very handy if you have to SSH into a server to fix something - allows you to work without using the mouse, moving through files quickly and making edits - good extensions available to help with writing Python The downside is that some people find it hard at first to get the hang of a modal editor, but try the tutorial and that should help. Currently I use an IDE (PyCharm) with vim key bindings, which feels like a good mix for me. Ben 2012/3/19 Thomas G. Willis <[email protected]> > It's strictly a matter of preference which editor/ide you choose. try > them all and see which one you feel the most **productive** in. There's > plenty of information spanning decades on the internet for vim and emacs. > And there's plenty of high quality ide's for python now both free and > non-free. > > It's all about productivity and the journey towards it. > > > On Sunday, March 18, 2012 11:47:17 PM UTC-4, Igor wrote: >> >> Oh, that's a good point. You know, I've heard a lot about emacs and >> vim but never used them. Can you please give me some advices, why >> would i want to use one of them and maybe a link to starter's guide in >> using it for python development? >> >> On 19 мар, 00:00, "Thomas G. Willis" <[email protected]> wrote: >> > yeah that filled in a lot of gaps for me. It's too bad he didn't have >> time >> > to get into emacs pdbtrack. I've been wanting that for a while, but I >> have >> > to deal with further complexities due to how the appengine sdk manages >> > stdout and stderror. >> > >> > >> > >> > On Sunday, March 18, 2012 2:34:41 AM UTC-4, Igor wrote: >> > >> > > I just watched a video from PyCon 2012, where Chris McDonough were >> > > introducing Pdb, and i REALLY liked this presentation! >> > >> > > I'm still new in Python, so i felt my requirement in a debugger for >> > > just a few times, but i definitely wanted to dig into that, and here >> > > we are -- best introduction ever in video format :D >> > > So thank you very much, Chris, It's always a pleasure to listen to >> you >> > > and learn. >> > >> > > If somebody haven't seen it yet, as well as tons of other talks from >> > > the recent PyCon, i'm inviting you to visit this page >> > >http://pyvideo.org/category/**17/pycon-us-2012<http://pyvideo.org/category/17/pycon-us-2012> >> > >> > > Also, in my opinion, there were a couple of especially remarkable >> > > speeches, given by David Beazley and Guido Van Rossum: >> > >http://pyvideo.org/video/659/**keynote-david-beazley<http://pyvideo.org/video/659/keynote-david-beazley> >> > >http://pyvideo.org/video/956/**keynote-guido-van-rossum<http://pyvideo.org/video/956/keynote-guido-van-rossum> >> > >> > > Have fun! > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/pylons-discuss/-/QLragA8PifIJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
