News

Clone this repository or download the source code. Open a terminal or command prompt and navigate to the project directory. Run the program by executing the following command: shell python number_base ...
print("The decimal value of", dec, "is:") print(bin(dec), "in binary.") print(oct(dec), "in octal.") print(hex(dec), "in hexadecimal.") ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...