+ 1
Is python 3 is useful in day to day life?
please answer this question
3 Answers
+ 1
 the list of things that you can do in python in your day to day life to automate few of you stuffs.
automated deleting unwanted mails from your gmailquickly parse any api response in json or xml directly on the command line with a single commandparse and display your stock ticker values or sport scoresfor creating smaller website use either flask or djangoheavy usage in big data field with many librariesparsing web pagesautomating day to day task ( take a look at fabric libraries where you can remote ssh and perform any task using python on remote boxes)quickly start an http server for hosting or sharing files on your office network with a single command
+ 1
read Automate The Boring Stuff in Python
https://www.pythonmembers.club/2018/05/10/automate-the-boring-stuff-with-python/
it will give you an idea !
0
thank you very much