Skip to content

Commit 2d99579

Browse files
Update README.md
1 parent 879473f commit 2d99579

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44
55
<br/>
66

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+
727
## Q. How can you improve the following code?
828

929
```py

0 commit comments

Comments
 (0)