Re: SOAP and Zeep

2016-08-01 Thread Nicolas Évrard
recommended? We used zeep to communicate with SOAP webservices. We choose it over suds because it supports python3. I also happen to have a bug, and the maintainer quickly accepted my patch, so according to me it's a good choice. -- (°> Nicolas Évrard ( ) Liège `¯ -- https://mail.python.org

Re: E-commerce system in Python

2016-03-23 Thread Nicolas Évrard
uture. -- Nicolas Évrard - B2CK SPRL E-mail/Jabber: nicolas.evr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- https://mail.python.org/mailman/listinfo/python-list

Which type should be used when testing static structure appartenance

2015-11-17 Thread Nicolas Évrard
his issue (I realize it's not something of the utmost importance but rather a "philosophical" question). -- Nicolas Évrard - B2CK SPRL E-mail/Jabber: nicolas.evr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Migrate from Access 2010 / VBA

2012-11-29 Thread Nicolas Évrard
ir HIS software). Reporting is done through relatorio (http://relatorio.openhex.org/), which uses ODF templates to generate ODF reports (or other format thanks to unoconv) the client is written in GTk (we're writing one in JavaScript right now (and I miss python badly)). -- (°> Nicolas Évrard

Re: list-comprehension and map question (simple)

2005-03-27 Thread Nicolas Évrard
lines()]) I hope the question is clear enough. I have a feeling I'm ignoring a simple technique . . . lambda ! map(lambda x: timestwo(getlength(x)), ...) -- (°> Nicolas Évrard / ) Liège - Belgique ^^ -- http://mail.python.org/mailman/listinfo/python-list