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 mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers
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!
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
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']])])"
__
Also look into djangobook.com.
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers
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
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
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
__