Skip to content

Commit 56c6c20

Browse files
committed
Fix some headings in episode 00 after transition
Added some returns and removed stray <br/> so that sandpaper could recognize the headings. Otherwise the lesson would be produced with the formatting hash marks.
1 parent 1021a9c commit 56c6c20

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

episodes/00-before-we-start.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ exercises: 0
2020

2121
::::::::::::::::::::::::::::::::::::::::::::::::::
2222

23-
<br />
2423
## What is Python?
24+
2525
Python is a general purpose programming language that supports rapid development of data analytics
2626
applications. The word "Python" is used to refer to both, the programming language and the tool
2727
that executes the scripts written in Python language.
@@ -72,8 +72,9 @@ Its main advantages are:
7272
- **Free and Open-Source Software (FOSS)... and Cross-Platform:**
7373
We know we have already said that but it is worth repeating.
7474

75-
<br />
75+
7676
## Knowing your way around Anaconda
77+
7778
[Anaconda][anaconda] distribution of Python includes a lot of its popular packages,
7879
such as the IPython console, Jupyter Notebook, and Spyder IDE.
7980
Have a quick look around the Anaconda Navigator. You can launch programs from the Navigator or use the command line.
@@ -86,8 +87,9 @@ allows one to write Python scripts and interact with the Python software from wi
8687
Anaconda also comes with a package manager called [conda](https://conda.io/docs/),
8788
which makes it easy to install and update additional packages.
8889

89-
<br />
90+
9091
## Research Project: Best Practices
92+
9193
It is a good idea to keep a set of related data, analyses, and text in a single folder.
9294
All scripts and text files within this folder can then use relative paths to the data files.
9395
Working this way makes it a lot easier to move around your project and share it with others.

0 commit comments

Comments
 (0)