Using Python for Data Structures Course

Has anyone tried using Python for the Data Structures course? Some of the excersises work a bit differently since Python is dynamic and Java is static. I was just wondering if it makes sense to use Python for the excersises since some of the issues Mosh addresses in the course are due to Java being static.

Should be fine to implement in Python. Just means you have to translate the code to Python. In my experience, dynamic typing adds more problems than it solves. He obviously wrote the course in Java so there will be differences (like dictionaries vs maps). The content itself should be fine.