Re: [BangPypers] Beginner to Django Framework

2013-10-11 Thread svaksha
https://code.djangoproject.com/wiki/DjangoResources , has a bunch of useful links too. ॥ svaksha ॥ ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Beginner to Django Framework

2013-10-11 Thread L. Guruprasad
On Tuesday 08 October 2013 06:43 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. Jus

Re: [BangPypers] Beginner to Django Framework

2013-10-10 Thread Amber Jain
On Tue, Oct 8, 2013 at 8:25 PM, Saurabh Kumar wrote: > On Tue, Oct 8, 2013 at 12:39 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-09 Thread Venkatesh Prabhu
there is workshop this sunday at YOUTHSTORY about DJANGO. how to build a basic site using DJANGo if u wanna start from scratch.. On Wed, Oct 9, 2013 at 7:21 PM, Arun Ravindran wrote: > Prasad, > > At this point, Django books except for Two Scoops of Django are outdated > with the current releas

Re: [BangPypers] Beginner to Django Framework

2013-10-09 Thread Arun Ravindran
Prasad, At this point, Django books except for Two Scoops of Django are outdated with the current release in varying degrees of compatibility. I have posted a couple of screencasts and articles on learning Django, if you are interested in a shorter format: http://arunrocks.com/building_a_blog_in

Re: [BangPypers] Beginner to Django Framework

2013-10-09 Thread Saurabh Kumar
On Tue, Oct 8, 2013 at 12:39 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 > Automation and have basic knowledge of python). Please suggest me good boo

Re: [BangPypers] Beginner to Django Framework

2013-10-09 Thread Annapoornima Koppad
Hi, The official Django tutorial is one of the best resource that I have known. Pretty much covers everything that you need to know. Apart from that, I completed this blog code here, http://matthewdaly.co.uk/blog/2012/02/24/yet-another-tutorial-for-building-a-blog-using-python-and-django-part-1/T

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 __