More actions
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
Binary releases: | Binary releases: | ||
* EBOOT.PBP - Interpreter binary. | * EBOOT.PBP - Interpreter binary. | ||
* | * PSP.ZIP - Pure Python part of the standard library. | ||
Create a folder in ms0:/PSP/GAME/ and place the EBOOT.PBP there | Create a folder in ms0:/PSP/GAME/ and place the EBOOT.PBP there (ms0:/PSP/GAME/pythonpsp/). | ||
Extract psp.zip to the root of the Memory Stick | Extract psp.zip to the root of the Memory Stick (ms0:/python/). | ||
Save your code as script.py and place it in the same directory as EBOOT.PBP. | Save your code as script.py and place it in the same directory as EBOOT.PBP. | ||
Line 48: | Line 48: | ||
|} | |} | ||
[https://web.archive.org/web/20060421180507/http://python-psp.net/trac/wiki/Tutorial | See [https://web.archive.org/web/20060421180507/http://python-psp.net/trac/wiki/Tutorial here] for tutorial. | ||
== Changelog == | == Changelog == |
Latest revision as of 11:57, 14 September 2024
PSP-Python | |
---|---|
General | |
Author | Fraca |
Type | Other |
Version | 2008 |
License | Mixed |
Last Updated | 2008/06/29 |
Links | |
Download | |
Website | |
This is a PSP version of the Python programming language.
Installation
Binary releases:
- EBOOT.PBP - Interpreter binary.
- PSP.ZIP - Pure Python part of the standard library.
Create a folder in ms0:/PSP/GAME/ and place the EBOOT.PBP there (ms0:/PSP/GAME/pythonpsp/).
Extract psp.zip to the root of the Memory Stick (ms0:/python/).
Save your code as script.py and place it in the same directory as EBOOT.PBP.
If script.py is not present, the program will exit with an error message.
User guide
In addition to the regular built-ins and the PSP-specific modules, the following standard modules are included:
|
|
See here for tutorial.
Changelog
2008/06/29
- The
sceSircs
function has been wrapped in thepspos
module. - A new set of classes for image manipulation has been introduced.
- The API reference is now generated using Epydoc.
- Various bug fixes have been applied, thanks to patches provided by "MagerValp."
External links
- Author's website - http://fraca7.free.fr/blog// (archived)
- Wiki - http://python-psp.net/trac/ (archived)
- ps2dev.org - https://forums.ps2dev.org/viewtopic.php?t=7671