You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Review of Readme
* fix typos
* change order of media
* more finetuning
* improve Portuguese version link
* point to online location
* add self-reference
* add note on target audience
An introduction to Python for Computational Science and
11
-
Engineering, developed by Hans Fangohr (2003-2017 University of Southampton)
10
+
An [Introduction to Python for Computational Science and
11
+
Engineering](https://github.com/fangohr/introduction-to-python-for-computational-science-and-engineering/blob/review-readme-2018-09-08/Readme.md), developed by Hans Fangohr (2003-2018).
12
12
13
-
The book is available as
13
+
The content and methods taught are intended for a target audience of
14
+
scientists and engineers who need to use computational methods and
15
+
data processing in their work, but typically have no prior programming
- interactively [as Jupyter Notebooks on MyBinder](https://mybinder.org/v2/gh/fangohr/introduction-to-python-for-computational-science-and-engineering/master?filepath=index.ipynb); probably the most attractive version of the book as any code examples can be executed and modified immediately to explore the language and improve one's understanding.
16
21
([Use JupyterLab](https://mybinder.org/v2/gh/fangohr/introduction-to-python-for-computational-science-and-engineering/master?urlpath=lab/tree/index.ipynb) instead of the traditional Notebook.)
17
-
18
22
- html ([online](https://fangohr.github.io/introduction-to-python-for-computational-science-and-engineering/)
19
-
or [in this zip file in the docs folder](https://github.com/fangohr/introduction-to-python-for-computational-science-and-engineering/archive/master.zip)
or [in this zip file in the docs folder](https://github.com/fangohr/introduction-to-python-for-computational-science-and-engineering/archive/master.zip)) ([version](docs/version.txt))
21
24
- downloadable Jupyter Notebook files (`*.ipynb`) ([in this zip file](https://github.com/fangohr/introduction-to-python-for-computational-science-and-engineering/archive/master.zip))
25
+
-[most recent sources and materials on Github (this page)](https://github.com/fangohr/introduction-to-python-for-computational-science-and-engineering/blob/review-readme-2018-09-08/Readme.md)
22
26
23
27
24
28
@@ -30,9 +34,9 @@ is
30
34
31
35
# Translation
32
36
33
-
The book is available in portugese from https://github.com/gcpeixoto/lecture-ipynb ([pdf](https://github.com/gcpeixoto/lecture-ipynb/raw/master/pdf/Introducao-Python-para-Ciencias-Computacionais-Engenharia.pdf))
37
+
The [book is available in Portuguese](https://github.com/gcpeixoto/lecture-ipynb/blob/master/README.md) ([pdf](https://github.com/gcpeixoto/lecture-ipynb/raw/master/pdf/Introducao-Python-para-Ciencias-Computacionais-Engenharia.pdf)).
34
38
35
-
# Ackwnowledgements
39
+
# Acknowledgments
36
40
37
41
Thanks go to Thomas Kluyver, Neil O'Brien, Jacek Generowicz, and Mark
38
42
Molinari for various contributions (see last chapter for
@@ -45,21 +49,54 @@ project (#676541).
45
49
46
50
# Feedback?
47
51
48
-
If you have used these materials and have some feedback, please get in
49
-
touch (hans.fangohr@xfel.eu or fangohr@soton.ac.uk).
52
+
If you have used these materials and have some feedback (positive or
53
+
negative), please get in touch (hans.fangohr@xfel.eu or
54
+
fangohr@soton.ac.uk).
55
+
56
+
# Favour request and citation
57
+
58
+
If you are using the book (be it as a teacher in your lecture course,
59
+
as a student to support your learning, or in any other role), please
60
+
send a short message to hans.fangohr@xfel.eu . Ideally, this would
61
+
contain at which university/institution/company you are and how you
62
+
use the book (in one sentence). This kind of data is useful to support
63
+
further maintenance and extensions of the materials.
64
+
65
+
Please use this citation:
66
+
67
+
* Hans Fangohr, *Python for Computational Science and Engineering*,
<arel="license"href="http://creativecommons.org/licenses/by-nc/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is
54
73
<ahref="https://raw.githubusercontent.com/fangohr/introduction-to-python-for-computational-science-and-engineering/master/LICENSE.TXT">licensed</a> under a <arel="license"href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
55
74
56
75
The book can be downloaded, used and re-distributed for non-commercial
57
-
purposes, i.e in particular for education purposes at universities, research institutes and schools.
76
+
purposes, i.e in particular for education purposes at universities,
77
+
research institutes and schools. Please send a message to the author
78
+
if you do so.
79
+
80
+
81
+
# Author
82
+
83
+
Hans Fangohr is a researcher and teacher (see
84
+
[homepage](https://fangohr.github.io),
85
+
[blog](https://fangohr.github.io/blog),
86
+
[twitter](https://twitter.com/ProfCompMod)). His interests
87
+
include effective software engineering for computational science and
88
+
data science, researching computational modelling and data analysis
89
+
methods, and education. He is a Professor at the [University of
90
+
Southampton (UK)](http://www.southampton.ac.uk) and Data Analysis
91
+
Scientist at the [European X-ray Free Electron Laser (EuXFEL)
0 commit comments