If you are getting syntax errors, it is best to post the relevant code here, along with the Python stack trace. English is usually not good at describing programming errors.
On Tuesday, 14 June 2016 23:56:02 UTC+2, Mc. Holid wrote: > > Dear All > > It seem this is the best starting guide for me, > > Just one to ask about the tips and trick how do you deal with the so many > "unknown syntax", some time we have to use this ' character some time use > ", then mention the name of a database field followed with array. Could > anyone suggest for me the suitable and comprehensive exercise for fluent in > Django syntax, May be i have to try and try again with > learningpyhtonthehardway ? > > As my background try to deciding django is seeing the motto "The web > framework for perfectionists with deadlines. > I got a little social project, is there a forum for mentoring or exchange > any experience and knowledge for project based discussion. > > > Thanks for any kind help. > Best Regards > Kholid > > On Tuesday, June 14, 2016 at 1:51:07 AM UTC+7, gary719_list1 wrote: >> >> I stand corrected. There is a new Tango With Django tutorial out. It uses >> Python 3.5 and Django 1.9. Try / >> media.readthedocs.org/pdf/tango-with-django/latest/tango-with-django.pdf >> >> Gary R >> >> On 06/11/2016 02:07 PM, Gary Roach wrote: >> >> If you don't mind working with Python2.7 and Django 1.7 you might try >> "Tango With Django" . It is out of date but still is a good place to start. >> Too bad that the author hasn't updated it. I have had some success with >> running three projects in parallel. Tango along with the official Django >> howto and another with your own project if you have one. I saw a reference >> to "Learning Python The Hard Way". It's a good choice. >> >> One nasty thing you may run into if you run parallel programs is the use >> of multiple version of Python and Django. If you use virtualenv and pyvenv >> to set up multiple virtual environments and then point your IDE at the one >> needed for a particular project, you should be ok. You don't even have to >> activate the environments because you are using them for storage of python >> and django versions only. >> >> Good luck >> >> Gary R. >> >> >> On 06/10/2016 07:32 PM, Mc. Holid wrote: >> >> Dear All, >> >> Could anyone help to share the point for absolute beginner guide. >> >> I have already know a little bit about html, and having strong background >> in vb6. >> >> Thanks for any kind help. >> >> Best Regards >> Mchoud >> -- >> 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/d2fa7fd5-2673-4292-a14e-482e148587bb%40googlegroups.com> >> https://groups.google.com/d/msgid/django-users/d2fa7fd5-2673-4292-a14e-482e148587bb%40googlegroups.com >> . >> 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/575C7D80.7060206%40verizon.net?utm_medium=email&utm_source=footer> >> https://groups.google.com/d/msgid/django-users/575C7D80.7060206%40verizon.net >> . >> 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/541d1b69-b4fb-42b3-8f77-aaebe8c27ae9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

