Re: Objects and validation

2010-12-13 Thread [email protected]
On 12 déc, 15:28, [email protected] wrote: > I have a routine in Python which is extracting information from a > website. This information is read and inserted into objects. > > I currently have all the validations and checks implemented in the > routines which are reading the HTML and crea

Re: Objects and validation

2010-12-12 Thread pakalk
On 12 Gru, 15:28, [email protected] wrote: > I have a routine in Python which is extracting information from a > website. This information is read and inserted into objects. > > I currently have all the validations and checks implemented in the > routines which are reading the HTML and crea

Objects and validation

2010-12-12 Thread python
I have a routine in Python which is extracting information from a website. This information is read and inserted into objects. I currently have all the validations and checks implemented in the routines which are reading the HTML and creating the objects. It is however also possible to move all th