code

Python Web - Idea to Production - 2023

Your own Python web application. From idea to production, in 8 days.

Instagram, Pintrest and Disqus use Django - the exact same framework as the course. Youtube and Facebook are built with Python.

Course completed! Feedback 5.0 (everyone gave feedback, each feedback was 5/5). Great mini-projects - I'm baffled by how much you could apply what you learned in just 7 days.

Go Programming Course 2020 w22

Gopher the Go Mascot
package main

import "fmt"

func main() {
	fmt.Println("Learn Go in one week - w22. ")
	fmt.Println("Registration opens on w12 Monday. ")
}