Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2012-01-16 Thread mattym
I started learning Python and Django at the same time. That was a bit of a challenge for me, with the Django template language having slightly different syntax. Soon after I started I had to get a project out fast, so I went with Pinax. Pinax helped me learn more about Django (and Python). It felt

Re: [pinax-users] Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2012-01-16 Thread Alec Taylor
Thanks, I didn't know of the lightBird site. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: [pinax-users] Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2012-01-16 Thread Venkatraman S
http://www.lightbird.net/dbe/ has some neat hands-on tutorials. -Venkat -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: [pinax-users] Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2012-01-16 Thread Mario Gudelj
I'd recommend Django first. Do the polls tutorial, first 7 chapters of the book, some Django By Example tuts and then get into Pinax. https://docs.djangoproject.com/en/dev/intro/tutorial01/ http://www.djangobook.com/en/2.0/ http://lightbird.net/dbe/ Cheers, On 17 January 2012 05:12, Alec

Re: [pinax-users] Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2012-01-16 Thread Alec Taylor
Thanks (also, apologies for replying to these so late, I thought I was subscribed but I was only a member... n00b mistake, well I'm getting them as they arrive now) -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on

Re: [pinax-users] Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-26 Thread Alec Taylor
Thanks. I'll get the prereqs installed now. On Tue, Sep 27, 2011 at 10:43 AM, Brian Rosner wrote: > On Sat, Sep 17, 2011 at 1:17 AM, Alec Taylor wrote: >> Would you recommend I follow the aforementioned Learning Plan, or >> would you recommend a

Re: [pinax-users] Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-26 Thread Brian Rosner
On Sat, Sep 17, 2011 at 1:17 AM, Alec Taylor wrote: > Would you recommend I follow the aforementioned Learning Plan, or > would you recommend a different method? Our getting started guide http://pinax.readthedocs.org/en/latest/gettingstarted.html shows you some reading

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-19 Thread Alec Taylor
Thanks all, lets see how much progress I can make in the next few days, maybe finally commit some code to my github! :P On Mon, Sep 19, 2011 at 6:52 PM, Rajul Srivastava wrote: > Dear Alec, > > I would suggest that you learn Django first before you move on to Pinax,as >

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-19 Thread Rajul Srivastava
Dear Alec, I would suggest that you learn Django first before you move on to Pinax,as Pinax is just a collection a number of commonly used Django apps. So you must at least have a basic grasp of Django before you start with Pinax. Also in the official documentation of Pinax, on the Getting

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-19 Thread Adnan Sadzak
Yes it has changed, but not so much that you can't follow tutorials. On Mon, Sep 19, 2011 at 12:48 PM, Alec Taylor wrote: > Adnan: Those tutorials seems 2-3 years old, has DJango changed > significantly in those years? > > Deng: Thanks, I will do so :] > > -- > You

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-19 Thread Alec Taylor
Adnan: Those tutorials seems 2-3 years old, has DJango changed significantly in those years? Deng: Thanks, I will do so :] -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-18 Thread 邓超
I suggest learn django first 2011/9/17 Alec Taylor > Good afternoon, > > I plan on using Pinax for a project I'm doing (releasing project under > New BSD or similar). > > My Learning Plan is as follows: > 1. https://docs.djangoproject.com/en/dev//intro/tutorial01/ >

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-18 Thread Adnan Sadzak
You have some tutorials on http://showmedo.com/videotutorials/django Also there is Python videos if You starting up. Cheers, Adnan On Sun, Sep 18, 2011 at 7:48 AM, Alec Taylor wrote: > Also, quick tutorial question; are there a good set of video tutorials > (i.e. on

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-17 Thread Alec Taylor
Also, quick tutorial question; are there a good set of video tutorials (i.e. on YouTube or metacafe) for DJango? /me finds the most resources he has at his disposal the quicker he learns On Sep 18, 3:43 pm, Alec Taylor wrote: > Thanks Russ, I'll use that method. > > :] >

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-17 Thread Alec Taylor
Thanks Russ, I'll use that method. :] 2011/9/18 Aesha Umelmumenen : > > > On Sun, Sep 18, 2011 at 2:24 AM, Russell Keith-Magee > wrote: >> >> On Sat, Sep 17, 2011 at 3:17 PM, Alec Taylor >> wrote: >> > Good afternoon, >> >

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-17 Thread Russell Keith-Magee
On Sat, Sep 17, 2011 at 3:17 PM, Alec Taylor wrote: > Good afternoon, > > I plan on using Pinax for a project I'm doing (releasing project under > New BSD or similar). > > My Learning Plan is as follows: > 1. https://docs.djangoproject.com/en/dev//intro/tutorial01/ >

Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-17 Thread Alec Taylor
Good afternoon, I plan on using Pinax for a project I'm doing (releasing project under New BSD or similar). My Learning Plan is as follows: 1. https://docs.djangoproject.com/en/dev//intro/tutorial01/ https://docs.djangoproject.com/en/dev//intro/tutorial02/