Go to Course: https://www.coursera.org/learn/codio-go-golang-for-python-developers
Learners will be able to construct and run basic Go programs with error handling and utilizing standard libraries.
Learners will be able to implement more advance programming techniques including handling pointers, OOP, and parallel programming.
Learners will be able to build full Go modules such as a web service demonstrating dependency management, logging, and profiling.
Introduction to Go
Welcome to Week 1 of the Go for Python Developers course. These assignments cover the features of Go, syntax and error handling, and using Go standard libraries. The module ends with graded summative assessments.
OOP and Parallel ProgrammingWelcome to Week 2 of the Go for Python Developers course. These assignments cover handling pointers, OOP, and parallel programming. The module ends with graded summative assessments.
Modules, Web Services, Profiling, and DebuggingWelcome to Week 3 of the Go for Python Developers course. These assignments cover building full Go modules such as a web service, demonstrating dependency management, logging, and profiling. The module ends with graded summative assessments.
Code and run your first Go program in minutes without installing anything! This course is designed for learners who are already familiar with development practices in a modern programming language such as Python to be quickly onboarded to the fast and powerful language of Go (sometimes referred to as Golang). The modules in this course cover Go basics such as syntax, error handling and the standard libraries, OOP and Parallel programming including pointers and Goroutines, and finally addressing