473,385 Members | 2,015 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,385 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 1946
"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

0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
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...

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.