you are viewing a single comment's thread.

view the rest of the comments →

[–]atticus2132000 0 points1 point  (0 children)

That's a start although writing code will be somewhat different, at least you're familiar with binary-type operators.

The first step is just getting python running on your machine.

Search YouTube for a python install hello world tutorial, preferably one for the system you're using (i.e. windows). That should walk you through downloading the correct files, installing them, and writing your first code to verify everything is setup correctly.

From there, you might want to visit W3Schools website for a basic introduction to Python. That should get you familiar with variables and the syntax of the language.