need to start a new project , can python do all that ?

Chris Rebert clp2 at rebertia.com
Wed Apr 15 08:40:31 EDT 2009


On Wed, Apr 15, 2009 at 5:22 AM, Deep_Feelings <doctoresam at gmail.com> wrote:
> 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)
Yes, Python is cross-platform. Did you glance at python.org ?

> 2- mysql database access
http://mysql-python.sourceforge.net/

> 3- 2D graphs (curves)
http://matplotlib.sourceforge.net/

> 4- support of international languages
Yes, it supports Unicode.

> 5- can access a scanner and input pictures from it.
I was unable to locate anything, but some GUI library might have bindings.

> 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)
Way too vague for me to google for.

Cheers,
Chris
-- 
I have a blog:
http://blog.rebertia.com



More information about the Python-list mailing list