Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What about Cython?
#1
I 'm new in Python an trying to find how to 'bypass' some things.
e.g what I don't like in Python is the fact that when I make an .exe with PyInstaller, it's not a real executable but a 'bundle' of files (the python interpreter, my code etc).
Which means lower performance and that, easily, someone can steal your code.

So I was thinking, what if I used Cython?
Would this resolve my issues?
Reply


Messages In This Thread
What about Cython? - by panoss - Jan-27-2017, 06:36 AM
RE: What about Cython? - by ichabod801 - Jan-27-2017, 09:51 AM
RE: What about Cython? - by panoss - Jan-27-2017, 11:09 AM
RE: What about Cython? - by snippsat - Jan-27-2017, 01:58 PM
RE: What about Cython? - by panoss - Jan-28-2017, 05:42 PM
RE: What about Cython? - by nilamo - Feb-03-2017, 10:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to protect P/Cython Code against Reverse Engineering / Decompilation consuli 10 25,929 Oct-09-2017, 10:56 AM
Last Post: consuli74

Forum Jump:

User Panel Messages

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