diff --git a/00-before-we-start.html b/00-before-we-start.html index e7958f7b2..712172e4a 100644 --- a/00-before-we-start.html +++ b/00-before-we-start.html @@ -304,10 +304,10 @@
Python is a general purpose programming language that supports rapid development of data analytics applications. The word “Python” is used to refer to both, the programming language and the tool that executes the @@ -447,8 +446,7 @@
Free and Open-Source Software (FOSS)… and Cross-Platform: We know we have already said that but it is worth repeating.
Anaconda distribution of Python includes a lot of its popular packages, such as the IPython console, Jupyter Notebook, and Spyder IDE. Have a quick look around the @@ -463,8 +461,7 @@
Anaconda comes with a package manager called conda used to install and update additional packages.
-It is a good idea to keep a set of related data, analyses, and text in a single folder. All scripts and text files within this folder can then use relative paths to the data files. Working this way makes it a @@ -495,8 +492,7 @@
Programming is the process of writing “programs” that a computer can execute and produce some (useful) output. Programming is a multi-step process that involves the following steps:
@@ -567,8 +563,7 @@In [..]:
prompt.
-The material we cover during this workshop will give you an initial taste of how you can use Python to analyze data for your own research. However, you will need to learn more to do advanced operations such as @@ -579,8 +574,7 @@
help()
The Hitchhiker’s Guide to
@@ -651,8 +644,7 @@ Template licensed under CC-BY 4.0 by The Carpentries Built with sandpaper (0.16.5), pegboard (0.7.6), and varnish (1.0.3) Built with sandpaper (0.16.6), pegboard (0.7.6), and varnish (1.0.4)Where to ask for help?
Key Points
-
+Key Points
Key PointsCC-BY 4.0 by the authors