Contribute Media
A thank you to everyone who makes this possible: Read More

How is your Dependency?

Description

The computing infrastructures of today run many services, and those services consist of a huge number of modules and frameworks, each of which has a huge number of dependencies. There are too many of them.

When I ask people around me how to manage dependencies, most of them still don't know how to manage them, and although the environment for managing dependencies has improved greatly in 2023, I realized that many developers end up suffering and having a hard time because of dependencies when I see that many of them end up installing using only pip.

In particular, there must be many people who know Python well in the field, other than me, who definitely know how to do it, but I made this announcement for those who still don't know.

I hope that these most important but easily overlooked parts can be developed with less suffering.

Service is Service, AI is AI, Package and Library development is also very flexible in dependency management, and once you get used to it, you won't have to worry about dependencies much. I think you can reduce your stress with a tool like Poetry!

Kim Du-hoon Hello. These days, I'm a person who lives for fun and tinkers with anything. I do C and C++, but I do Python more these days. I try to do as many activities as possible. I also try to do a lot of presentations and things like that these days. I mainly worked on things related to machinery, electricity/electronics, and computers, and I'm especially interested in education and research (AI, Biology, Medical, Financial).

Details

Improve this page