Treffer: Python 2.6 Graphics Cookbook : Learn How to Use Python’s Built-in Graphics Capabilities to Create Static and Animated Graphics for a Range of Real-world Purposes. Over 100 Recipes Take You From Basic Shape Creation to Developing Interactive GUIs.

Title:
Python 2.6 Graphics Cookbook : Learn How to Use Python’s Built-in Graphics Capabilities to Create Static and Animated Graphics for a Range of Real-world Purposes. Over 100 Recipes Take You From Basic Shape Creation to Developing Interactive GUIs.
Resource Type:
eBook.
Database:
eBook Index

Weitere Informationen

Learn how to use Python’s built-in graphics capabilities to create static and animated graphics for a range of real-world purposes. Over 100 recipes take you from basic shape creation to developing interactive GUIs.Key FeaturesCreate captivating graphics with ease and bring them to life using PythonApply effects to your graphics using powerful Python methodsDevelop vector as well as raster graphics and combine them to create wonders in the animation worldCreate interactive GUIs to make your creation of graphics simplerPart of Packt's Cookbook series: Each recipe is a carefully organized sequence of instructions to accomplish the task of creation and animation of graphics as efficiently as possibleBook DescriptionPython is a great object-oriented and interactive programming language that lets you develop graphics, both static and animated, using built-in vector graphics functions that are provided with Python. Python 2.6 Graphics Cookbook is a collection of straightforward recipes and illustrative screenshots for creating and animating graphic objects using the Python language. This book makes the process of developing graphics interesting and entertaining by working in a graphic workspace without the burden of mastering complicated language definitions and opaque examples. If you choose to work through all the recipes from the beginning, you will learn to install Python and create basic programs for making lines and shapes using the built-in Tkinter module. The confusing topic of color manipulation is explored in detail using existing Python tools as well as some new tools in the recipes. Next you will learn to manipulate font size, color, and placement of text as placing text exactly where you want on a screen can be tricky because font height, inter-character spacing, and text window dimensions all interfere with each other. Then you will learn how to animate graphics, for example having more than one independent graphic object co-exist and interact using various Python methods. You will also learn how you can work with raster images, such as converting their formats using the Python Imaging Library. Next you will learn how you can combine vector images with raster images so that you can animate the raster images with ease. You will also walk through a set of recipes with the help of which you can handle and manipulate blocks of raw data that may be hundreds of megabytes in size using datastreams, files, and hard drives. You will also learn how you can use Inkscape to dismantle existing images and use parts of them for your own graphics and Python programs. At the end of the book you will learn how you can create GUIs for different purposes.What you will learnInstall Python and create basic programs for making lines and shapesApply different colors to your graphics using widgets and schemes available with the Tkinter moduleWork with raster images and animate them by combining vector images with raster imagesOptimize the storage and retrieval of graphics using hard disks, datastreams, and so onDevelop GUIs for different purposes to enhance your interaction with the programsMove graphic objects smoothly around a screen by adding minimum delay and shiftExplore alternative ways and means of getting graphic shape data into Tkinter programsCreate beautiful patterns by setting any number of pivot points in different directionsUse trajectory traces to examine the history of execution required for animating specific behavior of objectsWho this book is forIf you are looking to create animated graphics to represent real-world scenarios then this book is for you. Teachers, scholars, students, and engineers who know it is possible to make fascinating models and demonstrations but have not found a handbook that pulls it all together in one