9 Must-Know Uses of Pip in Python
Manage your Python packages like a guru
Nowadays, building commercial software needs to use many existing frameworks, packages or modules.
Therefore, an elegant programming language should have an easy-to-use package management tool.
Java has Maven
, Ruby has RubyGems
, JavaScript has npm
, …, how about Python? 🤔