mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Create amazing_python_references.md
This commit is contained in:
parent
3f6c352b42
commit
a3f0cb8c03
1 changed files with 14 additions and 0 deletions
14
python/amazing_python_references.md
Normal file
14
python/amazing_python_references.md
Normal 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.
|
||||
|
||||
|
Loading…
Reference in a new issue