21 Réponses
+ 2
It's Okey, sorry for my latest answer, windows x86-64 executable installer.
+ 20
you can see latest updation of python in their official site https://www.python.org/downloads/
+ 10
MisuMeistro I see
Windows x86 web-based installer
Windows x86 executable installer
Windows x86 embedded zip file
Windows x86-64 web-based installer
Windows x86-64 executable installer
Windows x86-64 embedded zip file
Windows help file
+ 9
it's alright MisuMeistro
I understood what you meant thanks for your answer
+ 8
which file do I install from python.org MisuMeistro
+ 6
I want to write a comment for a code and can find nowhere a possibility to mark this code.I have a Smartphone .
+ 6
Dmitriy Yakovlev thank you...
+ 4
Abhijith Sheheer what is the command.
yarik_theGod it's not that I don't like 3.6, I just wanted to upgrade.
+ 3
Uninstal the 3.6 version and download the 3.7 version from official web site which is the best way is https://www.python.org/downloads/. But why do you like the 3.7 version?
+ 2
If you have windows, you can to delete in control panel (programs and services) 3.6 and install the 3.7 version.
+ 2
The latest update. I think you can see on the home page.
+ 2
Uninstall the current version of python. Download and install the new version from the offical page of Python. I think it is better for new peoples. Or you could upgrade using command prompt in windows.
+ 2
Uninstal the 3.6 version and download the 3.7 version from official site(https://www.python.org/downloads/). But why do you dislike the 3.6 version?
+ 2
Goto python.org and download the latest version
+ 2
LONGTIE👔 I think this is the command not sure
pip install python --upgradeOR pip install python -U
If not working then,
1)The path of python may not been setuped accurately.
2)The code may not be valid.
Or you download the latest version and run it. The setup gives us the option to upgrade.
Hope this is useful😀😀
+ 2
+ 2
install v.3.7, run py -3.6 -m pip freeze >requirements.txt, next run py -3.7 -m pip install -r requirements.txt
+ 2
from python.org
+ 2
delete old version and download new version of python. 😁