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

How did I get here?

How did I get here?

Pradyun's first talk -- How he ended up on keynoting at PyCon Korea 2019.

Pradyun Gedam

August 17, 2019
Tweet

Other Decks in Technology

Transcript

  1. !># print "Hello World!" File "<stdin>", line 1 print "Hello

    World!" ^ SyntaxError: invalid syntax
  2. !># print "Hello World!" SyntaxError: Missing parentheses in call to

    'print'. Did you mean print("Hello World")?