Is it advisable to go with Python 3.1 for a beginner? [duplicate]
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: What version of Python should I use if I’m a new to Python? Is it advisable to go with Python 3.1 for a beginner? Or are there any severe drawbacks I would have to consider? 回答1: 3.1 is much simpler than 2.5 or 2.6, but currently suffers a severe dearth of third-party add-ons, environments supporting it (big apps using it for scripting, etc) and tools such as IDEs. So, much depends on what you want to learn