Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
201いいね 16989回再生

Getting Started with Pip and PyPI in Python

Python’s package manager is called pip, and it comes bundled with every recent version of Python. pip allows us to install packages that don’t come bundled with the Python standard library.

By default, pip searches what’s called PyPI, or the Python Package Index. This public repository contains thousands of packages written by the Python community.

Click here to learn more: realpython.com/courses/what-is-pip/

コメント