Skip to content

Commit 5e2d714

Browse files
Merge remote-tracking branch 'upstream/main'
document.body.classList.add('dark-mode'); } function activateLightMode() { document.body.classList.remove('dark-mode'); } Please enter a commit message to explain why this merge is necessary,
2 parents 27c14c6 + a3efb0d commit 5e2d714

File tree

16 files changed

+2230
-125
lines changed

16 files changed

+2230
-125
lines changed

docs/python/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 8,
44
"link": {
55
"type": "generated-index",
6-
"description": "JavaScript is a programming language that enables you to create dynamically updating content, control multimedia, animate images, and much more. In this tutorial, you'll learn the basics of JavaScript and how to use it to create interactive web experiences."
6+
"description": "Python is a high-level, interpreted programming language with easy syntax and dynamic typing. It is known for its simplicity and readability, which makes it a great language for beginners. Python supports multiple programming paradigms and has a large standard library. It's used in various domains like web development, data analysis, machine learning, AI, and more."
77
}
88
}

0 commit comments

Comments
 (0)