BONSAMURAIS / python-skeleton

Skeleton for Python projects
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Coding standards and methods: Hackathon intro tutorial #7

Closed cmutel closed 4 years ago

cmutel commented 5 years ago

One of the first things we will do at the hackathon is discuss coding standards and methods. Not everyone will be using Python, but most will, so going into the skeleton makes sense. It would also be nice to give a brief introduction to tests, including TDD.

Should also consider making general recommendations on libraries, e.g. what to do with datetimes (stdlib, arrow, pandas, numpy, etc.); appdirs for local file storage; when to use pandas; and (given that we won't have a web app skeleton) how to set up a simple web app using flask (?). Not more than a few minutes here, just to help people from having to research stuff on their own.

@tngTUDOR You are assigned this task 🤕 !

tngTUDOR commented 5 years ago

ack

cmutel commented 5 years ago

@tngTUDOR Please upload your slides to the hackathong repo and add a link to the README, then close this (when you have time).

cmutel commented 4 years ago

Good enough for now :)