Skip to content

Commit 2453eee

Browse files
committed
tweaking learning programming page with new links
1 parent 795db75 commit 2453eee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/pages/01-introduction/01-learning-programming.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ source code that can be executed on computers to achieve one or more goals.
1414
There are many steps in learning how to program, including
1515

1616
1. setting up a [development environment](/development-environments.html)
17-
1. selecting a programming language, such as Python
17+
1. selecting a [programming language](/python-programming-language.html),
18+
of which
19+
[Python is just one of many amazing ecosystems](/why-use-python.html)
20+
that you can decide to use
1821
1. understanding the syntax and commands for the language
1922
1. writing code in the language, often using
2023
[pre-existing code libraries](/application-dependencies.html) and
2124
[frameworks](/web-frameworks.html)
2225
1. executing the program
23-
1. debugging errors and unexpected results
26+
1. [debugging errors](/debugging.html) and
27+
[testing for unexpected results](/testing.html)
2428
1. [deploying](/deployment.html) an application so it can run for intended
2529
users
2630

0 commit comments

Comments
 (0)