so I have a data as follows:
item = '//s780.scene7.com/is/image/forever/301596014_001?hei=98&wid=98'
using urlparse module. how can i replace the above data with a new size to make it look like this:
item = '//s780.scene7.com/is/image/forever/301596014_001?hei=360&wid=360'
Here is an answer which, as requested, uses urlparse: