Re: [BangPypers] Using pysvn how can i capture the log of checkout() and return code of the checkout() to use the exit code of check out activcity basically .

2013-10-08 Thread babmis
Here is the code i am trying: 2 from pysvn import wc_status_kind 3 import pysvn 4 import os, os.path 6 import re 7 8 def createSVNClient(): 9 """Create a pysvn client, and setup some callback and options. 10 """ 11 12 def login(*

[BangPypers] Using pysvn how can i capture the log of checkout() and return code of the checkout() to use the exit code of check out activcity basically .

2013-10-08 Thread babmis
___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Beginner to Django Framework

2013-10-08 Thread ragsagar
On Tue, Oct 8, 2013 at 5:13 PM, Kartik Singhal wrote: > On Tue, Oct 8, 2013 at 5:44 PM, ragsagar wrote: > > > Don't follow djangobook.com. It is outdated! > > > > It is, as it says on the homepage, but is still full of useful concepts > that are very hard to gather from the docs directly. True!

Re: [BangPypers] Beginner to Django Framework

2013-10-08 Thread Kartik Singhal
On Tue, Oct 8, 2013 at 5:44 PM, ragsagar wrote: > Don't follow djangobook.com. It is outdated! > It is, as it says on the homepage, but is still full of useful concepts that are very hard to gather from the docs directly. Just need to be ready to face variations in the features/syntax that you w

Re: [BangPypers] Beginner to Django Framework

2013-10-08 Thread ragsagar
On Tue, Oct 8, 2013 at 11:50 AM, kracekumar ramaraju < kracethekingma...@gmail.com> wrote: > Also look into djangobook.com. Don't follow djangobook.com. It is outdated! -- blog : ragsagar.wordpress.com mail id : python -c "print '@'.join(['ragsagar','.'.join([x for x in ['gmail','com']])])" __

Re: [BangPypers] Beginner to Django Framework

2013-10-08 Thread kracekumar ramaraju
Also look into djangobook.com. ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Beginner to Django Framework

2013-10-08 Thread Bibhas Ch Debnath
Django documentation is more that enough to get started. Try the tutorial there. On Oct 8, 2013 12:43 PM, "Prasad Karani" wrote: > Hi All, > > > Can you please help me with getting started with Django Framework as i have > start work on it sometime in near future (current work on java based Test

Re: [BangPypers] Beginner to Django Framework

2013-10-08 Thread Shoan Motwani
I had a good start with the official tutorials at https://docs.djangoproject.com/en/1.5/ On 8 October 2013 12:39, Prasad Karani wrote: > Hi All, > > > Can you please help me with getting started with Django Framework as i have > start work on it sometime in near future (current work on java based

[BangPypers] Beginner to Django Framework

2013-10-08 Thread Prasad Karani
Hi All, Can you please help me with getting started with Django Framework as i have start work on it sometime in near future (current work on java based Test Automation and have basic knowledge of python). Please suggest me good book for the same. Thanks, Prasad Karani __