Python Forum
Heating program to translate from Basic to Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Heating program to translate from Basic to Python
#6
(Apr-25-2019, 10:02 AM)tommy2k19 Wrote:
(Apr-25-2019, 09:42 AM)Gribouillis Wrote: I would start with the GOSUB statements which will become function calls in python. Here you have GOSUB 9, GOSUB 500, GOSUB 700. Looking at the code and the RETURN statements, you see that you can make three functions, one with line 9 alone, and the two others with lines 500-530 and 700-830. Then you need to write logical loops to eliminate the GOTO statements. The rest should be easy.

Thankyou; I'm not asking you to rewrite the code for me, but could you give me a clue (as well as the ones you have given above)? I have a feeling I may get stuck!

I have got stuck before I even start coding!
I think, as I have just started to learn Python, this may be too much for me!
However, I am not the kind of person that gives up.

I found this as well:

https://www.element14.com/community/thre...hread=true

(Apr-25-2019, 10:04 AM)buran Wrote:
(Apr-25-2019, 10:02 AM)tommy2k19 Wrote: I have a feeling I may get stuck!
Start coding and if/when you get stuck - ask question here

Is it possible for you to start me off?
Reply


Messages In This Thread
RE: Heating program to translate from Basic to Python - by tommy2k19 - Apr-26-2019, 08:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Basic Coding Question: Exit Program Command? RockBlok 3 747 Nov-19-2023, 06:31 PM
Last Post: deanhystad
  googletrans library to translate text language for using data frame is not running gcozba2023 0 1,404 Mar-06-2023, 09:50 AM
Last Post: gcozba2023
  BeautifulSoup - I can't translate html tags that contain <a href=..</a> OR <em></em> Melcu54 10 2,011 Oct-27-2022, 08:58 AM
Last Post: wavic
  trying to understand a string literal in a basic server program CompleteNewb 4 2,299 Nov-14-2021, 05:33 AM
Last Post: deanhystad
  How to Translate a python code written in Mac-OS to Windows? alexanderDennisEnviro500 2 2,909 Jul-31-2021, 08:36 AM
Last Post: Gribouillis
  Delimiters - How to skip some html tags from being translate Melcu54 0 1,741 May-26-2021, 06:21 AM
Last Post: Melcu54
  PLEASE HELP! Basic Python Program joeroffey 5 2,629 Apr-10-2021, 02:59 PM
Last Post: jefsummers
  Translate to noob a Name Eroor message bako 2 2,365 Mar-30-2020, 05:58 PM
Last Post: bako
  Translate this line of code please keystone76 2 2,800 Jan-31-2020, 11:15 PM
Last Post: keystone76
  translate \ to / ? Skaperen 4 2,708 Oct-01-2019, 06:05 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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