473,399 Members | 3,401 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Python platform.

Hello all;

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?

Thanks a lot.

Jonathan.
Sep 11 '08 #1
9 1569
ca***************@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>

Sep 11 '08 #2
On Sep 11, 4:19*pm, Fredrik Lundh <fred...@pythonware.comwrote:
carriere.jonat...@gmail.com wrote:

*I wonder if there is a platform written in python. The equivalent of
*the Netbeans platformhttp://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>
I want to build a desktop application. I am searching for some kind of
environment that would provide all the elements ready (Windows...).
Then I would have to code the business logic only.

Jonathan.
Sep 11 '08 #3
carriere.jonat...:
I want to build a desktop application. I am searching for some kind of
environment that would provide all the elements ready (Windows...).
Then I would have to code the business logic only.
I don't think there's such thing in Python, "all elements ready"
sounds strange :-)

Maybe you may appreciate Dabo: http://dabodev.com/
Or maybe Pythoncard?

Bye,
bearophile
Sep 11 '08 #4
On Sep 11, 11:13*am, "carriere.jonat...@gmail.com"
<carriere.jonat...@gmail.comwrote:
On Sep 11, 4:19*pm, Fredrik Lundh <fred...@pythonware.comwrote:
carriere.jonat...@gmail.com wrote:
*I wonder if there is a platform written in python. The equivalent of
*the Netbeans platformhttp://platform.netbeans.org/inthe 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>

I want to build a desktop application. I am searching for some kind of
environment that would provide all the elements ready (Windows...).
Then I would have to code the business logic only.

Jonathan.
What's business logic?
Sep 11 '08 #5
ca***************@gmail.com wrote:
I want to build a desktop application. I am searching for some kind of
environment that would provide all the elements ready (Windows...).
Then I would have to code the business logic only.
start here:

http://wiki.python.org/moin/GuiProgramming

The big ones are Tkinter, which is usually bundled with Python;
wxPython, and PyQt. There's also a trend towards using the web browser
as a presentation engine also for local applications; for libraries that
help you with that, you can start here:

http://wiki.python.org/moin/WebProgramming

or jump directly to

http://www.djangoproject.com/

</F>

Sep 11 '08 #6
On Sep 11, 9:59*am, Fredrik Lundh <fred...@pythonware.comwrote:
carriere.jonat...@gmail.com wrote:
I want to build a desktop application. I am searching for some kind of
environment that would provide all the elements ready (Windows...).
Then I would have to code the business logic only.

start here:

* *http://wiki.python.org/moin/GuiProgramming

The big ones are Tkinter, which is usually bundled with Python;
wxPython, and PyQt. *There's also a trend towards using the web browser
as a presentation engine also for local applications; for libraries that
help you with that, you can start here:

* *http://wiki.python.org/moin/WebProgramming

or jump directly to

* *http://www.djangoproject.com/

</F>
I saw a message in the last few days showing how to use Flash as a
front end for Python apps. It looked interested.

Can anyone point me to it?

~Sean
Sep 11 '08 #7
On Sep 11, 11:39*am, Sean DiZazzo <half.ital...@gmail.comwrote:
On Sep 11, 9:59*am, Fredrik Lundh <fred...@pythonware.comwrote:
carriere.jonat...@gmail.com wrote:
I want to build a desktop application. I am searching for some kind of
environment that would provide all the elements ready (Windows...).
Then I would have to code the business logic only.
start here:
* *http://wiki.python.org/moin/GuiProgramming
The big ones are Tkinter, which is usually bundled with Python;
wxPython, and PyQt. *There's also a trend towards using the web browser
as a presentation engine also for local applications; for libraries that
help you with that, you can start here:
* *http://wiki.python.org/moin/WebProgramming
or jump directly to
* *http://www.djangoproject.com/
</F>

I saw a message in the last few days showing how to use Flash as a
front end for Python apps. *It looked interested.

Can anyone point me to it?

~Sean
Ahh...i see. It was the xml-rpc method you mentioned. Looks
interesting to me if it's fairly responsive for normal gui apps.

http://www.artima.com/weblogs/viewpo...?thread=208528

~Sean
Sep 11 '08 #8
What's business logic?
an oxymoron?
Sep 11 '08 #9
On Sep 11, 8:56*am, "carriere.jonat...@gmail.com"
<carriere.jonat...@gmail.comwrote:
Hello all;

I wonder if there is a platform written in python. The equivalent of
the Netbeans platformhttp://platform.netbeans.org/in the Python
world. Do you know such a thing?

Thanks a lot.

Jonathan.
Check out Eric (http://www.die-offenbachs.de/eric/) - it's not as
solid as Netbeans (way lower funding, fewer developers by a large
margin), but it works fine. Better still you have the source at your
fingertips when you're using it - it's written in Python.

Personally I have not had much success with the Windows version, but
the Linux version works out of the box for me.
Sep 14 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Thomas Weholt | last post by:
Hi, I've been using Python on both Windows 2000 and Linux for some time now. On Windows I've used PythonWin as editor, Emacs on Linux. This has been working ok so far. Now as Python will be a...
14
by: Tuang | last post by:
Does anyone (esp. Alex, if you're listening) know if there is an update of Python in a Nutshell coming for Python 2.4?
20
by: Ilias Lazaridis | last post by:
" A cooperation between Sun Microsystems and IBM&Co. in conjunction with liberal & high evolutive communities would result in an nearly unbeatable programming platform. My evaluation has shown:...
11
by: Grant Edwards | last post by:
I've read over and over that Python leaves floating point issues up to the underlying platform. This seems to be largely true, but not always. My underlying platform (IA32 Linux) correctly...
16
by: bobrik | last post by:
Hello, I am using the Python DB API for access to MySQL. But it is not platform-independent - I need a module not included in Python by default - python-mysql, and it uses a compiled binary...
8
by: Aravind | last post by:
hi, some of my friends told that python and java are similar in the idea of platform independency. Can anyone give me an idea as i'm a newbie to java and python but used to C++. My idea is to...
7
by: Chris | last post by:
I have an database containing lots of numerical data. I want to write a browser based interface that will allow selection of various key parameters and yield tables, plots and/or printouts of the...
27
by: scott | last post by:
Hi all, I have been looking at the various programming languages available. I have programed in Basic since I was a teenager and I also have a basic understanding of C, but I want something...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 385 open (+21) / 3790 closed (+21) / 4175 total (+42) Bugs : 1029 open (+43) / 6744 closed (+43) / 7773 total (+86) RFE : 262 open...
145
by: Dave Parker | last post by:
I've read that one of the design goals of Python was to create an easy- to-use English-like language. That's also one of the design goals of Flaming Thunder at http://www.flamingthunder.com/ ,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.