Skip to content

Commit e7a5ada

Browse files
committed
Adds link to lym
1 parent 7739266 commit e7a5ada

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/thebeginning.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@
44
The Beginning
55
=============
66

7-
Let's look at our first code, hello world. Because Python is an interpreted language, you can write the code into the Python interpreter directly or you can write the code in a file and then run the file. In this topic, we will first write the code using the interpreter, after starting Python in the command prompt (shell or terminal).
7+
Let's look at our first code, hello world. Because Python is an interpreted
8+
language, you can write the code into the Python interpreter directly or you
9+
can write the code in a file and then run the file. In this topic, we will
10+
first write the code using the interpreter, after starting Python in the
11+
command prompt (shell or terminal). In case you are new to Linux command line,
12+
+then you can read learn about various command from [this
13+
book](https://lym.readthedocs.io/en/latest/).
814

9-
Note that the code samples that follow use the latest Python built from the source code, so the version number can be different.
15+
16+
Note that the code samples that follow use the latest Python built from the
17+
source code, so the version number can be different.
1018

1119
::
1220

0 commit comments

Comments
 (0)