Skip to content

vercel-support/00216210-python-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy with Vercel

Python Hello World

This example shows how to use Python on Vercel with Serverless Functions using the Python Runtime.

Demo

https://python-hello-world.vercel.app/

Running Locally

npm i -g vercel
vercel dev

Your Python API is now available at http://localhost:3000/api.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel