On 11/07/18 22:41, Anil Duggirala wrote:

> Will the Django tutorial guide me toward connecting 
> Python and SQL? 

Yes, Django has its own mechanism for doing that
and the tutorials will cover it.

> Could you share a link to your SQL tutorial

See the signature.

On the left hand contents frame you'll find a database topic.
It covers basic raw SQL then the second half shows how to
access that from standard Python. But, as noted, Django
wraps its own layer of abstraction around SQL so mostly
you'll just use Django.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to