I\'m getting lots of warnings like this in Python:
DeprecationWarning: invalid escape sequence \\A orcid_regex = \'\\A[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0
When I changed \ to \\ in the name of the path, Resolved the Invalid escape sequence warning. For your reference please find the attached screenshot below. I was getting this error in pycharm: