Python Forum
Question about exporting Python
Thread Rating:
  • 4 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about exporting Python
#7
Ohh. I thought Python compilers actually compile the code.. I didn't realize they just bundle the interpreter with the source code.

On the contrary C generates machine code when it is compiled to an executable. This can only be traced back to assembly.

If you can trace Python compiled code back to Python code, then wouldn't that mean Python should not be used to program distributed files that are very important? Suppose a video game or a bank application.
Reply


Messages In This Thread
Question about exporting Python - by Nwb - Jan-12-2019, 06:35 AM
RE: Question about exporting Python - by buran - Jan-12-2019, 06:55 AM
RE: Question about exporting Python - by buran - Jan-12-2019, 10:02 AM
RE: Question about exporting Python - by Nwb - Jan-12-2019, 01:21 PM
RE: Question about exporting Python - by buran - Jan-12-2019, 01:46 PM
RE: Question about exporting Python - by Nwb - Jan-15-2019, 05:56 AM

Forum Jump:

User Panel Messages

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