Hi Arun. Certainly you can learn Python and Django at the same time. But if you're really new to Python, I'd suggest you to follow the official Python tutorial [1] beforehand. You should understand basic Python datatypes, how OO works in Python and something about modules and packages.
You're right, Django docs are awesome. I personally use Linux to develop and run Django. You can run Django in a JVM with some incompatibilities. Read the documentation Vijay sent you. [1] https://docs.python.org/3/tutorial/index.html -- Vinicius Assef On 3 July 2017 at 02:48, arun kumar <[email protected]> wrote: > Hi, > > My name is arun and i am a junior software engineer.i am very new with > python and i want to develop a web project so first i have selected python > script but after doing some online research i found routing is very > difficult in python if you are a new programmer in pyhton > > so i finally decided to do this project with django because it supports > mvc.so i need your valuable suggestion if i am new with pyhton is it ok to > go for django framework because i think documentation for django is very > good and it has less code and it supports many databases also. > > so please help me currently i am using windows so i want to ask which is > better linux or windows and apache tomcat is also required for this web > application project so basically i need a overview for django how to use > whether to use. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/0942dee0-72c3-4f64-8e0c-a7d3607253b2%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/0942dee0-72c3-4f64-8e0c-a7d3607253b2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFmXjSCMtmj4rbagpnbcsc7%3DUU1Oie6rrtTpdT4VHEgkKQGjfA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

