Skip to main content

python

Python Ternary Operation
·552 words·3 mins
Posts oneliner python
Ternary operations in Python.
Generator Expression in Python
·567 words·3 mins
Posts 101 python
Python: List comprehension vs Generator expression.
More Python Comprehensions
·720 words·4 mins
Posts oneliner python
More Python comprehension examples.
VulnCheck KEV Community
·330 words·2 mins
Posts kev python tools vulncheck threatmgmt vulnmgmt
Introducing the VulnCheck Known Exploited Vulnerabilities (KEV) catalog, a free community database of known exploited vulnerabilities fused with exploit intelligence.
Python with Context Manager
·170 words·1 min
Posts YT Essential 101 python
Using Context Manager as an essential coding practice in Python.