Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Change is Scary. Do it Anyway.

Change is Scary. Do it Anyway.

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.

K Rain Leander

March 05, 2016
Tweet

More Decks by K Rain Leander

Other Decks in Technology

Transcript

  1. ~ Ashley Gavin “…a medium for problem solving and self

    expression….” What is Programming?
  2. ~ Steve Jobs “Everyone in this country should learn how

    to program a computer because it teaches you how to think.” Why Program?
  3. It Takes a Village ❖ developer ❖ designer ❖ support

    engineer ❖ tester ❖ project manager ❖ writer
  4. I would like you to try the following 2 assignments,

    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.
  5. ❖ Make a function ❖ accepts a string ❖ returns

    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
  6. Remember ❖ Don’t panic. ❖ Break it down. ❖ Google.

    ❖ Make a mess. ❖ Breathe. ❖ Walk away. ❖ Have fun.