In [ ]:
jupyter nbconvert Welcome\ session\ Python\ for\ science\ BBRC.ipynb --to slides --post serve --template default_transition
Great for working / teaching / sharing.
The scientist's needs:
Ask your questions, learn, comment, share on everything.
Multi-platform, mobile apps, etc.
Visit http://fpmaragall.slack.com/
Communication based on real-time discussions in topic-oriented channels.
Join #python now !
Dive into Python (http://diveintopython.com)
Scipy lectures (http://scipy-lectures.net)
The interactive workflow: IPython and a text editor
In [1]:
print('Hello world!')
In [2]:
print('Hello world!')
Now what's the difference ?
In [6]:
s = 'Hello world !'
print(s)
IPython tips
Strings
Dictionaries
Functions
Reusing code: import
Modules, packages
Inputs / outputs