Skip to main content

python

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.
Comprehension in Python
·361 words·2 mins
Posts 101 oneliner python
List and Dict comprehension in Python.
Debugging
·33 words·1 min
Posts debug python qotd
Debugging is twice as hard as writing the code.
Module vs Package vs Library
·53 words·1 min
Posts 101 python
Quick differences among a module, a package, and libary in Python.