File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
content/pages/01-introduction Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,17 @@ source code that can be executed on computers to achieve one or more goals.
1414There are many steps in learning how to program, including
1515
16161 . 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
18211 . understanding the syntax and commands for the language
19221 . writing code in the language, often using
2023 [ pre-existing code libraries] ( /application-dependencies.html ) and
2124 [ frameworks] ( /web-frameworks.html )
22251 . executing the program
23- 1 . debugging errors and unexpected results
26+ 1 . [ debugging errors] ( /debugging.html ) and
27+ [ testing for unexpected results] ( /testing.html )
24281 . [ deploying] ( /deployment.html ) an application so it can run for intended
2529 users
2630
You can’t perform that action at this time.
0 commit comments