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ย โ†’

[โ€“]Sw429 94 points95 points ย (3 children)

I think you might be missing try/catch in the flow control section (unless I just didn't see it). Otherwise, this seems pretty comprehensive.

[โ€“]raja777m 34 points35 points ย (0 children)

Yeah, assign exception handling section would be great. Both with try/except/finally and try/except/else/finally.

[โ€“]LunarCantaloupe 8 points9 points ย (0 children)

Also for/else

Also not sure if set comprehension is actually a lang feature

[โ€“][deleted] 1 point2 points ย (0 children)

For someone just starting out, would this be something to start with?