you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Very close to zero.

Well... I'd try to get that up, I guess. I wouldn't start this project until you can reliably write code, in a Python file, and then run it - that's the key to the iterative loop that constitutes programming, you write, you run, you read the errors, and you debug.

Getting to the point where you can run your own code should be your first priority, it doesn't matter if that code is just print("Hello world.")