Search⌘ K

Challenge: Web Application for Statistics

Explore how to develop a Go web application that accepts a series of numbers and computes their count, mean, and median. Understand server configuration and data handling using Go, applying core networking and templating concepts.

We'll cover the following...

Problem statement

Develop a web application that lets the user put in a series of numbers, and prints out the numbers, their count, their mean, ...