|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Could Python do this?
Currently looking into coding this in Delphi.
http://forums.devshed.com/t120831/s.html Would Python be an easier / quicker alternative? Cheers, G. |
|
#2
|
||||
|
||||
|
Quick answer, yes Python can do this. And you'd probably have more fun and get it done quicker than in Delphi!
The drawback being that not everything you need is built-in. You'll need to download and install Pythons COM extensions in the form of Mark Hammonds Win32 all. http://starship.python.net/crew/mhammond/ Also, if you want to make stand alone applications you'll need py2exe which wraps the interpreter and and need modules in a single stand alone file. http://starship.python.net/crew/theller/py2exe/ Mark. |
|
#3
|
|||
|
|||
|
Thanks for your advice, I'll look into it.
G. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > Could Python do this? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|