472,958 Members | 1,814 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Why Python

Hello All,
I am looking for a programming language to use to write a database type
application to run on windows machines. Is python for me or pls suggest what
is.

Is there a page that explains in simple terms what Python can do on windows?
Is there an IDE?
Is the windows api pre wrapped?

Thanks
Tony
Jul 18 '05 #1
4 1931
"Tony Steward" <ts******@dodo.com.au> a écrit dans le message de news:
3f******@news.comindico.com.au...
Hello All,
I am looking for a programming language to use to write a database type
application to run on windows machines. Is python for me or pls suggest what is.
Search (google) for mxODBC. it's a commercial package (free for personal
use) that enables to play with any database that provides an ODBC driver
(Oracle, MySQL, MS Access, MS SQL*Server, Sybase...)

Is there a page that explains in simple terms what Python can do on windows? Is there an IDE?
Many 3rd party IDEs are available, free and commercial ones.
The standard Python distro comes with IDLE.
Is the windows api pre wrapped?
Not in the standard distro, but you can add win32all (google again) that
wraps most of the win32 native API. Plus a nice IDE.
If you don't want mxODBC, win32all comes with an ODBC module. But it's not
as rich as mxODBC.

Thanks


Welcome

--Gilles

Jul 18 '05 #2
Tony Steward wrote:
Hello All,
I am looking for a programming language to use to write a database type
application to run on windows machines. Is python for me or pls suggest what
is.
Python is excellent for database work.
Is there a page that explains in simple terms what Python can do on windows?
No single page, but with the win32 extensions, Python can access
Windows-specific stuff like COM and the win32 API just fine.
Is there an IDE?
There are, but if you're into thin GUI clients like VB6, there is no
direct equivalent. It's a lot more common to create GUIs from code
without form designers under Python.
Is the windows api pre wrapped?


Sure. Part of the win32 extensions.
http://starship.python.net/crew/mhammond/

Alternatively, you can use the Python distribution from ActiveState
which contains win32all already, plus some additional goodies like a
package management system and Python docs in Windows Help format.

-- Gerhard

Jul 18 '05 #3
Tony Steward wrote:
Hello All,
I am looking for a programming language to use to write a database type
application to run on windows machines. Is python for me or pls suggest what
is.

Is there a page that explains in simple terms what Python can do on windows?
Is there an IDE?
Is the windows api pre wrapped?

Thanks
Tony

Download the version for ActiveState. It has lots of Windows goodies.

Randall

Jul 18 '05 #4
Chuck Spears wrote:
There are, but if you're into thin GUI clients like VB6, there is no
direct equivalent.
LOL. Tell our VB guys who have to bundle VB6 runtimes, MDAC, and
other assorted Activex controls with their apps how thin VB6 clients
are.


I was mixing terms up. I was really meaning 'fat client' here (full
win32 GUI/database access, etc.) in contrast to a 'thin client'
(normally a browser-based interface with most processing happening on
the backend web-/database server)
If you want a truly thin windows client, use Delphi or C++
Builder.


Executable/runtime size is pretty much irrelevant under most
circumstances (read: intranets with scripted installs).

-- Gerhard

Jul 18 '05 #5

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

Similar topics

2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.