Should I use Python 3.8 to learn instead of Python 3.6?

In the book, Zed teaches Python 3.6. I saw that there is now a newer version out there - Python 3.8.
Can I use Python 3.8?

Hi @TheTechnocrat and welcome. You’ll be fine using Python3.8 over Python3.6.

Just avoid anything before 3.5, especially 2.7 which usually ships with OSX, etc.

1 Like

Yes, any version that is 3.6 or greater should work (until they sabotage it).

1 Like

Thanks for helping me out!

2 Likes