B. Python Primer

Warning!

Entire books have been written on this topic. Rather that attempt to cover the content of a book in a few pages, this primer hopes to introduce the material and provide the absolute least amount of knowledge needed to get started with Django Unleashed. I recommend using a full reference when programming or if any of this information proves to be unclear.

Python is an object-oriented language with functional tools. Everything in Python is an object.

Many, many, many beginner’s guides to Python have been written. A great place to start is the Beginner’s Guide to Python at https://wiki.python.org/moin/BeginnersGuide.

Zed Shaw’s Learn Python the Hard Way is a very popular book, and I further recommend David Beazley’s ...

Get Django Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.