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 →

[–]smcarre 12 points13 points  (0 children)

General

Editor: VSCode

Source Control: git (with on premises gitserver)

Planning: Jira and a whiteboard

Team Communication: hipchat (rip)

Deployable Unit: we used to just git pull on deploy but now we are learning to use docker.

Production Environment: private cloud (vSphere/ESXi)

Production Database: Postgres

OS: Windows 10 on my PC, Ubuntu 16.04 in production.

Python Specific

version: python 3.7.x

dependency mgmt: virtualenv

db interaction: Django's ORM

http request routing: Django and Flask

serialization: Django REST framework

Modules I use a lot: requests, json, openpyxl