Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python ver 2.7 problem
#5
(May-13-2018, 10:42 AM)dzeleee Wrote: Yes, but somewhere I read that the new user would still have to start with the older version, so that by the time it slowly turns to newer (although the experts would not agree)
That's a advice given several years ago,today is just wrong.

Most reasonably small code snippets in 2.7 can be run in in 3.6,
may need to add some print() function or can run 2to3
(May-13-2018, 10:42 AM)dzeleee Wrote: To add this question to the calculator to work on the computer, python must be installed, and if the computer does not have that language, then it must be compiled into an executable file (such as .exe)
For distribute code for computer that dos no have Python,have to Freeze code as it called.
The best out there for this is Pyinstaller.
Python own distribute system is PyPi,then Python need to be installed and use pip to install package.
Reply


Messages In This Thread
Python ver 2.7 problem - by dzeleee - May-13-2018, 08:28 AM
RE: Python ver 2.7 problem - by snippsat - May-13-2018, 08:33 AM
RE: Python ver 2.7 problem - by dzeleee - May-13-2018, 10:42 AM
RE: Python ver 2.7 problem - by Ga31canis - May-13-2018, 09:45 AM
RE: Python ver 2.7 problem - by snippsat - May-13-2018, 11:17 AM
RE: Python ver 2.7 problem - by dzeleee - May-13-2018, 11:27 AM
RE: Python ver 2.7 problem - by snippsat - May-13-2018, 12:05 PM

Forum Jump:

User Panel Messages

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