Skip to content

EvanDufraisse/basic-python-template-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic python template for begginers

This template was created for freshly graduated to quickly get their hand on developing python packages

How to create a new project from the template

remove ".git" folder

rm -rf .git

run python set_new_project.py and answer the instructions.

This readme will be updated accordingly...

Miscellaneous

This repo also contains a handy script to convert jupyter notebooks to easy versionnable versions. Jupyter notebooks are a pain with git. The script convert_jupyter.py will duplicate and remove all cells outputs of jupyter notebooks to make them versionable.

  • You need to install pandoc
  • You need to install nbconvert

About

A basic template project for newcomers and beginner at CEA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages