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

PythonRC (PyConSK 2016)

PythonRC (PyConSK 2016)

PythonRC Lightning Talk @ PyConSK 2016, Bratislava, SK

Ondrej Sika

March 11, 2016
Tweet

More Decks by Ondrej Sika

Other Decks in Technology

Transcript

  1. Try! sika@sika-x1:~$ python Python 2.7.9 (default, Mar 1 2015, 12:57:24)

    [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" ... Hello PyConSK 2016! >>> pp({’a’: 1, ’b’: 2}) {’a’: 1, ’b’: 2} >>> math.pow(3, 4) 81.0 >>>