课程内容提交

This commit is contained in:
LSGOMYP
2020-07-31 17:39:54 +08:00
parent 08f25ef85d
commit 67216f9224
74 changed files with 8975 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
What is Python language?
Python is a widely used high-level, general-purpose, interpreted, dynamic programming language.Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than possible in
languages such as C++ or Java.
Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles.It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.The best way we learn anything is by practice and exercise questions. We have started this section for those (beginner to intermediate) who are familiar with Python.