Importing Online Python Modules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Importing Online Python Modules

Hey guys, is it possible to import Python modules to this app’s code editor from a website??? Like: from “www.module_website.com” import Workbook Sounds crazy, but just wanted to check if anyone had something to assist.

4th Aug 2022, 7:20 PM
Anorue Smith
Anorue Smith - avatar
4 Answers
+ 2
Python modules are either through pip, or you download and add the library manually. What does this website contain?
4th Aug 2022, 7:30 PM
Slick
Slick - avatar
+ 2
You basically are when using pip, except pipy does the hard lifting for you. What file? What website?
5th Aug 2022, 12:56 AM
Slick
Slick - avatar
+ 1
I was hoping to import the file from a website instead of downloading it through pip or any other means
4th Aug 2022, 7:33 PM
Anorue Smith
Anorue Smith - avatar
+ 1
I know how to import a module, but I’m currently not with my laptop so I was looking for alternative ways to import the files needed. The file is openpyxl, some other ones along the way.
5th Aug 2022, 11:12 PM
Anorue Smith
Anorue Smith - avatar