From 8f7853f57a364e8b142853ed00d3040241403d01 Mon Sep 17 00:00:00 2001
From: GitHub Actions Python is a general purpose programming language. It is an
interpreted language, which makes it suitable for rapid development and
prototyping of programming segments or complete small programs. In any programming language, the code must be translated into
“machine code” before running it. It is the machine code which is
executed and produces results. In a language like C++ your code is
@@ -470,8 +468,7 @@
-
-
@@ -370,7 +370,7 @@
See all in one page
+
See all in one page
Objectives
Introducing the Python programming language
-
+Introducing the Python programming language
Objectives
Interpreted vs. compiled languages
-
+Interpreted vs. compiled languages
Objectives
languages have the advantage. You don’t need a complete compiled program
to “run” what has been written so far and see the results. This rapid
prototyping is helped further by use of a system called REPL.
REPL is an acronym which stands for Read, Evaluate, Print and Loop.
REPL allows you to write single statements of code, have them @@ -494,8 +491,7 @@
...
until you complete the statement.
-Jupyter originates from IPython, an effort to make Python development more interactive. Since its inception, the scope of the project has expanded @@ -559,8 +555,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)