Video description
The Go programming language is becoming more popular these days with cloud-native applications and the Kubernetes ecosystem. If you are coming from Python, you will find yourself surprised to see similar patterns, while at the same time see some things that are missing or plain impossible with Go.
In this course, I will introduce you to some of the basics of Golang from a Python perspective, so that you can reduce the friction trying to learn it.
Topics include:
* Packages, imports and variable definitions
* From lists to arrays and slices
* From Python dictionaries to Go maps
* Looping on data structures, retrieving and adding values or items
* Error handling, and the surprising fact that there aren't any tracebacks or exceptions in Go
A few resources that are helpful if you are trying to learn Go, some of them covered in the course:
* Visual Studio Code for Go
* The Go playground
* An (interactive) tour of Go
Table of contents
Product information
- Title: Go for Python Developers
- Author(s):
- Release date: May 2021
- Publisher(s): Pragmatic AI Solutions
- ISBN: 50113VIDEOPAIML
You might also like
video
Testing In Python video course
Testing In Python course Learn practical testing with Pytest Getting started with testing can be hard, …
book
Python One-Liners
Python One-Liners will teach you how to read and write “one-liners”: concise statements of useful functionality …
video
Django with JavaScript and Ajax
Learn how to create improved Django web applications using JavaScript, Ajax, and Bootstrap 5 by taking …
video
Python Command Line Tools Course
Python Command Line Tools Course This is a full Python CLI course that will take you …