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?
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
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
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
--
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
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
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
> 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
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
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
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
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
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
13 matches
Mail list logo