I am planning on making an OS and am planning to run some python machine learning scripts on it. How can I get python to support said OS? Thanks
Asked
Active
Viewed 52 times
2
-
5You can compile it from here: https://github.com/python/cpython but it requires you to write your own compiler haha :) – Tal Feb 12 '20 at 15:27
-
See also [what is the meaning of POSIX](https://stackoverflow.com/a/31865755/2626313) – xmojmr Feb 13 '20 at 06:05