GIDForums  

Go Back   GIDForums > Computer Programming Forums > Python Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 15-Apr-2009, 07:04
docesam docesam is offline
New Member
 
Join Date: Apr 2009
Posts: 1
docesam is on a distinguished road

Electronic health care center in Python


I want to start programming a new program (electronic health care center) in python and before start learning python i wanna make sure that python does have all the features i need to accomplish this project so i wanna ask you does python able to support these features :

1- cross platform (windows + linux)
2- mysql database access
3- 2D graphs (curves)
4- support of international languages
5- can access a scanner and input pictures from it.

and possibly be able to import data from labratory machines (such as CBC machines) to automatically register patient investigations result into the system (not mandatory)

so can python (with any freely available libraries) do all that and still be cross platform ?

thankx in advance
  #2  
Old 16-Apr-2009, 04:09
crystalattice's Avatar
crystalattice crystalattice is offline
Aspiring author
 
Join Date: Apr 2004
Location: Japan (again)
Posts: 1,628
crystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nice

Re: Electronic health care center in Python


Quote:
Originally Posted by docesam
1- cross platform (windows + linux)
2- mysql database access
3- 2D graphs (curves)
4- support of international languages
5- can access a scanner and input pictures from it.

and possibly be able to import data from labratory machines (such as CBC machines) to automatically register patient investigations result into the system (not mandatory)
  1. Yes, though Python must be installed on Windows (it's included with Linux)
  2. Yes. Python can access nearly any database
  3. Not directly but you have a wide variety of GUI libraries to choose from, such as Qt, wxPython, or GTK
  4. Yes. Python 3 has Unicode support by default
  5. Most likely yes, if you know how to write I/O code. I haven't tried it myself but I don't see why it wouldn't work
  6. If Python can't do it directly, you can code it in C/C++ and bind it to Python
To answer your overall question, yes, Python should be up to the task you have envisioned. There may be certain things you can't do directly or won't be able to find a library to help with; in those cases, you will probably have to write the necessary code in C and use the Python bindings to link to it.
__________________
Start Programming with Python-A beginner's guide to programming and the Python language.
-------------
Common Sense v2.0-Striving to make the world a little bit smarter.
 
 

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find a mathematical formula for this recursion? transgalactic C Programming Language 8 12-Oct-2008 08:43
Python - Need help with time card script/wage calculator sigkill9 Python Forum 5 12-Mar-2008 22:01
Neutral Python book - the Quest for the Impossible? Kimmo Python Forum 1 04-Aug-2007 13:56
Urgent ! Pls Help Me ! mycashmoney C Programming Language 4 01-Jul-2006 23:49
Community Project Proposal dsmith Miscellaneous Programming Forum 71 19-Feb-2005 13:26

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 04:07.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.