@sandeepx21
learning python 馃悕
Nothing here yet.
Nothing here yet.
No blogs yet.
Hey, I didn't know python can do that But, I am getting error when executing above code in python idle. Error: """ Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> print("\U0001f602") UnicodeEncodeError: 'UCS-2' codec can't encode character '\U0001f602' in position 0: Non-BMP character not supported in Tk """ Do you know the reason behind this error?
Thanks Lou :) I think I understand it now Just to summarise: Some developers came up with an idea to put all imp password/stuff in a file for security and name it as .env and this file will (and should) only be available on local machine and the main server (have to upload file seperately) to ensure safety of resources while sharing code Finally, this article explain how to access those environment variables using python :]