From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Contents

Blender3D FreeTip.gif
Tip
On the left side, you will see a navigation tree for navigating through the chapters. On the right side, you will see the navigation tree for navigating through the sections of a chapter.




DOWNLOAD THE PDF VERSION

I have created a PDF version of the book, because several people have been requesting it for some time now. Bear in mind that it is not as up to date as the wiki here. The file was created on August 14, 2012.

https://www.dropbox.com/s/8m6khiyve40faa6/Python%20Book%20of%20Magic.pdf


PART I - Basics


Chapter 00 Introduction

Chapter 01 What is Python?

Chapter 02 Python Console

Chapter 03 Variables

Chapter 04 Lists

Chapter 05 Dictionaries

Chapter 06 If

Chapter 07 Loops

Chapter 08 Function

Chapter 09 Object

Chapter 10 Module