Python merely allows you to program quite close to a state where you focus on the problem and less on the infrastructure and syntax required to solve the problem. At least in exploratory phases and when working with smaller pieces of code.
Other languages almost always require more thinking and design upfront, even when doing exploratory programming.
Other languages almost always require more thinking and design upfront, even when doing exploratory programming.