Skip to content

chhenning/project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_template

Here is my current favorite setup of a Python based project in vscode.

To get started:

  1. clone repo
  2. run uv sync
  3. run make test
  4. run make run

Detail

I'm using uv as the package manager.

The following modules are setup:

  • ipykernel - vscode only needs the kernel not the full-fledged Jupyter server

  • python-dotenv - load environmental variables from .env file

  • pytest

  • loguru - for logging

  • various data engineer/science modules: matplotlib, pandas, scikit-learn, and streamlit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published