Self-practice Python coding using Pynative.com questions
Pynative.com has fantastic set of basic questions on each Python topic like Lists, Dictionaries, Sets, etc. which can be really helpful to brush up Python skills for coding interview practice. https://pynative.com/python-exercises-with-solutions/
These are my solutions to questions on Pynative's website. I try to use least amount of in-built Python functions to solve these problems so that it is always easy to remember how to solve these problems using basic conditional, iteration and other coding techniques which are common across multiple programming languages