Re: [Tutor] I need a good resource for python Django

2013-08-18 Thread Tanmaya Meher
hey Arun !
U can check the below sites:

1. https://code.djangoproject.com/wiki/Tutorials (u will get lots of tuts
and examples to do)

2. http://lightbird.net/dbe/ (Teaches by examples, A very good tut)

3. https://www.udemy.com/full-django-tutorial/ (complete video tuts from
django developer)

4. http://gettingstartedwithdjango.com/ (good site, teaches u a bit slowly
but through different kind of examples)

5. http://effectivedjango.com/index.html#contents (This one is also a good
tut)


On Sat, Aug 17, 2013 at 9:47 PM, Joel Goldstick wrote:

> On Sat, Aug 17, 2013 at 11:59 AM, Arun Kumar 
> wrote:
> > Hi,
> >
> > Can anyone suggest me a good resource for python Django. I've gone
> through
> > the official website of Django but it is of limited use to me. Any help
> on
> > this would be highly appreciated.
> >
> My view is that the djangoproject.com is a fantastic site.  So, what
> is it that you need to learn about django that you haven't found?
>
>
> > Regards,
> > Arun Kumar
> > http://clicknscroll.blogspot.com
> >
> >
> >
> > ___
> > Tutor maillist  -  Tutor@python.org
> > To unsubscribe or change subscription options:
> > http://mail.python.org/mailman/listinfo/tutor
> >
>
>
>
> --
> Joel Goldstick
> http://joelgoldstick.com
> _______
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>



-- 
Tanmaya Meher
M.Tech.,
School of Computaional and Integrative Sciences,
JNU
New Delhi -110067*
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] fit data to equation

2013-09-06 Thread Tanmaya Meher
You can try the below tutorial.

1. http://wiki.scipy.org/Cookbook/FittingData

2. http://people.duke.edu/~ccc14/pcfb/analysis.html

Also, take a look at the below curve fitting tool from optimization tool
set of scipy. I think it will help you better and with ease.

http://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.curve_fit.html

If you are writing program on your own try lambda to define your function,
use some library module like scipy for fitting / optimization and library
module like pylab to plot.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor