Tutorials: Python

Skripting og backend-utvikling.

// tutorial blueprint
const steps = ['Planlegg', 'Bygg', 'Test'];
steps.forEach(step => console.log(step));