python
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.
Data Analysis Story for VM
·1114 words·6 mins
Posts
data
analytics
python
vulnmgmt
How can you tell if your remediation work effectively? Is it efficient in addressing new vulnerability released every month?
Benchmark and Measurement
·415 words·2 mins
Posts
Essential
python
Different ways to do benchmark and measurement with Python code.
Python Package
·223 words·2 mins
Posts
Essential
101
python
Fundamental building block for Python package.
Why __name__ == '__main__'?
·323 words·2 mins
Posts
Essential
101
python
Wonder why we always start with
if __name__ == '__main__':
in Python?Taipy vs Streamlit
·275 words·2 mins
Posts
python
streamlit
taipy
tools
Quick comparison between Taipy and Streamlit.
Python Project
·221 words·2 mins
Posts
Essential
101
python
py-venv
Elegant way to execute Python project.