Posts

Tool for online collaboration, teamwork Slack: Team communication, work https://slack.com/ Trello: Project management, Kanban meeting https://trello.com/ Confluence: File shared, file storage https://www.atlassian.com/software/confluence
Django: Python Web Framework Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.   https://www.djangoproject.com/
  Pip Installation in Window To upgrade pip in window: >> python.exe -m pip install --upgrade pip