Since installing anything is forbidden and python is unavailable on the School PC, I have only access to Notepad++[[[I know there is a way, but it requires installing something, which i cannot do]]] and visual basic, can I use any of those to run python scripts?
-
2No. Running python requires a python interpreter.erip– erip2022-03-18 11:18:55 +00:00Commented Mar 18, 2022 at 11:18
-
Have someone else install it for you.Ulrich Eckhardt– Ulrich Eckhardt2022-03-18 11:19:34 +00:00Commented Mar 18, 2022 at 11:19
-
it is very possible to install on school computers if that is what you are wondering, you just don't have access to any folder other than your users. to install just don't check the "install for all users" button and you are good to goan inconspicuous semicolon– an inconspicuous semicolon2022-03-18 11:21:25 +00:00Commented Mar 18, 2022 at 11:21
-
Running python scripts definitely requires an interpreter. If you are not allowed to install, there are online python interpreters which you can use. You can type and run your code there. This is good for practice only. For actual projects you have to have python in your system. programiz.com/python-programming/online-compilerManoj Kumar– Manoj Kumar2022-03-18 11:22:15 +00:00Commented Mar 18, 2022 at 11:22
-
I mean technically you can make that interpreter yourself using c, which I am somewhat sure doesn't require any installation? just compile a c python interpreter and you're good to goMatiiss– Matiiss2022-03-18 11:23:20 +00:00Commented Mar 18, 2022 at 11:23
Add a comment
|
4 Answers
No, you need a python interpreter. And with this you can run scripts over the console. But you can also use an online interpreter https://www.online-python.com/
Comments
No, you need to download Python interpreter to be able to run python scripts.
Edit: Or replit.com
Comments
use online code compiler or its not possible without installing python
https://www.programiz.com/python-programming/online-compiler/
1 Comment
Cristo Ferrao
programiz.com also gives compiler for other like java, javascript, c, c++ ,c#