Re: [BangPypers] meta programming

2009-12-01 Thread Nishanth Amuluru
On Tue, Dec 1, 2009 at 11:56 AM, steve wrote: > On 11/26/2009 05:06 PM, mahaboob_sub...@dellteam.com wrote: > >> Hi All, >> >> >> >> Is there any good python Meta programming tutorial? >> > Here is a list of all the links to the articles I collected while learning metaprogramming http://delicious

Re: [BangPypers] Suggest me a book for ORM

2009-12-01 Thread Dhananjay Nene
Srinivas, While I am not aware of a book, some useful readings are likely to be found in the "Data" section at http://www.ambysoft.com/onlineWritings.html (I read a lot of his articles many years ago, and did find them quite useful then. Dhananjay Srinivas Reddy Thatiparthy wrote: Hi all,

Re: [BangPypers] Suggest me a book for ORM

2009-12-01 Thread Srinivas Reddy Thatiparthy
Thanks for the link. Regards, Srinivas Reddy Thatiparthy. -- "So say...Day by day, in every way, I am getting better, better and better !!!" "A Strong and Positive attitude creates more miracles than anything else.Because...Life is 10% how you make it, and 90% how you take it" "Diamond is ano

Re: [BangPypers] Suggest me a book for ORM

2009-12-01 Thread Naresh Khalasi
Check this out - http://www.agiledata.org/essays/mappingObjects.html On Tue, Dec 1, 2009 at 2:25 PM, Srinivas Reddy Thatiparthy < srinivas_thatipar...@akebonosoft.com> wrote: > Thanks for the link. > > Regards, > Srinivas Reddy Thatiparthy. > -- > "So say...Day by day, in every way, I am ge

[BangPypers] Google Wave Presentation

2009-12-01 Thread Anand Balachandran Pillai
Link to presentation gave in Python Colgone User Group recently on Google wave and extending it using robots by Alexander Benker. http://www.slideshare.net/abenker/20091014-google-wave -- --Anand ___ BangPypers mailing list BangPypers@python.org http:/

[BangPypers] Future of XML Processing

2009-12-01 Thread Praveen Kumar
*Virtual Token Descriptor for eXtensible Markup Language* (VTD-XML) refers to a collection of cross-platform XML processing technologies centered around a non-extractive XML "document-centric" parsing technique called Virtual Token Descriptor (VTD).

Re: [BangPypers] Multiple versions of Python

2009-12-01 Thread Sridhar Ratnakumar
On Wed, Nov 11, 2009 at 10:12 PM, Noufal Ibrahim wrote: > Someone on this list asked a while ago about installing and using > different versions of Python on the same machine. Here's something > relevant that might be useful. > http://tartley.com/?p=883 This is not necessary for ActivePython [act

Re: [BangPypers] apycot

2009-12-01 Thread Siddharta
Noufal Ibrahim wrote: Not really. I am planning to use Buildbot for CI but as part of the build process, I'd like to run some tests as well. I need some flexibility with regards to accounting of the tests (how many passed, how many failed etc.). The tests will be disparate. Some will be shell scr