2

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?

5
  • 2
    No. Running python requires a python interpreter. Commented Mar 18, 2022 at 11:18
  • Have someone else install it for you. Commented 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 go Commented 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-compiler Commented 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 go Commented Mar 18, 2022 at 11:23

4 Answers 4

5

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/

Sign up to request clarification or add additional context in comments.

Comments

2

No, you need to download Python interpreter to be able to run python scripts.

Edit: Or replit.com

Comments

1

No you can't. You would have to install a Python runtime environment. If you're running macOS you will have Python by default but that is not the case if you're on Windows

Comments

0

use online code compiler or its not possible without installing python

https://www.programiz.com/python-programming/online-compiler/

1 Comment

programiz.com also gives compiler for other like java, javascript, c, c++ ,c#

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.