File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments