Skip to content

A project template for python development with VS Code

Notifications You must be signed in to change notification settings

kazetof/vscode_python_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This reposotory is a project template for python development with VS Code.

The objective of this template is below.

  • developmenting python code in docker environment
  • managing python dependency by Pipenv
  • setting python linting

Directories

.
├── Pipfile
├── Pipfile.lock
├── README.md
├── .gitignore
├── .devcontainer/
│   ├── Dockerfile
│   └── devcontainer.json
├── .vscode/
│   └── settings.json
└── hello
    └── hello.py

The hello directory is just sample project, replace it by your project.

About

A project template for python development with VS Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published