Python platform.
Fredrik Lundh
fredrik at pythonware.com
Thu Sep 11 10:19:26 EDT 2008
carriere.jonathan at gmail.com wrote:
> I wonder if there is a platform written in python. The equivalent of
> the Netbeans platform http://platform.netbeans.org/ in the Python
> world. Do you know such a thing?
You (or maybe the Java folks) seem to have missed that platform has a
rather specific meaning in computing:
http://en.wikipedia.org/wiki/Platform_(computing)
Given that definition, Python is pretty much a platform in itself. If
you want to use Python for a specific task, you add libraries for that
task. Tell us what you want to do, and we'll tell you what libraries
and toolkits you might want to try.
</F>
More information about the Python-list
mailing list