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

Krishnakant hackingkk at gmail.com
Wed Apr 15 08:54:25 EDT 2009


On Wed, 2009-04-15 at 05:22 -0700, Deep_Feelings 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 :
> 
Python of course fits such projects and due to the fact that it is fast
and zippi, it becomes the bes choice.
> 1- cross platform (windows + linux)
Very much.
> 2- mysql database access
The python-mysql module complies with the python db api and talks to
mysql.
As a side note, postgresql is a really scalable, robust and powerful
database and python has a very matured library for talking to it as
well. 
> 3- 2D graphs (curves)
Possible with many libraries.
> 4- support of international languages
> 5- can access a scanner and input pictures from it.
> 
Internationalisation is there in almost every language these days and
python is no exception.

happy hacking.
Krishnakant.





More information about the Python-list mailing list