OpenHandhelds File Archive
Latest FilesLatest Files
AfterBurner 12/10/16
Space 52 (for Open2X fir... 21/09/16
Space 52 (for official f... 21/09/16
Boomshine2x (Java) 20/11/15
Pipes v2.1 11/08/15
AlexKidd2X v0.6.4u 29/05/15
PocketSNES v7.2.1 28/05/15
Coppergreen 18/02/15
Adamant Armor Affection ... 22/01/15
Cherry Candy Raep Gaiden 21/01/15
Lolicopocalypse 20/01/15
Snatcher Skin 06/03/14
Earthbound Skin for GMen... 06/03/14
Flappy Nerd 03/03/14
megazeux 29/08/13
Chicken Puyopuyo (Alpha ... 05/03/13
Chalcogens 29/11/12
Masteries Runners 26/11/12
Tyropite 25/11/12
GP2X System Tools 25/10/12
Flow 13/10/12
GP2X Hardware Library 11/09/12
1897 (Invention of the C... 29/08/12
Once upon a Time in the ... 26/08/12
Marte Necesita Vacas 18/08/12
Wiztern Demo (Bang!-like... 12/07/12
Wind and Water (Full Gam... 12/07/12
Firewhip (Full Game) 12/07/12
MazezaM 05/06/12
Sqrxz 3 - Adventure for ... 17/03/12
Ultratumba 08/03/12
La Escoba 08/03/12
EXP for GP2X 08/03/12
Bermuda Syndrome 06/03/12
Starship Soldier 04/03/12
Liquid Counter 04/03/12
Rookie Hero (EXP Version... 20/02/12
Puzzletube for the origi... 22/01/12
Puzzletube 20/01/12
Wizznic 0.9.9 05/01/12
Poutine 28/11/11
DJVU2X 29/10/11
Angband2x 28/10/11
Chess2X source code 17/08/11
Chess2X 17/08/11
Batiscafo 17/08/11
Rock Rain 2 17/08/11
Panta VS Dragon: El teso... 25/07/11
Pure 19/07/11
Geek 'em up 13/07/11

 File Info  Browsing as Guest 
Home : gp2x - Development : Utilities : 47 Files 661.66 MB
 Python
Python for GP2X including the Python Standard Libraries (which are missing in the old version).
 
Name: python-gp2x-2.2.4.zip
Date: 27/11/2006
Size: 18.90 MB
Version: 2.2.4
Author: Spacecoyote, TheOddBot, Open2x team, Python contributors
Website: https://www.python.org
Downloads: 3,372
Sourcecode URL:
Licence: None
step2x01.png
 
Operating Systems: gp2x F100
gp2x F200

Connection Download Time
56k Modem 57 mins, 26 secs
128k ISDN 24 mins, 22 secs
256k Cable/DSL 11 mins, 66 secs
512k Cable/DSL 6 mins, 6 secs
1mbit Link 3 mins, 0 secs
 
Download
 
Please note: The comment section is NOT intended to ask for help. Please use the I need Help-Section at the boards.
 14 Comments
 
spacecoyote: 
 I will try to get version 2.5 to build, it will require some hacking though.
zaxxon: 
 You can find version 2.4.2 here: https://repository.gp2xdev.net/viewfile.php?id=20
spacecoyote: 
 Oops, it should say 2.4.2, my bad. Also included are the test suite, Pygame and Numeric. I'll have to check out Zaxxon's version, I made this one because my projects don't work with TheOddBot's beta on this archive.
spacecoyote: 
 Get TheOddBot's Python/Pygame package instead here: https://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,14,917 @ Evildragon: Please remove this file.
numpypandas: 
 The pygame version is updated to 0.9.6 of course! First install the project requirements: `pip install -U -r docs\example.txt` One of the best ways to start coding a game is to create some sprites. Then by following a python tutorial and using the package gp2x we can set up the virtual environment and start creating the first classes of the game. Run the following code and you will see some examples of sprites. ''' import pygame # Define some colors BLACK = ( 0, 0, 0) WHITE = ( 255, 255, 255) GREEN = ( 0, 255, 0) RED = ( 255, 0, 0) #This sets the width and height of each grid location width=20 height=20 margin=5 # Create a 2 dimensional array. A two dimensional # array is simply a list of lists. grid = [] for row in range(10): # Add an empty array that will hold each cell # in this row grid.append([]) for column in range(10): grid[row].append(0) # Append a cell # Set row 1, cell 5 to one. (Remember rows and # column numbers start at zero.) grid[1][5] = 1 # Initialize pygame
Billie34: 
 I used to play around with Python on the GP2x. The results were adequate for the work I was performing. Is the Pygame compatible with the GP2x's hardware blitter? If not, street fighter duel the answer is simple: poor performance.
timothyferriss: 
 The GP2X is a portable gaming system that utilizes Linux ovo game. On the GP2X, Python may be installed and utilized for a number of things, including game development.
emmaorabelle: 
 it's important to make sure that you have all of the necessary dependencies and libraries installed before attempting to build the program. Missing or outdated dependencies can often cause build failures. rankdle
victorpatrick: 
 Python for GP2X is a version of the Python programming language specifically designed for the GP2X handheld gaming console. It includes the Python Standard Libraries, which were missing in the older version. lol shot io
Jafferyt: 
 NordVPNModAPK.com is a place you can trust to get your free NordVPN account. They make sure it's safe and real.
farihahashmi: 
 if you're a TikTok fan, this TikTok MOD APK is like getting the VIP treatment, and who doesn't love that? Just remember to download it from a trusted source to keep your device safe and sound.
SarahTendula: 
 The Last Fortress Underground MOD APK introduces tweaks and improvements that elevate the overall gaming experience. From smoother controls to enhanced graphics, every aspect of Last Fortress Underground has been fine-tuned to ensure you get the most out of your gaming sessions.
SarahTendula: 
 Say goodbye to the daily grind for rewards. Dragon City Mod APK often includes enhanced daily rewards, giving you even more incentives to log in regularly. Collect gems, gold, and other valuable resources effortlessly, boosting your dragon city progress every day.
SarahTendula: 
 The NordVPN Mod APK allows you to customize your VPN experience. You can choose your preferred protocol and enable features like CyberSec, which protects against malware and phishing attempts.
 
%%COMMENTFORM%%
 

 Login
Username:  Password:  Remember me! 

Powered by CFiles 2.0-b10
Copyright © 2002-2003 Carrick Information Technologies
Most DownloadsMost Downloads
Rndis Drivers Pack for w... 129,536
Arcade: MAMEGP2x 123,956
GP2X User Guide 49,943
NeoGeo: GNGeo2x 46,265
GameBoy Advance: gpSP 43,089
Arcade: MAME4ALL 40,390
Genesis: DrMDx 39,289
Genesis / MegaCD: PicoDr... 37,034
SNES: PocketSNES 36,477
SNES: SquidgeSNES 28,116
Duke3D 26,107
Quake I 25,766
gp2x SDL Libraries 22,282
Firmware 2.0.0 20,992
MP2X 20,425
GMenu2x 20,019
NES: GPFCE 19,961
GameBoy: GnuBoy 19,918
NeoGeo: Rage2X (GNGeo Fr... 19,208
Amiga: uae4allgp2x 18,149
MAMEGP2x Sources 17,587
Arcade: MAME4ALL - Sampl... 16,789
SNES: SNES9x 16,445
Arcade: cps2emu test ver... 16,334
PCEngine: GP2XEngine 16,084
CPU/LCD-Tweaker 15,241
Cave Story ~ Doukutsu Mo... 14,899
Linux-USB Ethernet/RNDIS... 14,690
SuperTux 14,223
GameBoy Advance: vba2x-r 13,150
FBA Cache 12,880
GP2xTRA - issue #01 12,780
Firmware 4.0.0 for F100 12,647
SMS / GG: Alexkidd2x 12,532
Commodore Machines: Vice... 12,408
Firmware 2.1.1 12,343
Super Maryo Chronicles 12,217
gp2x - PSP - NDS Video C... 12,213
Arcade: MAME4ALL - Artwo... 12,170
NeoGeo CD: NeoCD2X 11,837
PC-Engine: HU6280 PC-Eng... 11,669
Atari ST: OutcaST / CaST... 11,461
Egoboo2x 11,111
Full Devkit 2006/03/06 11,107
PDFView 10,735
C64: Frodo2x 10,634
Firmware 1.4.0 10,597
TTD2X: Transport Tycoon ... 10,317
Arcade: FBA2X - FinalBur... 10,050
Neo Geo Pocket: RACE! 9,811

Theme Design By Carrick Information Technologies