slyuser@lemmy.ml to Python@lemmy.mlEnglish · 8 months agoCoding a Python Program for Mm to Inches Conversionlemmy.mlimagemessage-square2fedilinkarrow-up18arrow-down15file-text
arrow-up13arrow-down1imageCoding a Python Program for Mm to Inches Conversionlemmy.mlslyuser@lemmy.ml to Python@lemmy.mlEnglish · 8 months agomessage-square2fedilinkfile-text
Developed a script to perform mm to inches conversions, which was conveniently transformed into a web app using Streamlit.
minus-squareArtVandelay@lemmy.worldlinkfedilinkEnglisharrow-up1·8 months agoThat appears to be streamlit, a really cool package that allows you to write front ends in Python with minimal front-end experience
That appears to be streamlit, a really cool package that allows you to write front ends in Python with minimal front-end experience