The Artima Developer Community
Sponsored Link

Python Buzz Forum
Signs of life, not that Pythonous, though

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jarno Virtanen

Posts: 109
Nickname: jajvirta
Registered: May, 2003

Jarno Virtanen is a university student for life, it seems, and a part time software developer
Signs of life, not that Pythonous, though Posted: Mar 12, 2004 3:45 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Jarno Virtanen.
Original Post: Signs of life, not that Pythonous, though
Feed Title: Python owns us
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: A weblog about Python from the view point of Jarno Virtanen.
Latest Python Buzz Posts
Latest Python Buzz Posts by Jarno Virtanen
Latest Posts From Python owns us

Advertisement

I have had a particularly uninspiring period of life Python-wise and since I don't actually program that much with Python, let alone something dashy, nowadays, there is nothing much to say here. But I'll try and get my act together and start writing here, something.

The little Python related fiddling I've done recently was to toy around with Java, Jython and Swing as a desperate act to cook up an enhanced GUI for Jython interactive interpreter. See, the interactive interpreter is useful as such, yes, but to fire up an instance of a class FidilyDidilyDoo in package com.mycompany.thatproject.thisthingy is rather too painful to type, because it takes too many keystrokes.

So the cure for this is to emulate Eclipse IDE and to provide an auto-import based on code completion. And that's what I've been doing, but the average time of few minutes per day devoted to the project doesn't advance it quite as much as I would like.

The hundred dollar question, then, is whether this his been done already. I think the answer is 'yes', but I'm too lazy and incompetent to find that project. Pointers appreciated. (Pity I don't have a comment system here.) Bonus points for an Eclipse Plugin, that gives me the interactive interpreter in a Eclipse view and knows about my project's Java classes. (That's something else I've been toying around with, but that's not even remotely close to a point worth shouting around.)

(Yes, for further directions, I think it would be wise to take a look at pyrepl's and rlcompleter2's guts, even though they are not that Java/Jython-friendly UI-wise.)

Read: Signs of life, not that Pythonous, though

Topic: SQLObject 0.5.2 Previous Topic   Next Topic Topic: Python 2.3 Logging Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use