import {Heading, Chapter, Box, Idiomatic as I, Panel, ListUnordered, Parenthesis} from "@steffo/bluelib-react"
import type { NextPage, NextPageContext } from 'next'
import { Link } from '../../../components/link'
import { Warn1024 } from '../../../components/warn'
export async function getStaticProps(_context: NextPageContext) {
return {
props: {}
}
}
const Page: NextPage = () => {
return <>
Big data analytics
Premessa
TODO
Materiale raccolto
TODO
Appuntiweb
Appunti di teoria (Mandreoli)
Appunti di pratica (Martoglia)
Cose bizzarre
La prof. Mandreoli consiglia il film Moneyball, (perchè fa vedere quanto sia utile la data science).
>
}
export default Page