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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[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?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/575C7D80.7060206%40verizon.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to