40+ Common code and interview problems solved in Python (it's growing...)
Python interview questions I can use in interviews
Python coding test problem for interviews - Stack Overflow
10 Python Interview Questions You need to know
I didn't know the first one. I wouldn't say it's something you need to know. Would be suprised to see it in an interview. It's rather obscure and if you need to do this then you are probably doing something wrong. Also I might have gone with
super(B, obj).show()
The others are pretty useful though.
More on reddit.comVideos
https://github.com/devAmoghS/Python-Interview-Problems-for-Practice
Recently my workplace has started hiring python developers and since I'm one of the python guy I am asked to take python interviews starting today.
Now in my 4-5 years of learning and working with python I have accumulated a lot python challenges in my head as I'd constantly trying to come up questions that an interviewer might ask me.
Yesterday I made some samples questions and share with my senior who found the questions little too deep for a 3 YOE Python full stack developer role.
Please give me few questions to get some idea that I can use or be inspired from to make new set of questions.
Also is this question really too much for such interview: Given a file containing very large string (around a gb), devise an optimal solution to get the first non repeating Character.
I've asked candidates to write code to implement bowling scoring before, which is readily comprehensible but contains enough wrinkles that most people have to iterate their approach a couple times to cover all the edge cases.
A lot of the problems at http://www.streamtech.nl/site/problem+set, which are taken from ACM competitions, are also suitable for your use. I used them to familiarize myself with python syntax and language features. A lot amount to straightforward application of standard data structures; some are more focused on algorithmic issues. If you sort through them I'm sure you'll find several that fit your needs.
I can recommend to you Checkio.org