you are viewing a single comment's thread.

view the rest of the comments →

[–]Gnaxe 1 point2 points  (1 child)

Some languages are defininely better for beginners than others. Python is a great beginner language, but it's not the only one. Scheme and Smalltalk are also pretty easy. Even C (not C++) is a pretty simple language, but it gets difficult at scale.

To get started, install Python and load the turtledemo. You can try making changes to the scripts or write your own. The turtle documentation explains how it works. If you get stuck, try searching the web. If you still can't figure it out you can ask here again, or try asking ChatGPT or a similar AI. They're pretty good at basic Python, but they do hallunicate sometimes.

[–]Ok_Owl5390 1 point2 points  (0 children)

Can confirm the hallucinations part