Learn all about third-party packages in Python, and use pip to install, and manage packages. Fix the "'pip' is not recognized as an internal or external command, operable program or batch file." error by adding pip to PATH.
📕 Links 📕
🔗 Python Package Index: https://pypi.org/
🔗 Installing Packages — Python Packaging User Guide: https://packaging.python.org/tutorial...
🔗 Installing Python Modules — Python Documentation: https://docs.python.org/3/installing/...
🔗 Python Downloads: https://www.python.org/downloads/
🔗 Python Fundamentals playlist: • Python Fundamentals
🔗 Text-based tutorial: https://github.com/futureprogrammer36...
💻 Commands 💻
⌨ Python Scripts Default Location: %LocalAppData%\Programs\Python\PythonXX\Scripts (XX = Python Version)
⌨ SETX Command: SETX PATH "%PATH%Scripts;" (Scripts = Python Scripts folder)
⌨ SETX Command for Python 3.9 at Default Location: SETX PATH "%PATH%%LocalAppData%\Programs\Python\Python39\Scripts;"
⚡ Like and Subscribe! ⚡
✅ If you enjoyed the video, make sure to like, share, comment, and subscribe!
⭐ Timeline ⭐
⌚ 00:00 Intro and overview
⌚ 01:20 What are third-party packages?
⌚ 02:08 pip
⌚ 05:07 Add pip to PATH
⌚ 12:31 pip install
⌚ 15:02 Other pip commands
⌚ 17:32 Python Package Index
⌚ 19:15 Summary and outro
⭐ Hashtags ⭐
#FutureProgrammer
#Python
#Programming