|
Greetings -- as a long time user of both Python and Ruby interpreters,
I got used to the latter's syntax-coloring gem, wirble, which
colorizes Ruby syntax on the fly. Is there anything similar for
Python? | |
Share:
|
On Nov 1, 2007, at 1:45 PM, braver wrote:
Greetings -- as a long time user of both Python and Ruby interpreters,
I got used to the latter's syntax-coloring gem, wirble, which
colorizes Ruby syntax on the fly. Is there anything similar for
Python?
I believe IPython can do this: http://ipython.scipy.org/moin/
---
Lee Capps
Technology Specialist
CTE Resource Center lc****@cteresource.org | | |
On 2007-11-01, Lee Capps <lc****@cteresource.orgwrote:
>
On Nov 1, 2007, at 1:45 PM, braver wrote:
>Greetings -- as a long time user of both Python and Ruby interpreters, I got used to the latter's syntax-coloring gem, wirble, which colorizes Ruby syntax on the fly. Is there anything similar for Python?
I believe IPython can do this:
http://ipython.scipy.org/moin/
IPython's syntax coloring doesn't work with Windows 2000 and up,
since (last I checked) it relies on a readline.py file, which
relies on ANSI.SYS, which is not supported by the Windows
console.
--
Neil Cerutti | | |
On Nov 1, 2007 3:01 PM, Neil Cerutti <ho*****@yahoo.comwrote:
On 2007-11-01, Lee Capps <lc****@cteresource.orgwrote:
On Nov 1, 2007, at 1:45 PM, braver wrote:
Greetings -- as a long time user of both Python and Ruby
interpreters, I got used to the latter's syntax-coloring gem,
wirble, which colorizes Ruby syntax on the fly. Is there
anything similar for Python?
I believe IPython can do this: http://ipython.scipy.org/moin/
IPython's syntax coloring doesn't work with Windows 2000 and up,
since (last I checked) it relies on a readline.py file, which
relies on ANSI.SYS, which is not supported by the Windows
console.
If you scroll down about half a page in the above link you'll find a
link to a readline implementation for Windows.
--
Neil Cerutti
-- http://mail.python.org/mailman/listinfo/python-list | | |
On 2007-11-01, Chris Mellon <ar*****@gmail.comwrote:
On Nov 1, 2007 3:01 PM, Neil Cerutti <ho*****@yahoo.comwrote:
>On 2007-11-01, Lee Capps <lc****@cteresource.orgwrote:
>
On Nov 1, 2007, at 1:45 PM, braver wrote: Greetings -- as a long time user of both Python and Ruby interpreters, I got used to the latter's syntax-coloring gem, wirble, which colorizes Ruby syntax on the fly. Is there anything similar for Python?
I believe IPython can do this:
http://ipython.scipy.org/moin/ IPython's syntax coloring doesn't work with Windows 2000 and up, since (last I checked) it relies on a readline.py file, which relies on ANSI.SYS, which is not supported by the Windows console.
If you scroll down about half a page in the above link you'll
find a link to a readline implementation for Windows.
That pyreadline.py appears to be an improvement on the Windows
support when I last looked (6 months or so ago). Thanks for the
heads up.
--
Neil Cerutti | | |
Neil Cerutti wrote:
On 2007-11-01, Chris Mellon <ar*****@gmail.comwrote:
>On Nov 1, 2007 3:01 PM, Neil Cerutti <ho*****@yahoo.comwrote:
>>On 2007-11-01, Lee Capps <lc****@cteresource.orgwrote: On Nov 1, 2007, at 1:45 PM, braver wrote: Greetings -- as a long time user of both Python and Ruby interpreters, I got used to the latter's syntax-coloring gem, wirble, which colorizes Ruby syntax on the fly. Is there anything similar for Python? > I believe IPython can do this:
http://ipython.scipy.org/moin/ IPython's syntax coloring doesn't work with Windows 2000 and up, since (last I checked) it relies on a readline.py file, which relies on ANSI.SYS, which is not supported by the Windows console.
If you scroll down about half a page in the above link you'll find a link to a readline implementation for Windows.
That pyreadline.py appears to be an improvement on the Windows
support when I last looked (6 months or so ago). Thanks for the
heads up.
And it's worth looking at ipykit[1] which is a standalone
bundle of ipython py2exe-ed for Windows users.
TJG
[1] http://ipython.scipy.org/moin/IpyKit | | |
On 2007-11-02, Tim Golden <ma**@timgolden.me.ukwrote:
Neil Cerutti wrote:
>On 2007-11-01, Chris Mellon <ar*****@gmail.comwrote:
>>On Nov 1, 2007 3:01 PM, Neil Cerutti <ho*****@yahoo.comwrote: On 2007-11-01, Lee Capps <lc****@cteresource.orgwrote: On Nov 1, 2007, at 1:45 PM, braver wrote: >Greetings -- as a long time user of both Python and Ruby >interpreters, I got used to the latter's syntax-coloring gem, >wirble, which colorizes Ruby syntax on the fly. Is there >anything similar for Python? >> I believe IPython can do this: > http://ipython.scipy.org/moin/ IPython's syntax coloring doesn't work with Windows 2000 and up, since (last I checked) it relies on a readline.py file, which relies on ANSI.SYS, which is not supported by the Windows console. If you scroll down about half a page in the above link you'll find a link to a readline implementation for Windows.
That pyreadline.py appears to be an improvement on the Windows support when I last looked (6 months or so ago). Thanks for the heads up.
And it's worth looking at ipykit[1] which is a standalone
bundle of ipython py2exe-ed for Windows users.
TJG
[1] http://ipython.scipy.org/moin/IpyKit
I installed the new version and the coloring works out of the box
on Windows 2000 with Gary's PyReadline 1.4.4.
--
Neil Cerutti
If you throw at someone's head, it's very dangerous, because in the head is
the brain. --Pudge Rodriguez | | |
On Nov 1, 12:45 pm, braver <delivera...@gmail.comwrote:
Greetings -- as a long time user of both Python and Ruby interpreters,
I got used to the latter's syntax-coloring gem, wirble, which
colorizes Ruby syntax on the fly. Is there anything similar for
Python?
What's wrong with IDLE? There's a plug-in for Eclipse that does syntax
highlighting and more as well. So does ActiveState's ActivePython.
Even Notepad++ can do highlighting.
Mike | | This discussion thread is closed Replies have been disabled for this discussion. Similar topics
7 posts
views
Thread by Ruthless |
last post: by
|
699 posts
views
Thread by mike420 |
last post: by
|
11 posts
views
Thread by Xah Lee |
last post: by
|
reply
views
Thread by Markk |
last post: by
|
2 posts
views
Thread by Dan |
last post: by
|
5 posts
views
Thread by DIBS |
last post: by
|
3 posts
views
Thread by astromog |
last post: by
|
3 posts
views
Thread by mosi |
last post: by
| | | | | | | | | | | |