Catégorie : Python
-
Python Virtual Environment
Purpose Python virtual environments help decouple and isolate Python installs and associated pip packages. This allows end-users to install and manage their own set of packages that are independent of those provided by the system or used by other projects.The venv folder should not contain the file of the developped program. Sources Setup Library used:…
-
Delete « Pasted Segment » from Mailchimp Audience using Marketing API
Sources Install Mailchimp Marketing API Script
-
Libraries for security
Scapy Scapy is a powerful interactive packet manipulation library written in Python. Scapy is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. Python Nmap Library which helps in using nmap port scanner. It allows to easilly manipulate…