In terms of the differences between them, it’s perfectly possible to use the Python 2 course here to learn Python 3. There are a few small adjustments you need to make, like using print()
instead of print
when moving from 2 to 3, but the fundamentals are essentially the same.
2 Likes