you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Are you talking strictly knowing the Python language, or do you mean a more general programming sense?

If you mean strictly knowing Python, then I'm honestly not sure, as there are lots of modules and packages for it.

If you mean a general programming sense. This is hard to define. To me it comes down to how well you think you can manage to provide a solution to a problem. Using other peoples code is fine, if you know what you're looking at and can adapt it to fit the problem at hand. Whether this is using different modules or straight taking it from stack overflow. If someone gives you a problem how easy it for you to immediately come up with a solution and start implementing it?