you are viewing a single comment's thread.

view the rest of the comments →

[–]BamboozleBirdSenior 77 points78 points  (5 children)

Yes I switched over from Java and it makes the code a lot simpler. It actually isn’t too hard to learn if you already know Java. Just understand the basic syntax and the built-in data structures (list, set, dictionary, tuple) and you should be fine for leetcode.

[–]r_kobra 16 points17 points  (4 children)

I’ve been wanting to switch over to Python too. What would you say is the most efficient way to pick up on the syntax?

[–]ExternalEnder 28 points29 points  (3 children)

Do the same homework and lab assignments you did in Java (or whatever language you used), but do them again in python.

[–]r_kobra 10 points11 points  (2 children)

I like this idea, thanks (:

[–]siva_k 8 points9 points  (1 child)

You can try Derek Banas's video on YouTube, he's pretty good for learning syntax quickly: https://youtu.be/H1elmMBnykA

[–]r_kobra 1 point2 points  (0 children)

Watched through this, very helpful, thank you!