You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
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: {| | * time * math * struct * binascii * _random * cStringIO |width="30px"| <!--spacer-column--> | * errno * thread * collections * md5 * socket * select |} See [https://web.archive.org/web/20060421180507/http://python-psp.net/trac/wiki/Tutorial here] for tutorial. == Changelog == '''2008/06/29''' * The <code>sceSircs</code> function has been wrapped in the <code>pspos</code> 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 - [https://web.archive.org/web/20061127044221/http://fraca7.free.fr/blog/ http://fraca7.free.fr/blog//] (archived) * Wiki - [https://web.archive.org/web/20060702121133/http://python-psp.net/trac/ http://python-psp.net/trac/] (archived) * ps2dev.org - https://forums.ps2dev.org/viewtopic.php?t=7671
Advertising: