This is about programming – what it is, why you should do it, what you can do with it. I’m going to tell you my programming story including how I got the job I have now. And I’m going to give you a little programming advice.
both preparing for a position as application developer: 1. Make a function which accepts a string and returns the Google-results for this string. You can use Python and the requests-module. 2. Also make a function which accepts a string and returns the Google results. This time do it with a different method: use Python and Selenium, which controls a browser.
the Google-results ❖ use Python and the requests-module ❖ Make a function ❖ accepts a string ❖ returns the Google results ❖ use Python and Selenium ❖ which controls a browser Much Better