Python is a versatile language with endless possibilities. Have you found unique and unconventional uses for Python beyond traditional software development? Share your experiences and inspire others with your creative applications of Python.
Follow the DEVteam for more discussions and online camaraderie!
Top comments (9)
Almost used Python to automatically backup the OneTab import-export extension page since I once installed the malawre version and lost all the important tabs there because Microsoft Edge blocked it recently
We ran Python 3.4 on board of satellites 🛰️ lots of old-style
asyncio
code (noasync
/await
yet!) and lots of fun 😃When in need spawning simple ad-hoc webserver:
nohup python3 -m http.server 80 > /dev/null 2>&1 &
I used python to automate my website
Wow, how do you do that.
I used python to check vaccination slots during covid.
Often times, in docker containers, I unzip files, thanks to the zipfile python module.😝
I used python to automate a youtube channel! I wrote a blog post here if you want to know more about it :)