# Python-related References One of the most comprehensive lists of Python-related resources is: https://github.com/vinta/awesome-python ## PySec * https://github.com/ebranca/owasp-pysec A hardened version of python created by the folks from OWASP. It makes it easier for security professionals and developers to write applications more resilient to attacks and manipulations. ## Anaconda * https://www.anaconda.com/download/ Anaconda is a free and open source distribution of the Python and R programming languages for data science and machine learning related applications.