how to install python libraries
python -m pip install SomePackage
how to install python libraries
python -m pip install SomePackage
how to add modules in python
# how to use any module in python
# first instal what module you want to use in vscode
# my time is alredy installed there for we get an error
# moving to next is how to use
import time
for i in range (3):
print("Whait wor 3 sec...")
time.sleep(3)
print(i + 1)
# every module are used in their own manner
# you can search like python (module) package
# eg = python time package
# and you will khow how to use it
# as you have seen that it weight for 3 second
# thank you for wathing
# good bye
# have a nice day
# Do your programsin vscode it would be more easy
pip install python 3
You cannot just pip install python3 because it is not a library.
If you want to install the latest python3:
https://www.python.org/ftp/python/3.8.2/python-3.8.2.exe
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us