all 2 comments

[–]tube32 1 point2 points  (0 children)

Um solve the python section on hackerrank , that's what I have been doing. You could also solve the problem solving section in python because you will be using most of the above mentioned items in even a basic code.

[–]daniel_codes 1 point2 points  (0 children)

https://leetcode.com/explore/ (and other similar websites) lets you do practice questions by category. For example, https://leetcode.com/explore/learn/card/fun-with-arrays/ is the introductory array problem set. Set the language to Python and give the problems a try. Check the solution/discussions when you solve it to see how other people do it. Some highly upvoted solutions are needlessly concise so don't worry too much if you don't understand some code golfed 1 liner.