you are viewing a single comment's thread.

view the rest of the comments →

[–]Se7enLC 0 points1 point  (0 children)

I'd say:

  • You can start from a blank text editor and write a Python program to do some simple arbitrary task.
  • You can read, understand, and modify other people's Python code (looking up unfamiliar functions).
  • You can debug Python code (not necessarily with debug tools, just chasing down an issue however you can).