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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access