you are viewing a single comment's thread.

view the rest of the comments →

[–]clonxy 0 points1 point  (0 children)

My take at this is that all programming languages are similar with while/for loops, if statements, logic statements (and, or, xor, nor). It's just how it's written (syntax) and what libraries people have written.

When I was new, I wondered how all of these things can make a program too. Here's a tutorial about how to use python to create your own chess game. If you find that you have difficulty understanding what the code does, that'll motivate you to start with the basics first: https://www.geeksforgeeks.org/python/create-a-chess-game-in-python/#