Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Noufal Ibrahim KV
On Tue, Dec 31 2013, Sriram Karra wrote: > On Mon, Dec 30, 2013 at 10:27 PM, Noufal Ibrahim KV > wrote: > >> >> With Python, I don't really use tag jumping. With my own code base, if >> I'm tag jumping and moving around like that, I usually consider that an >> issue with the way my app is laid out

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Sriram Karra
On Mon, Dec 30, 2013 at 10:27 PM, Noufal Ibrahim KV wrote: > > With Python, I don't really use tag jumping. With my own code base, if > I'm tag jumping and moving around like that, I usually consider that an > issue with the way my app is laid out. With other peoples code, I > usually figure out w

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread ashish makani
Might be a little tangential, but maybe of interest to some A hn post on 'efficiently browsing text & code with emacs' https://news.ycombinator.com/item?id=3703760 ==> http://www.kirubakaran.com/articles/efficiently-browsing-text-or-code.html On Mon, Dec 30, 2013 at 10:27 PM, Noufal Ibrahim K

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Noufal Ibrahim KV
On Mon, Dec 30 2013, Abhishek L wrote: > I'm a happy user of elpy (https://github.com/jorgenschaefer/elpy) in > emacs for all python related things. It includes some popular > extensions for code-completion (Jedi/Rope backends), Code navigation > etc. It should be available in marmalade/MELPA rep

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Abhishek L
I'm a happy user of elpy (https://github.com/jorgenschaefer/elpy) in emacs for all python related things. It includes some popular extensions for code-completion (Jedi/Rope backends), Code navigation etc. It should be available in marmalade/MELPA repositories as well. Also I heard ein (https://git

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Mandar Vaze / मंदार वझे
> Some of my friends swear by PyCharm > http://www.jetbrains.com/pycharm/download/index.html > > One more person (me) who liked pycharm - but AFAIK it only supports Python (well) Since sriram talked about C/C++ code - probably Sublime is better suited (Although I haven't used it seriously) -Manda

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Aravind Kamble
Which one is better to navigate huge code and provide context help menu. On Mon, Dec 30, 2013 at 5:48 PM, kracekumar ramaraju < kracethekingma...@gmail.com> wrote: > Sublime 2/3 supports ctags which is based on exuberant ctags. > https://github.com/SublimeText/CTags . > > Note: I haven't used it

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread kracekumar ramaraju
Sublime 2/3 supports ctags which is based on exuberant ctags. https://github.com/SublimeText/CTags . Note: I haven't used it to browse large c/c++ code base. On Mon, Dec 30, 2013 at 5:18 PM, Dhruv Baldawa wrote: > -- > Dhruv Baldawa > (http://www.dhruvb.com) > > > On Mon, Dec 30, 2013 at 5:15 P

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Dhruv Baldawa
-- Dhruv Baldawa (http://www.dhruvb.com) On Mon, Dec 30, 2013 at 5:15 PM, ashish makani wrote: > I personally use sublime text > http://www.sublimetext.com/3 > > I use Sublime with Anaconda (https://sublime.wbond.net/packages/Anaconda). PyCharm is also great. > Some of my friends swear by PyCh

Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread ashish makani
I personally use sublime text http://www.sublimetext.com/3 Some of my friends swear by PyCharm http://www.jetbrains.com/pycharm/download/index.html *The only way to do great work is to love what you do. If you haven’t found it yet, keep looking. Don’t settle. As with all matters of the heart, you

[BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Sriram Karra
In a different era I used cscope and etags for browing massive C/C++ code bases. In this day and age I would like to believe there are better source browsing/navigation tools that should be available. Any particular tool(s) that really stand out? ___ Ban

Re: [BangPypers] Question regarding memory of uploaded files in Django

2013-12-30 Thread Noufal Ibrahim KV
On Mon, Dec 30 2013, Pranjal Mittal wrote: > Hi, > > I had a question regarding how *InMemoryUploadedFiles* work in Django. > I posted the question in Stackoverflow. Haven't got a good answer yet. > http://stackoverflow.com/questions/20827939/is-inmemoryuploadedfile-really-in-memory > > Any one ha

[BangPypers] Question regarding memory of uploaded files in Django

2013-12-30 Thread Pranjal Mittal
Hi, I had a question regarding how *InMemoryUploadedFiles* work in Django. I posted the question in Stackoverflow. Haven't got a good answer yet. http://stackoverflow.com/questions/20827939/is-inmemoryuploadedfile-really-in-memory Any one has a clue on how InMemoryUploadedFile(s) work in Django?