Completed
Get the request URL
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Virtual Environment and pip for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Getting Started
- 4 Installing packages with pip
- 5 pip list
- 6 Installing a specific package version
- 7 Upgrading a package with pip
- 8 pip uninstall
- 9 Why do we need virtual environments?
- 10 Creating a virtual environment
- 11 Comparing global & virtual environments
- 12 Packages may install other required packages
- 13 Python Package Index - PyPI
- 14 Creating a requirements file
- 15 .gitignore
- 16 Weather project
- 17 Get a login
- 18 API Key and .env file
- 19 Get the request URL
- 20 Complete the Weather project