Python Forum
When does Python need to use a compiler?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
When does Python need to use a compiler?
#5
OK, after reading your post, I did some digging. If I research this properly, a package in python are not compiled and third party non-python code are setup as "wheels" (I was wondering what wheels were). While python code do not need to be compile, the wheels probably might need compiiling.

Packages like Conda appears to precompile their code, so you would have different packages for different platform (ARM and x86 for example).

Does this sound right?
If conda doesn't have the package, can you compile your own? Thanks.
Reply


Messages In This Thread
RE: When does Python need to use a compiler? - by JanOlvegg - Mar-09-2023, 02:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Compiler wallgraffiti 3 2,461 Aug-21-2020, 06:57 AM
Last Post: Gribouillis
  f2py: no Fortran compiler found FMJS 2 5,600 May-25-2020, 02:51 PM
Last Post: FMJS
  pip 2.7 problem with compiler aster 2 2,890 Dec-25-2019, 06:16 PM
Last Post: aster
  how do i make a compiler? lol 2 2,546 Nov-29-2018, 05:43 PM
Last Post: Larz60+
  Compiler fault or some kind of weird referencing bug? Joseph_f2 11 9,469 May-09-2017, 08:50 PM
Last Post: volcano63

Forum Jump:

User Panel Messages

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