How to get the 32 bit float representation of a string as binary IEEE 754?
Example
'00111111100000000000000000000000' -> 1.00
This question is the reverse of: Binary representation of float in Python (bits not hex) and I couldn't find the answer elsewhere. Please note that I am very new to coding so please be gentle.