How to find great Python packages on PyPI, the Python Package Repository

preview_player
Показать описание

In this video you'll learn how to find and install packages from PyPI, the Python Package Repository.

You'll master the Pip package manager, learn how to work with Requirements Files, Virtualenv & discover how to pick quality Python libraries.

* * *

Рекомендации по теме
Комментарии
Автор

Hello, I am new to this. I installed a package from PyPi. It got installed completely but how do I access it.

neerajraut
Автор

I have a problem with Installing packages, most of the ones I need encounter an error in the command prompt after I try to install them via PIP.

charafeddinebenarab
Автор

When did you do this video :-D There are 107 839 packages now :-D
Untangling info from pip search is good in linux terminal / windows better cmd line (cmder) by just pip search something | sorted | grep more_specific_word

songokussjcz