X: @__yumechi misskey: @
[email protected]
summary
● There are barriers between development by one person and development in a
team.
● When developing in a team, make arrangements so that development can be done
in the same environment.
○ Virtual environment, Linter, Formatter, unittest tools, CI/CD
● Be familiar with the characteristics of the Python language itself
○ It's a dynamically typed language, the GIL, some things you shouldn't do, and multiple pieces of
code that accomplish similar goals.
● Let's learn a lot from other language areas
○ PHP for web, Java for design, etc.
106