We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fe3f8 commit a437e9fCopy full SHA for a437e9f
Basic Indroduction
@@ -0,0 +1,15 @@
1
+Learn Python:
2
+-Python is a popular programming language.
3
+-Python can be used on a server to create web applications.
4
+
5
+What can Python do?
6
7
+-Python can be used alongside software to create workflows.
8
+-Python can connect to database systems. It can also read and modify files.
9
+-Python can be used to handle big data and perform complex mathematics.
10
+-Python can be used for rapid prototyping, or for production-ready software development.
11
12
+Example:
13
+print("Hello, World!")
14
15
+O/P: Hello, World!
0 commit comments