Chris Lasher wrote:
> Hello,
> Is there a Python-sensitive, Linux compatible IDE out there with
> standard bells and whistles (source browser, symbolic debugger, etc.)
> but with the action-per-keystroke editing capabilities of Vim? I have
> failed to turn up such an IDE in my Googling and IDE pr
David Pokorny wrote:
> Hi,
>
> Just wondering if anyone has considered macros for Python. I have one
> good use case. In "R", the statistical programming language, you can
> multiply matrices with A %*% B (A*B corresponds to pointwise
> multiplication). In Python, I have to type
>
> import Num