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

2009-04-19 Thread Jeroen Ruigrok van der Werven
-On [20090415 14:25], Deep_Feelings (doctore...@gmail.com) wrote: 4- support of international languages http://babel.edgewall.org/ -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B

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

2009-04-18 Thread Tim Rowe
2009/4/17 Hyuga hyugaricd...@gmail.com: I'm not too assured... What are the actual requirements for this software?  Is this intended for real world use in health care?  I'm not too comfortable with a single individual with apparently limited experience in Python developing something like

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

2009-04-17 Thread Hyuga
On Apr 15, 10:54 am, Deep_Feelings doctore...@gmail.com wrote: On Apr 15, 4:05 pm, Tim Rowe digi...@gmail.com wrote: 2009/4/15 Deep_Feelings doctore...@gmail.com: I want to start programming a new program (electronic health care center) in python and before start learning python i

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

2009-04-16 Thread Tim Rowe
2009/4/15 Rhodri James rho...@wildebst.demon.co.uk: That's not sufficient.  It isn't enough that your program works, it also has to satisfy the regulatory authorities otherwise (depending on what country you're in) you could end up on the wrong end of some very expensive law-suits without

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

2009-04-15 Thread Deep_Feelings
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

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

2009-04-15 Thread Brendon Wickham
Python is a programming language, and like practically any programming language it can do all those things. I'm not sure your requirements are based on a full understanding of the implications. A health care center' cannot be made with a few drag and drop, plug and play modules that you manipulate

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

2009-04-15 Thread Chris Rebert
On Wed, Apr 15, 2009 at 5:22 AM, Deep_Feelings doctore...@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

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

2009-04-15 Thread Krishnakant
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

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

2009-04-15 Thread Tim Rowe
2009/4/15 Deep_Feelings doctore...@gmail.com: 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

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

2009-04-15 Thread Deep_Feelings
On Apr 15, 4:05 pm, Tim Rowe digi...@gmail.com wrote: 2009/4/15 Deep_Feelings doctore...@gmail.com: 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

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

2009-04-15 Thread Deep_Feelings
now going into python i found that python 3 is just out but recourses are limited (including IDEs) any help on that ? -- http://mail.python.org/mailman/listinfo/python-list

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

2009-04-15 Thread Stef Mientki
there's even already written an EPD in Python, but I can't find it right now, googling is difficult, because EPD stand for the more popular Ebthought Python Distro :-( cheers, Stef -- http://mail.python.org/mailman/listinfo/python-list

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

2009-04-15 Thread Rhodri James
On Wed, 15 Apr 2009 15:54:45 +0100, Deep_Feelings doctore...@gmail.com wrote: thank you so much ,rest assured that the code will me tested very well (in real world situation) before using it. That's not sufficient. It isn't enough that your program works, it also has to satisfy the

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

2009-04-15 Thread Deep_Feelings
On Apr 16, 1:59 am, Rhodri James rho...@wildebst.demon.co.uk wrote: On Wed, 15 Apr 2009 15:54:45 +0100, Deep_Feelings doctore...@gmail.com   wrote: thank you so much ,rest assured that the code will me tested very well (in real world situation) before using it. That's not sufficient.  It

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

2009-04-15 Thread Aahz
In article 9061ea8f-b4aa-4dbc-89c9-ae6848033...@k2g2000yql.googlegroups.com, Deep_Feelings doctore...@gmail.com wrote: now going into python i found that python 3 is just out but recourses are limited (including IDEs) any help on that ? Stick with Python 2.x -- Aahz (a...@pythoncraft.com)