Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 846 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 846 Bytes

Project Template

project-temp – this is my project template that enhances development experience in VSCode with streamlined features.

Features

  • Accessing the project root as a constant.
  • Load Parameters from the .env file
    • In debug mode, parameters are loaded automatically.
    • Running in the terminal mode need user settings "python.experiments.optInto": ["pythonTerminalEnvVarActivation"]
  • Jupyter Settings
    • Run Jupyter notebooks from the project root.
    • Enable the interactive mode for development.
  • Python
    • Autopep8 formatter
  • Plot utils
  • Databse utils

Reference