Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python version related
#1
Hello, I was introduced to python last year through school and so far I like it, but the problem is I was introduced to python 2.7 and I can make a few basic string manipulative programs in python 2.7 and I don't want to change from 2.7 to 3,not because the school is still teaching python 2.7 but because I like it that way and don't know much about the python 3 versions, so what should I do? Should I take the long way and change from 2.7 to 3 or should I stick to 2.7? Will I be able to make complex programs in 2.7 in future? Will the 2.7 version be compatible in the future? (sorry this was more of a theoretical question rather than being practical)
Reply
#2
The future is version 3 and above. In 2020 the version 2.7 maintenance stops. You can start with python3 now. Keep using 2.7 because of the school but that is the only reason using it. Version 3 is faster already and comes with lots of improvements. You can have both versions installed. So try it. The differences are not so many. Switching the brain between the versions is easy. And if you open a python 3 code right now you can read it without any problem. The big change in Python 3 was the full support of Unicode. But now you have much more.

In addition, more and more developers of various modules are stopping the support for version 2.7.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
Thanks wavic, I will follow your advice and switch to Version 3.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python version 3.11.15 install skip74 1 44 Apr-08-2026, 05:59 PM
Last Post: noisefloor
  How to Integrate External Content into a Python Web App + Related Resource finallen321 1 713 Dec-27-2025, 06:21 PM
Last Post: noisefloor
  How to find out from outside Python (in Windows) the current version of Python? pstein 5 4,540 Jun-28-2024, 07:02 AM
Last Post: Samuel34
  run part of a script with a different version of Python jdog 3 3,862 May-27-2024, 01:57 AM
Last Post: Alice12
  How to resolve version conflicts in Python? taeefnajib 0 4,253 Apr-27-2023, 08:37 PM
Last Post: taeefnajib
  Python venv and PIP version issue JanOlvegg 2 6,649 Feb-22-2023, 02:22 AM
Last Post: JanOlvegg
  Python Version upgrade nitinkukreja 1 2,420 Feb-04-2023, 10:27 PM
Last Post: Larz60+
  Can't update new python version on Pycharm GOKUUUU 6 11,113 Jul-23-2022, 09:24 PM
Last Post: GOKUUUU
  Building python (3.9.5) with different libexpat version (2.4.6) raghupcr 0 2,315 Feb-25-2022, 11:29 AM
Last Post: raghupcr
  Python keeps running the old version of the code quest 2 8,315 Jan-20-2022, 07:34 AM
Last Post: ThiefOfTime

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020