Create amazing_python_references.md

This commit is contained in:
Omar Santos 2018-05-02 00:39:25 -04:00 committed by GitHub
parent 3f6c352b42
commit a3f0cb8c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,14 @@
# 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.