You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01_Introduction/README.md
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,5 @@
1
-
# Python Introduction
2
-
## What is a program?
3
-
A ***program*** is a sequence of instructions that specifies how to perform a computation. The
4
-
computation might be something mathematical, such as solving a system of equations or
5
-
finding the roots of a polynomial, but it can also be a symbolic computation, such as searching and replacing text in a document or something graphical, like processing an image or
6
-
playing a video.
7
-
8
-
-***Input:*** Get data from the keyboard, a file, the network, or some other device.
9
-
-***Output:*** Display data on the screen, save it in a file, send it over the network, etc.
10
-
-***Math:*** Perform basic mathematical operations like addition and multiplication.
11
-
-***Conditional execution:*** Check for certain conditions and run the appropriate code.
1
+
## What is a python?
2
+
**Python** is a **high-level, interprited, interactive,** and **Obeject oriented** scripting language.Its readability and ease of use, it was created by **Guido van Rossum,** and **released in 1991.**
12
3
13
4
---
14
5
### It is used for:
@@ -36,6 +27,7 @@ playing a video.
36
27
- 🔹 The latest stable version is **Python 3** (recommended for use).
37
28
- 🔹 Python 2 is still used but only receives security updates.
38
29
- 🔹 Python code can be written in any **text editor** or in an **IDE** like:
0 commit comments