Python for glitch

hi does glitch support python, cause i have a group of developers and i want edits in real time

(like can u turn the bot on in glitch using python, so we can test, we have our own host, but glitch is for developing)

and tmrs my birthday :smiley:

Yes.

Python is installed, use python --version to detect the version.

Yes, as @chessebuilderman and @RiversideRocks have said Python is installed on Glitch. Note that the default Python version is 2 and if you want to use Python 3, you will need to use python3 instead of python. If you want code to be automatically executed after the project is awake or if you are using Glitch Premium to keep your project awake, then you will need a glitch.json (recommended) or a start.sh file.

2 Likes

anyone? hm

Hey, please don’t ping random users.

What exactly can I help you with?

1 Like

do i do hello-webpage, hello-express, or hello-mysql for python?

Make python project [or] Make python project(if other link didnt work)

Edit /public/myfile.py for running python

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