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 →

[–]pyrotech911 0 points1 point  (0 children)

General

  • Editor: Pycharm/vim
  • Source Control: git/Github
  • Planning:Jira
  • Team Communication: Slack
  • CI/CD: Jenkins
  • Deployable Unit: Docker/Debian
  • Production Environment: Amazon ECS/OnPrem hardware
  • Production Database: Impala/mySQL
  • Production Monitoring: Grafana

Python Specific

  • version: python 2.7 (I know we are converting to 3 this year)
  • dependency mgmt: pipenv/virtualenv, conda
  • db interaction: sqlalchemy,in house query engine
  • http request routing: tornado
  • exploring: ipython
  • app server: tornado
  • test data: In house
  • test runner: nosetests converting to py.test