Fr:Python

From wiki.gp2x.org

Python est un langage de programmation de haut niveau (il n'est pas nécessaire de travailler avec des structures de base comme c'est le cas en C), utilisant une syntaxe clair et donc assez simple. Mais, il s'agit d'un langage interprété, par conséquent le programme sera plus lent qu'un autre développé avec un langage compilé tel que le C.

Sur la GP2X, la bibliothèque Pygame est utilisé pour créer des jeux en Python.


Installation

  • Pour utiliser Python, vous devez tout d'abord installer un terminal comme Fr:STerm
  • Puis télécharger Python pour GP2X. In this case, we won't be using the pygame* folder or it's contents, so you can leave it if you want to. Note that this only covers python/.
  • Upload the python/ directory to your root directory on your SD card (/mnt/sd).
  • Once that's done, load up your GP2X. Go to Utilities and locate your STerm (or whatever terminal you use). Start it by pressing B. Then invoke the following commands to start python:
# cd /mnt/sd/python/python

ou

# /mnt/sd/python/python

Consider creating a startup script that you can run from your GP2X menu. Make sure to use a .gpe or .gpu extension!

Liens Externes

Personal tools