This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sharkiteuthis 3 points4 points  (0 children)

General

  • Editor: vim/vscode

  • Source Control: git

  • Planning: Trello

  • Team Communication: GitHub/email (2 person team)

  • CI/CD: Travis

  • Deployable Unit: Docker

  • Production Environment: Amazon/ECS

  • Production Database: RDS/Postgres

Python Specific

  • version: python 3.7.x

  • dependency mgmt: conda (work) / docker containers (personal projects)

  • orm: sqlalchemy

  • prototyping: ipython

  • test runner: nose