Skip to content

twoody2007/learn-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-python

This is a start repository for a learning some basic python programming.

installing docker on windows

Follow the instructions here. Below are some links for understanding how to run docker on Windows:

running the program

Follow the below steps to run the program

  1. spin up the docker container: docker run ...
  2. start your python program: uvicorn learn_python.server:app --host 0.0.0.0 --port 8000 --reload
  3. now click here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published