mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-10-01 01:25:43 -04:00
15 lines
580 B
Markdown
15 lines
580 B
Markdown
|
# 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.
|
||
|
|
||
|
|