Python code I came to re-use often. This is a project under construction.

Here you can find:
A. My axiliary code
- Simple function for a date (maybe with time) as a string
- A method to estimate execution time for a code with iterations.
- A fuction to write a bunch of Pandas DataFrames as Excel Workbook with a named worksheet for each.
B. Custom layers for Tensorflow Model
- To add uniformly distributed noise to data.
- To add a generalized shear and rotation to an image.