How to host python discord bot

I need help hosting a discord bot on Glitch. I know you can easily host a node app but i see no option for python apps.

  1. How do i create a python app
  2. How will i import the discord and other modules(i know how to do this normally but not on glitch) - do i just put them up like import discord like normal in.

EDIT: when i put in pip3 install discord.py in the glitch console it comes up with permission denied. Also i found out the default python version is python 2. How to update it to use python3
NOTE: I KNOW HOW TO MAKE A DISCORD BOT - I AM JUST ASKING HOW TO HOST IT HERE NOT HOW TO MAKE A BOT

NOTE I NEED PYTHON 3.5+ 3.6 IF POSSIBLE

someone help pls ): i rly need to know.

The FAQ says it only supports node.js right now - no Python. You’ll need to look somewhere else for Python. Good luck!

theres no python support yet, you can go to this website to host python files