Table des matières

Package name

Copy this template in the new page you have just created.
This is just an example. Feel free to improve it.

Come back to the home page


Features


Environment : Python (3.6 and >)
Main open-source library used : Tensorflow
Common external packages : numpy, matplotlib,
user's packages : xxxx, yyyy (put internal or external links to get information about them and to download them)


Description


Short description

Input data

Output data

Examples of usage

Links to the appropriate pages of the section “exemple of cases”


Source files


name.py
#!/usr/bin/env python3
# coding : utf8
 
"""
===========================================================================
 
  Program  : xxxx.py
 
  version  :
  Author   : toto , CNRS-LISN 
  date     : (creation)    (new release)
  comments : 
 
===========================================================================
"""
#===========================================================================
#--- Packages
#===========================================================================
from mpi4py import MPI
import numpy as np
 
#===========================================================================
#--- Classes
#===========================================================================
#===========================================================================
#--- Functions
#===========================================================================
    # .....
#===========================================================================
#--- Main
#===========================================================================
    # .....