In [10]:
__AUTHORS__ = {'am': ("Andrea Marino",
"andrea.marino@unifi.it",),
'mn': ("Massimo Nocentini",
"massimo.nocentini@unifi.it",
"https://github.com/massimo-nocentini/",)}
__KEYWORDS__ = ['Python', 'Jupyter', 'notebooks', 'keynote',]
In [1]:
outline = []
outline.append('Hello!')
outline.append('Python')
outline.append('Whys and refs')
outline.append('On the shoulders of giants')
outline.append('Course agenda')
In [1]:
import this
From https://en.wikipedia.org/wiki/Python_(programming_language)
if, for, while and range — with some of its own twists, of course. Some supporting quotes here.
Python can be installed in many different ways with respect to different needs.
We advice to stick to the official one for the sake of being self contained and use an unified environment.
All such distributions customize the base package for domain-specific domains, in the future you will be able to take into account the one that best suites your needs; for the present, trust the default one.
Therefore, go head and install the Python interpreter.