Python Forum
Porting Applesoft BASIC "DECIDE" to Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Porting Applesoft BASIC "DECIDE" to Python
#1
In the 90s, I inherited an Apple //e computer from my grandfather. One of the books that came with it was called "32 BASIC Programs for the Apple Computer" written by Tom Rugg and Phil Feldman, and published by Dilithium Press. This book contained a 5 1/4-inch diskette with all the book's programs on it, including one called "DECIDE" which I used to play with a little bit. Here is a link to a text file containing the program listing in Applesoft BASIC.

https://1drv.ms/t/s!Aj9V_5x2ju0XprUWEXLI...Q?e=IyAGKN

I need some help porting this program to Python. My biggest challenge, I think, will be the sorting routine (lines 1600-1630). Has anyone tried porting this program to Python before, and if so, can anyone help me out with doing so?

Brandon Taylor
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with porting to python3 mason28 3 5,238 Jan-23-2021, 02:48 AM
Last Post: Larz60+
  output mismatching when porting a python from python2 env to python3 env prayuktibid 2 2,515 Jan-21-2020, 04:41 AM
Last Post: prayuktibid
  Can't decide - install modules with Ubuntu package manager (apt) or pip3 in venv Thisisaline 6 3,677 Jul-19-2019, 04:58 PM
Last Post: snippsat
  Speedup the porting process Sandy7771989 2 2,121 May-14-2019, 10:35 PM
Last Post: MvGulik
  When to decide whether or not to have an argument in a class method? JoeB 3 3,054 Oct-29-2017, 03:51 PM
Last Post: buran
  Porting a MATLAB program into Python? xpress_embedo 1 4,228 Jan-16-2017, 06:16 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020