Python Graphics
eBook - ePub

Python Graphics

A Reference for Creating 2D and 3D Images

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Python Graphics

A Reference for Creating 2D and 3D Images

Book details
Table of contents
Citations

About This Book

This book shows how to use Python's built-in graphics primitives - points, lines, and arrows – to create complex graphics for the visualization of two- and three-dimensional objects, data sets, and technical illustrations.

This updated edition provides more detailed explanations where required, especially regarding Python code, and explores scientific applications to topics of contemporary importance. You'll learn how to create any 2D or 3D object or illustration, as well as how to display images, use color, translate, rotate, shade, add shadows that are cast on other objects, remove hidden lines, plot 2D and 3D data, fit lines and curves to data sets, display points of intersection between 2D and 3D objects, and create digital art. Demonstrations are included which illustrate graphics programming techniques by example, the best way to learn a language.

Also brand new to this edition are demonstrations on how to visualize electron probability clouds around a nucleus, climate change, ecological diversity, population dynamics, and resource management. Python source code, including detailed explanations, is included for all applications, making the book more accessible to novice Python programmers.

After completing this book, you will be able to create compelling graphic images without being limited to functions available in existing Python libraries.

What You Will Learn

  • Create 2D and 3D graphic images
  • Add text and symbols to images
  • Shade 3D objects
  • Display cast shadows
  • Use color for maximum effect
  • View 2D and 3D data sets
  • Fit lines and curves to data sets

Who This Book Is For

Python developers, scientists, engineers, and students who use Python to produce technical illustrations and display and analyze data sets. Assumes familiarity with vectors, matrices, geometry andtrigonometry.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Python Graphics by Bernard Korites in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
ISBN
9781484296608
Edition
2

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Python Essential Commands and Functions
  4. 2. Graphics in Two Dimensions
  5. 3. Graphics in Three Dimensions
  6. 4. Perspective
  7. 5. Intersections
  8. 6. Hidden Line Removal
  9. 7. Shading
  10. 8. 2D Data Plotting
  11. 9. 3D Data Plotting
  12. 10. Demonstration Saturn
  13. 11. Electrons, Photons and Hydrogen
  14. 12. Demonstration: The Sun
  15. 13. Climate Change
  16. 14. Population Dynamics
  17. 15. Resource Management
  18. 16. Ecological Diversity and Butterflies
  19. Back Matter