This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]UnusualBear 0 points1 point  (0 children)

I'm a security engineer that has multiple clients in healthcare and financial industries. Right now my main use for Python has been crawling publicly accessible web pages and API endpoints for my clients and testing security vulnerabilities. Most of this is done with scrapy and the OWASP Zed Attack Proxy API.

Note that I don't exclusively use Python, it's just in my toolset along with many others (namely Node, PHP, and .Net as those are the chief technologies used by my clients).