Chapter 16: Advanced Applied Computational Thinking Problems
In this chapter, we will continue providing examples in multiple areas for applications of the Python programming language and computational thinking. We will be exploring multiple areas, such as geometric tessellations, creating models of housing data, creating electric fields, analyzing genetic data, analyzing stocks, creating a convolutional neural network (CNN), and more. We will use what we've learned so far in relation to computational thinking and the Python programming language to do the following:
- Create tessellations
- Analyze biological data
- Analyze data for specific populations
- Create models of housing data
- Create electric field lines
- Analyze generic data
- Analyze stocks
- Create a convolutional neural network (CNN)
After reading this chapter, you'll have learned how to perform various different analyses in working with data, creating tables and graphs that help...