Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

Lectures on scientific computing with python, as IPython notebooks, by J. R. Johansson

Views: 2382
1
#!/usr/bin/env python
2
3
print("Hello world!")
4
5