Best Leetcode/Interview book or Resource?
Most recommended programming book
For general programming I would recommend both clean code and clean coder. They were both very nice reads and contain lots of useful information (they are geared towards Java but can be applied to any OO language (like python). I would also recommend the pragmatic programmer, another book I highly enjoyed reading! I would get these books after you understand the fundamentals of programming though.
Sadly I don't have any python specific books to recommend as what i've learned about python has all been through online material.
I've heard good things about "automating the boring stuff with python" though.
More on reddit.com"Cracking the coding interview" book? : learnprogramming
Python books for intermediate and advanced
Videos
I mainly use Python for Leetcode and am looking for suggestions for a book/resource to help with leetcode. Some of the options I came across are "Elements of Programming Interviews in Python" and "Cracking the Coding Interview". Which one of these is better if I'm using python and are there any other good resources?
Edit: To be clear, I've already accepted an offer which I'm very happy with. I'm therefore not in a rush and am not time constrained, I'm just looking for a resource I can use to study and perfect my DS&A skills, especially the more complex stuff.