flâneur

Building a Python App | Steve Dower

stevedower.id.au · 2,226 words · saved by 1 readers

Normally when you go to run a Python app, you’ll be thinking about opening a terminal and typing the command python, followed by whatever app you want. You’re probably aware that most of your other apps don’t behave like this. They have icons, and you can hit “Start” and search for them, and you don’t need to remember to activate their environment. How come Python is so different? And why can’t we have all the same features for a Python app? It turns out, of course, that we can.

Posted: 4th January 2025 Category: Python Normally when you go to run a Python app, you’ll be thinking about opening a terminal and typing the command python, followed by whatever app you want. You’re probably aware that most of your other apps don’t behave like this. They have icons, and you can hit “Start” and search for them, and you don’t need to remember to activate their environment. How come Python is so different? And why can’t we have all the same features for a Python app? It turns out, of course, that we can. However, it involves doing a bit more work than usual. Let’s say…

saved by

related reading