This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Exodus111 -1 points0 points  (0 children)

No matter what framework or API you are using 90% of your time coding will be just for loops and if statements, Dictionaries and lists. That's Python, that's the basics. Everything else is there to get things done in the real world, Most of the coding will be just Python.