Lines Matching full:platform
1 Q. I want to port Python to a new platform. How do I begin?
4 with are the development system for your target platform and the
6 simple hello-world program on your target platform. Make sure you can
7 compile and run the Python interpreter on a platform to which it has
12 medium-level understanding of your target platform (i.e. how it is
13 generally used, how to write platform specific apps etc.) and Python
18 for Python. Not all source files are relevant -- some are platform
22 You'll also need a pyconfig.h file tailored for your platform. You can
24 apply to your platform.
30 target platform. Forget about the posix module for now -- simply take