(2019) Understanding Python Virtual Environments

This commit is contained in:
Morgan 2019-04-04 08:01:49 +02:00 committed by GitHub
parent 33a212052d
commit b89fca91ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5001,6 +5001,7 @@ Raw
* [sloria/7001839](https://gist.github.com/sloria/7001839) - The Best of the Best Practices (BOBP) Guide for Python
* [The Hitchhikers Guide to Python!](https://docs.python-guide.org/) - This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
* [PyCQA/bandit](https://github.com/PyCQA/bandit) - Bandit is a tool designed to find common security issues in Python code.
* [Raivat Shah](https://towardsdatascience.com/understanding-python-virtual-environments-7ccf690320d7) - (2019) Understanding Python Virtual Environments
## Reverse engineering
* [Bob Pan/dex2jar](https://github.com/pxb1988/dex2jar) - dex2jar : Tools to work with android .dex and java .class files and do some conversion