Scala 3: Python 3 or Easiest Upgrade Ever? By Daniel Spiewak [video]

This video was recorded at Weehawken-Lang1 on 2020-12-09With the release of Scala 3 just around the corner and a large fraction of the library ecosystem now … Read more

Similar

The Case Against Python 3

This document serves as a collection of reasons why beginners should avoid Python 3 as of November 22nd, 2016. I give two sets of reasons as I see them now. One for total beginners, and another for people who are more knowledgeable about programming. Th...

Read more »

Simple Recursion Visualizer for Python

One of the most complicated concepts to wrap our heads around has to be recursion; to understand it well it always helps to have some sort of recursion visualization. In this essay, we build a super-simple yet effective visualizer for recursive functions ... (more…)

Read more »