TRENDING NEWS

POPULAR NEWS

What Can I Do For That

What can I do about this?

I’ve got a responsible job that’s taking off, a relationship that looks promising and suddenly a best friend who’s suddenly stopped talking to me and cancels out of plans since my life has changed so much. Should I contact her in a few months, or just let her go?

What can I do so that someone doesn’t see that I viewed their WhatsApp status?

Most people will tell you to uncheck the read receipts option but this will prevent you too from knowing who has seen your status or messages…There's a better wayJust open the file manager on your phone and Search for “WhatsApp” folderIn that folder search for another sub-folder named “Media”*In the media folder you will see another sub-folder named “.statuses”Open that “.statuses” folder and there you go !*If you can't see the “. statuses” folder then open the settings of your file manager and enable it to show hidden files ( If you can't figure out how to do it then do a google search to how to show hidden files in your file manager )You can even cut/copy those images/videos and paste them somewhere else in your phone so that you can view it even after 24 hours !!!!Magic, isn't it ?So this one deserves an upvote, right ?So go ahead click that upvote button !I hope it helps ;-)Have a great day !

What can I do/build with Python? Is Python better for certain programming needs? What can you/can't you do with Python?

Python allows you to do many cool things. Do you want to build a website with a backend , Python has Django/Flask to support it. Do you want to build a GUI application(i.e a desktop app) , Python has pyQt/Tkinter for it. Do you want to predict stocks for the next few days based on the previous years data, Python has scikit-learn for it. Do you want to take screenshots of 100 webpages without visiting them manually , python has Selenium for it. The applications are endless. I will list down some of the famous libraries and their applications.1. Web development :- You can develop a website with a backend supporting REST api using python frameworks such as Django / Flask.2. Game development :- You can develop a Video game using module Pygame3. Computer Vision :- You can do interesting things such as Face detection, Color detection using Opencv with python4. Web scraping :- Want to get data from a website but the website doesn't have an api to expose data, you can use scraping. Most of the News aggregators, e-commerceprice comparison websites such as buyhatke do web scraping.Python has Requests, BeautifulSoup , Scrapy to support webscraping.5. Machine Learning :- You can do cool things such as predicting stocks, finger print identification, spam detection etc. using machine learning. Python has modules scikit-learn , theano, tensorflow to support it. Currently Deep Learning is all the hype and tensorflow has support for Deep Learning.6. GUI development :- To develop a cross-platform desktop application python can be used. Python has modules Tkinter, PyQt to support it.7. Robotics :- Raspberry pi can be used as a brain to the robot to perform various actions and to react to the environment and the coding on a Raspberry pi can be done using python.8. Data Analysis :- Data whenever obtained either online or offline would not be properly formatted with various issues such as missing values etc. This data can be cleaned using Pandas. And to find patterns from the data Matplotlib can be used in visualizing the data. These are used as a first step in machine learning before applying any ML algo.9. Browser Automation :- Cool things such as opening a browser and posting a fb status can be done using Selenium with python.PS :- You can follow my blog here Coding experiments . I blog about the various cool things that can be done with coding (including Python).

TRENDING NEWS