Why __name__ == '__main__'?2023-12-14 22:17·323 words·2 minsPosts Essential 101 pythonWonder why we always start with if __name__ == '__main__': in Python?
Taipy vs Streamlit2023-11-23 07:35·275 words·2 minsPosts python streamlit taipy toolsQuick comparison between Taipy and Streamlit.
Python Project2023-08-25 01:30·221 words·2 minsPosts Essential 101 python py-venvElegant way to execute Python project.
Use of f-string format() in Python2023-08-02 10:59·242 words·2 minsPosts 101 pythonUsing f-string in Python.