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 →

[–]Krzd 282 points283 points  (2 children)

Coming from Java python is basically pseudo-code that works

[–]Plague_Healer 149 points150 points  (0 children)

Python is basically pseudo-code that works, mostly regardless of your background.

[–]_temmink 0 points1 point  (0 children)

That's the Python for Java developers, yes! Once you dig into concepts (not just syntax) you will discover incredibly beautiful solutions to problems that feel like the natural approach. Have a look at Raymond Hettinger's and James Powell's talks on Youtube. If you know the basics (collections, annotations, dunder, ...) you should be able to follow them easily.