Re: Domain Driven Design and Python

2009-04-17 Thread Terry Reedy
José María wrote: DDD is more or less a methodology. I've used it with C# and I like it very much. The objetive of DDD is to create software that mirror the domain of the problem, you isolate this domain from the technical "problems" (persistence, services,GUI). I presume that many Python prog

Re: Domain Driven Design and Python

2009-04-17 Thread Kay Schluehr
On 16 Apr., 19:44, José María wrote: > Hi, > > I've been searching for information about the application of DDD > principles in > Python and I did'nt found anything! > Is DDD obvious in Python or is DDD inherent to static languages like > Java or C#? If you couldn't find anything I conclude that

Re: Domain Driven Design and Python

2009-04-16 Thread José María
On Apr 16, 7:11 pm, Stef Mientki wrote: > José María wrote: > > Hi, > > > I've been searching for information about the application of DDD > > principles in > > Python and I did'nt found anything! > > > Is DDD obvious in Python or is DDD inherent to static languages like > > Java or C#? > > > Chee

Re: Domain Driven Design and Python

2009-04-16 Thread Stef Mientki
José María wrote: Hi, I've been searching for information about the application of DDD principles in Python and I did'nt found anything! Is DDD obvious in Python or is DDD inherent to static languages like Java or C#? Cheers. -- http://mail.python.org/mailman/listinfo/python-list I'm not a

Re: Domain Driven Design and Python

2009-04-16 Thread Chris Rebert
On Thu, Apr 16, 2009 at 10:44 AM, José María wrote: > Hi, > > I've been searching for information about the application of DDD > principles in > Python and I did'nt found anything! > > Is DDD obvious in Python or is DDD inherent to static languages like > Java or C#? Reading the Wikipedia article

Domain Driven Design and Python

2009-04-16 Thread José María
Hi, I've been searching for information about the application of DDD principles in Python and I did'nt found anything! Is DDD obvious in Python or is DDD inherent to static languages like Java or C#? Cheers. -- http://mail.python.org/mailman/listinfo/python-list