Go for Pythonistas

preview_player
Показать описание
In this talk Francesc Campoy Flores presents Go for Pythonistas.

He looks at the similarities and differences between Python and Go, skipping the basics and focusing on some advanced, in-depth topics. Plus, we'll get our hands dirty with some Go exercises. It displays some techniques typical from dynamic languages as generators, decorators, and monkey patching and how they can be implemented in Go.

Chapters:
0:00 - Introduction
3:23 - Beautiful and simple
4:23 - Runtime pyrotechnics
9:31 - Things I like about Python
12:37 - Python generators
13:34 - Go concurrency
14:01 - Generator goroutines
19:33 - Exercise generating prime numbers
24:50 - Solutions generating prime numbers
25:32 - Exercise: Fibonacci primes
28:04 - Solution: Fibonacci primes
31:03 - Object-oriented Go
34:56 - Duck typing
35:17 - Go interfaces
40:29 - Decorators in Go?
46:35 - Monkey patching
47:56 - Gopher punching
49:43 - Conclusion

#GoLang
Рекомендации по теме
Комментарии
Автор

Good talk.

Correction: wasn't mypy project Jukka Lethosalo, but not Guido?

mloskot
Автор

Is there still somewhere a video of "Mindblowing Python GIL"?

mutovkin
Автор

The link for the magic methods doesn't work now

gauravsitlani