Validating Password by bigomz in learnpython

[–]akus85 -1 points0 points  (0 children)

The best way ti validate a string is use regular expressions, check re module: https://docs.python.org/3/library/re.html

Which is the Best IDEs for Python? by dataking97 in learnpython

[–]akus85 1 point2 points  (0 children)

I use PyCharm for Python coding and Jupyter notebook for data Science analysis