This is actually a good thing, you are pretty much the target audience for learning python faster than you would probably think possible.
Once you get to the ah-ha of how the language self-referentially follows similar (what is called pythonic) patterns of its own construction, you will be able to apply all the concepts of mostly any other language that you have used in the past. (objects, classes, functions, loops, arrays, linked-lists, logical expressions and operators, etc.)
Check out this thread where @david.wylie asked for suggestions for starting from a similar point in technical ability: