Python - glitch

its possible to use python3 in glitch ?

Yes, there is a python3 executable in the PATH environment variable. You can simply run python3 in your glitch terminal. If you want your project to start a python3 script you can do somthing like:

// package.json
{
    "scripts": {
        "start": "python3 myFile.py"
    }
}
4 Likes

thank you very much <3

Happy to help :slight_smile:  

i have problem uploading pyc file to glitch from visual studio code image

Try uploading them with git

i dm u if u have time can u help me pls

okay this is my problem xddddd my instasclinet.py is empty ;ddddd xdd sorry