Is python 3 is useful in day to day life? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is python 3 is useful in day to day life?

please answer this question

10th May 2018, 5:23 PM
Ashish Pandey
Ashish Pandey - avatar
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
10th May 2018, 5:37 PM
MsJ
MsJ - avatar
+ 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 !
11th May 2018, 3:45 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
0
thank you very much
10th May 2018, 5:38 PM
Ashish Pandey
Ashish Pandey - avatar