Python Forum
logo language code into python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
logo language code into python
#1
Do anyone remember logo language...I want to create and use similar commands using python
Reply
#2
Does the Turtle module help? https://docs.python.org/3/library/turtle.html
Otherwise, I'd love more info on what you're looking for.
Reply
#3
I remember LOGO. It was implemented in lisp with turtle graphics. It became popular as a tool to teach programming to children. I tried it in the eighties (oh, dear! 40 years ago). It had a very peculiar syntax.
PENDOWN
FORWARD 100
RIGHT 90
BACK 50
PENUP
But you could do pretty complicated calculations and even symbolic stuff.
Quite a job if you intend to implement the whole LOGO language. I also remember that there were a whole bunch of very different implementations and no standard.
But then again, as said, python has a module for turtle graphics...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Inconsistency in Python programming language? newbieAuggie2019 31 11,488 Oct-06-2019, 03:21 PM
Last Post: adt
  Terms describing Python Programming language leodavinci1990 3 2,736 Aug-12-2019, 02:48 PM
Last Post: leodavinci1990
  Adding logo to the image Truman 4 3,824 Feb-25-2019, 09:41 PM
Last Post: Truman
  How to get image from WolframAlpha by using Python language manhnt 1 2,696 Oct-27-2018, 02:07 PM
Last Post: Larz60+
  How to make the python default language be 3.6 instead of 2.7 sylas 4 6,841 Jul-06-2018, 06:11 AM
Last Post: sylas
  [split] create a virtual keyboard of an unknown foreign language with python fakoly 0 2,405 May-28-2018, 01:34 AM
Last Post: fakoly
  Cobol code to English like language/Identify ENDIF for correspoding IF in a string Venkat 6 4,226 Apr-12-2018, 01:05 PM
Last Post: buran
  Arabic language is backward in python charts bandar 3 3,610 Feb-23-2018, 07:10 AM
Last Post: Larz60+
  Learning Python "as a second language" with a MOOC Bass 6 5,040 Mar-25-2017, 02:30 PM
Last Post: Bass
  help in creating a new language with python hsunteik 9 7,972 Dec-21-2016, 01:07 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

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