0% found this document useful (0 votes)
16 views1 page

Build a Web App with Django

Uploaded by

darkflux514
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Build a Web App with Django

Uploaded by

darkflux514
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like