When I start a new Python project I find myself having to remember how to instantiate a database connection or maybe how to define an Excel writer in Pandas for writing multiple worksheets. It is usually the same set of code each time and I end up sifting through other Python projects to recollect the […] continue reading »
Skelz: A way to quickly bootstrap your Python project.
