We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41b43f9 + 2d99579 commit 9605dcbCopy full SHA for 9605dcb
1 file changed
README.md
@@ -4,6 +4,26 @@
4
5
<br/>
6
7
+## Q.What is Python?
8
+Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.
9
+
10
+It is used for:
11
12
+web development (server-side),
13
14
+software development,
15
16
+mathematics,
17
18
+system scripting.
19
20
+## Q.What can Python do?
21
+Python can be used on a server to create web applications.
22
+Python can be used alongside software to create workflows.
23
+Python can connect to database systems. It can also read and modify files.
24
+Python can be used to handle big data and perform complex mathematics.
25
+Python can be used for rapid prototyping, or for production-ready software development.
26
27
## Q. How can you improve the following code?
28
29
```py
0 commit comments