HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 10 days agoPython needs an actual default functionimagemessage-square160linkfedilinkarrow-up1757arrow-down129file-text
arrow-up1728arrow-down1imagePython needs an actual default functionHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 10 days agomessage-square160linkfedilinkfile-text
Also, do y’all call main() in the if block or do you just put the code you want to run in the if block?
minus-squareDr. Moose@lemmy.worldlinkfedilinkEnglisharrow-up1·8 days agoMost contemporary python tools like flask or uvicorn do exactly this and require an explicit entry point
deleted by creator
Most contemporary python tools like flask or uvicorn do exactly this and require an explicit entry point