Python 2.7 vs. Python 3.5?

You will come across this question soon after you start using Python. Python has 2 popular competing versions. Both versions have their pros and cons.

Benefits of Python 2.7

  • Awesome online community. Easier to find answers when you get stuck at places.
  • Tonnes of third party libraries

Benefits of Python 3.5

  • Cleaner and faster
  • It is the future!

You can read a more detailed answer here

Which version of Python would you recommend to someone who needs to use several third party libraries?

This exercise is part of the course

Introduction to Python & Machine Learning (with Analytics Vidhya Hackathons)

View Course

Exercise instructions

Python 2.7,Python 3.5,Should work on both

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise