Python book of magic

This book teaches Python 3 for Blender users. It is also for people that just want to learn Python the easy and quick way.

Contents

Introduction

Chapter 00 Introduction

Chapter 01 What is Python?

Basics

Chapter 02 Python Console

Chapter 03 Variables

Chapter 04 Lists

Chapter 05 Dictionaries

Control Flow

Chapter 06 If

Chapter 07 Loops

Chapter 08 Functions

Other

Chapter 09 Object

Chapter 10 Module