Python Graphics
eBook - ePub

Python Graphics

A Reference for Creating 2D and 3D Images

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Python Graphics

A Reference for Creating 2D and 3D Images

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 and trigonometry.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
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.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
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 use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Python Graphics by Bernard Korites in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Graphics. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
Print ISBN
9781484296592
eBook ISBN
9781484296608

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