Re: defecting to django from rails

2007-03-20 Thread Jeremy Dunck
On 3/20/07, rubdabadub <[EMAIL PROTECTED]> wrote: > Thank you very much for all the input. I found them to be > very valuable. As for me I am back to python interactive shell i.e > python -i > Well you have to start somewhere :-) Run, don't walk, to get IPython working. http://ipython.scipy.org/m

Re: defecting to django from rails

2007-03-20 Thread rubdabadub
Doug & James: Thank you very much for all the input. I found them to be very valuable. As for me I am back to python interactive shell i.e python -i Well you have to start somewhere :-) Thanks again for all the comments and inputs. Very kind. Regards Raj --~--~-~--~~~

Re: defecting to django from rails

2007-03-19 Thread [EMAIL PROTECTED]
On Mar 17, 5:09 pm, "rubdabadub" <[EMAIL PROTECTED]> wrote > Now I also need to learn Python from scratch! Man! Python is a rather easy language to pick up. I suggest you start here: http://www.python.org/moin/BeginnersGuide Learning python through Django is kind of like learning C++ via MFC. Wel

Re: defecting to django from rails

2007-03-17 Thread James Bennett
On 3/17/07, James Bennett <[EMAIL PROTECTED]> wrote: > There's also a list of more general resources, including third-party > documentation and applications with code you can look at: > Pasted the wrong link there, should have been http://code.djangoproject.com/wiki/DjangoResources -- "Bureauc

Re: defecting to django from rails

2007-03-17 Thread James Bennett
On 3/17/07, rubdabadub <[EMAIL PROTECTED]> wrote: > 1. How about deployment? Capistrano works with django i mean you can > make so called recipe but is there anything like that in python > world.. I don't know of a direct analogue off the top of my head, but at work we've actually been using Capi