and visualize data.
Learning to make visualizations allows you to explore
the field of data science, which is one of the highest-demand areas of pro-
gramming today.
Web Applications
In the Web Application project (Chapters 18, 19, and 20), you’ll use the
Django package to create a simple web application that allows users to keep
a journal about different topics they’ve been learning about. Users will cre-
ate an account with a username and password, enter a topic, and then make
entries about what they’re learning. You’ll also deploy your app to a remote
server so anyone in the world can access it.
After completing this project, you’ll be able to start building your own
simple web applications, and you’ll be ready to delve into more thorough
resources on building applications with Django.
226 Part II: Projects