Generator Expression in Python2024-04-16 12:01·567 words·3 minsPosts 101 pythonPython: List comprehension vs Generator expression.
More Python Comprehensions2024-04-01 19:37·720 words·4 minsPosts oneliner pythonMore Python comprehension examples.
VulnCheck KEV Community2024-03-17 14:59·330 words·2 minsPosts kev python tools vulncheck threatmgmt vulnmgmtIntroducing the VulnCheck Known Exploited Vulnerabilities (KEV) catalog, a free community database of known exploited vulnerabilities fused with exploit intelligence.
Python with Context Manager2024-03-15 06:43·170 words·1 minPosts YT Essential 101 pythonUsing Context Manager as an essential coding practice in Python.
Comprehension in Python2024-02-16 12:12·361 words·2 minsPosts 101 oneliner pythonList and Dict comprehension in Python.