- Maya Programming with Python Cookbook
- Adrian Herbez
- 176字
- 2021-07-14 10:46:40
What you need for this book
To get the most out of this book, you'll need a copy of Maya and a programmer-friendly text editor. There are a great number of text editors out there, and many people have strong opinions on which they prefer. At a minimum, you'll want an editor that saves in plain text and offers the option to display line numbers. You'll also likely want an editor that offers syntax highlighting for Python.
All of the code for this book was written using Sublime Text (https://www.sublimetext.com/), an excellent and low-cost text editor that is great for Python, as well as many other tasks. You don't have to use that though; any text editor that allows you to edit plain text will work just fine.
Almost all of the examples in the book rely on nothing more than Python and Maya, but there is one example that uses PIL. To install PIL, you'll likely want to use PIP, a package manager that makes installing Python packages easy. You can get that at https://pip.pypa.io/en/stable/.
- Fundamentals of Linux
- LabVIEW Graphical Programming Cookbook
- 簡單高效LATEX
- Essential Angular
- Visual C
- 用戶體驗增長:數字化·智能化·綠色化
- Cocos2d-x Game Development Blueprints
- Vue.js應用測試
- Vue.js光速入門及企業項目開發實戰
- Processing開發實戰
- Learning Apache Thrift
- SQL Server 2014數據庫設計與開發教程(微課版)
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構
- Learning IBM Bluemix
- 深入淺出Rust