How to convert from a decimal number into binary (see from about 14:00 for this exact issue).
Code: https://repl.it/@RedHenDev/Binary-Converter-tutorial-2
At the start of the video, we complete the code from the first tutorial -- allowing a user to input their own binary number to convert to a decimal. This involves handling a string input, converting this into a python List.
Thanks for watching :)