Re: learn dijango

2018-07-27 Thread Rajdeep Bharati
Hi Arul, You should be comfortable with the basics of Python and HTML to get started with Django. Head over to: https://docs.python.org/3/tutorial/ and follow that tutorial for python, also practice coding in a text editor and the python interpreter. After you are through with that, then you can

Re: learn dijango

2018-07-26 Thread Gerald Brown
The best way to learn Django is to jump in and start using it. If you have problems there are many tutorials and web sites (including this one) to provide help and support. IMHO, a teacher CANNOT teach a student, all they can do is HELP the student learn. On Thursday, 26 July, 2018 01:55 PM

Re: learn dijango

2018-07-26 Thread victor reyes
Some python knomedge is a must if you plan on using Django. I also would recomend some basic mysql or postgres understanding On Thu, Jul 26, 2018, 7:14 AM arul wrote: > *I just entered the programming world and i know little bit > javascript,HTML can learn even I don't know any oop/scripting

Re: learn dijango

2018-07-26 Thread roshan ro
Hey, Yes you can , familiarize yourself with some oops concepts and learn python , you can does by doing some of the free materials on online , it would be better if you learn from the documentation itself. On Thu, Jul 26, 2018 at 7:44 PM arul wrote: > *I just entered the programming world and i

Re: learn dijango

2018-07-26 Thread Kasper Laudrup
Hi Arul On 2018-07-26 07:55, arul wrote: *I just entered the programming world and i know little bit javascript,HTML can learn even I don't  know any oop/scripting language can I learn django for now is there any possibility* Django is a framework, not a programming language. Django is wri