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 language detection, analyzing genetic data, analyzing stocks, creating a convolutional neural network (CNN), and more. We will use what we’ve learned so far concerning 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
- Perform language detection
- Analyze generic data
- Analyze stocks
- Create a CNN model
After reading this chapter, you’ll have learned how to perform different analyses in working with data, create tables and graphs that help analyze existing data, as well as create training...