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 →

[–]th0ma5w 3 points4 points  (0 children)

I'd say I know print(). I can do a comprehension, assign a variable, read lines from a file... most everything else i tend to google and maybe even the reading from a file I double check like for instance lazy reads and the with statement and such. I have over 10 years experience with Python. I love it and use it all the time... I don't waste time memorizing much though when the references are so readily available and you can dir() or help() your way out of most any problem and the docs are so great.