Run python without django

I need to run some python scripts that do a process of connecting to an AI and creating a csv.
I have been reading that you can run python in the CGI folder.

Do you guys see this possible or will I have to install a django?

Why would you need django? Python is a programming language. Python should be ready to use on most linux OS’s

Just had a look at django web site, looks like it need python to work.

Only if you want a lot more work.

My distro (Ubuntu comes with python3 installed) I believe most to. So you just need to learn python code and where to put it.

Nothing special about python this can be done in just about every language even PHP.

Thanks so mutch

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.