answersLogoWhite

0

Unfortunately, no.

Python is a high-level interpreted language, which means its source code could only be ran by an external application within an operating system.

This means that Python cannot run without its base program and if you really wanted to write an operating system from scratch, you would need to learn Assembly Language, Hardware and Software Communication, and some amount of C.

Start reading how a BIOS works and how you can use interrupt to print a string to the console to get started.

User Avatar

Anonymous

4y ago

What else can I help you with?