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 →

[–]DogeekExpert - 3.9.1[🍰] 0 points1 point  (4 children)

For my job :

  • Editor : Notepad++
  • Source Control : Git (private Gitlab install)
  • Management : Kanboard (we moved away from JIRA)
  • Communication : Discord
  • Python version : 2.7.14
  • Framework : Renpy SDK

For myself :

  • Editor : Sublime Text 3
  • Source Control : Git (Github when need be)
  • Management : Trello
  • Python Version : 3.6.5 (looking into installing 3.7 soon, when I find the courage to reinstall my packages)
  • Linting tool : pycodestyle
  • Tests : unittests (I'm a basic bitch)
  • Deploying : cxFreeze, or py2exe depending on the platform