Completed
Solution: mypy?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
What Can Python Learn from Haskell
Automatically move to the next video in the Classroom when playback concludes
- 1 next What can python learn from Haskell?
- 2 Haskell is not all good!
- 3 Ignorance is bliss
- 4 Python makes [...] hard
- 5 Correctness
- 6 Python nonsense
- 7 Let's see what Python thinks
- 8 pyflakes to the rescue?
- 9 What about Pylint?
- 10 Do better tools exist?
- 11 Erlang dialyzer nonsense
- 12 Haskell nonsense
- 13 No instance for... WTF?
- 14 Why is refactoring hard?
- 15 Solution: mypy?
- 16 Modest mypy proposal
- 17 So what?
- 18 Why is mutability wrong?
- 19 Can we even fix this?
- 20 Expensive Abstractions
- 21 Algebraic Data Types
- 22 ADT in Haskell
- 23 Wrapping can be free
- 24 Performance?
- 25 Concurrency?
- 26 Summary