[sympy] astsearch

2014-04-30 Thread Aaron Meurer
Some people on this list might find this useful. http://takluyver.github.io/posts/astsearch-code-searching-that-knows-about-code.html We often grep the codebase to do refactorings, or fix some API, or whatever. This uses Python's ast to search, meaning it will filter out false positive, and should

Re: [sympy] astsearch

2014-04-30 Thread Brian Granger
Yes, I saw this - very beautiful! On Wed, Apr 30, 2014 at 9:30 AM, Aaron Meurer wrote: > Some people on this list might find this useful. > http://takluyver.github.io/posts/astsearch-code-searching-that-knows-about-code.html > > We often grep the codebase to do refactorings, or fix some API, or >

Re: [sympy] astsearch

2014-04-30 Thread Ondřej Čertík
Indeed, that's awesome. Ondrej On Wed, Apr 30, 2014 at 11:05 AM, Brian Granger wrote: > Yes, I saw this - very beautiful! > > On Wed, Apr 30, 2014 at 9:30 AM, Aaron Meurer wrote: >> Some people on this list might find this useful. >> http://takluyver.github.io/posts/astsearch-code-searching-tha

Re: [sympy] astsearch

2014-05-02 Thread F. B.
I use either Eclipse with the PyDev plugin, or vim and ctags. They can both perform regex search on Python's AST. Eclipse has also an excellent and easy-to-use debugger. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group a