+ 4
Can I make a DOS using Python?
Can I? If yes, I will try
7 Answers
+ 4
I meant disc operating system
+ 3
Create your server and try.
+ 3
interest idea, it's a file system, maybe can implements a new file system, nowdays file system not simple and less share convenient.
+ 3
Gotta try it! Ty anyways
+ 3
It has not really sense to to DOS using Python... as Python is an interpreted language, he need an interpreter to be executed, so this software need a DOS to be executed :P
To "make" a DOS ( program it ), you need compiled languages ^^
However, you can make a file handler utilities with disk operating system libraries access in Python... ( 'os' is the basic standard module for this )
+ 3
Ty visph!
+ 1
are you asking about Denial Of Service?