Message from Python discussions
December 2018
β Socket = when port + ip connect each other
api = a function which allow you to use libraries in your app like using google sign up system in our own site
in main.py:
from port_setup import port_sp(port_sp is a class port_setup is the module (file))
in port_setup.py:
from main import server,main_window,main_outputThough the error:
File "C:/Users/MDavid/Desktop/meaCli_Gui/main.py", line 6, in <module>from port_setup import port_sp
File "C:\Users\MDavid\Desktop\meaCli_Gui\port_setup.py", line 3, in <module>from main import server,main_window,main_output
File "C:\Users\MDavid\Desktop\meaCli_Gui\main.py", line 6, in <module>ImportError: cannot import name 'port_sp' from 'port_setup'
from port_setup import port_sp
β Are importing port_setup
from main
and main
from port_setup
at the same time?
β Plz help meπ
β Im gonna rebump this cos its daytime now. For me its a serious problen. Would you advice using rather a temporary folder?
β Ok, i got an strange problem
the name of a file is shortened if it has an underscore
https://hastebin.com/jonuyozida.py
β Google or duckduckgo
β There is not a solution to my problem there
β Either is not here. Its also offtopic.
β Ok
β Yo guys. any django dev from flask here. I was thinking of trying it bcz i can't find jobs for flask T_T
β How to deploy a ML model using Flask RestFullApi for globally(not on local host).
Please share any code sample if you can?