-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcourses_en.json
More file actions
91 lines (91 loc) · 6.61 KB
/
courses_en.json
File metadata and controls
91 lines (91 loc) · 6.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"courses": [
{
"id": "6492",
"title": "Python Syntax Practice",
"description": "About Python Programming\nPython: A Simple Yet Powerful Programming Language\nImagine a programming language that is not only easy to learn but also powerful - that's Python. Just as we can express complex ideas with simple words, Python lets us accomplish a lot with simple code.\nPython is designed to be human-friendly, its code reads like a story, easy to understand and write. And Python checks for errors better than some older programming languages. It comes with many useful tools built-in, like having a versatile toolkit at your side that you can use anytime to solve problems.",
"image": "/assets/udemy_en_06.png",
"url": "https://www.qpython.com/course/python-basic-syntax/",
"tags": [
"Python Syntax",
"Getting Started",
"Beginner"
],
"difficulty": "advanced",
"price": "¥5",
"status": "publish",
"catalog": "Advanced Python Development",
"slug": "python-basic-syntax"
},
{
"id": "3995",
"title": "QPython Getting Started",
"description": "About QPython\nQPython is a Python programming engine designed specifically for Android devices. It integrates an interpreter, console, and editor, along with the QSL4A library and APIGPT, fully supporting web development, scientific computing, and AI extensions. Whether you are a Python beginner or an experienced developer, QPython provides you with a powerful mobile programming platform.\nCore Features:\nComplete Python Environment: Built-in Python interpreter allows you to write and execute code anytime, anywhere.\nEfficient Code Editor: QEditor provides a convenient editor for developing Python projects on your phone.\nJupyter Notebook Compatibility: Through QNotebook browser, you can easily learn and run Notebook files.\nExtension Libraries and PIP Support: Easily install and manage third-party libraries, greatly expanding your programming possibilities.\nCore Libraries: QPython's exclusive QSL4A and APIGPT libraries bring unique features and powerful support for your Android or AI projects.\nLearning Resources and Community: Built-in curated courses and community links to help you quickly improve your programming skills.",
"image": "/assets/udemy_en_01.png",
"url": "https://www.qpython.com/course/qpython-basic/",
"tags": [
"QPython",
"Getting Started",
"Beginner"
],
"difficulty": "beginner",
"price": "¥9",
"status": "publish",
"catalog": "Mobile App Development",
"slug": "qpython-basic"
},
{
"id": "4198",
"title": "Generative AI Programming Getting Started",
"description": "Course Overview\nWith the rise of Generative AI (AIGC), especially the widespread adoption of ChatGPT, learning how to integrate AIGC technology into your applications has become a trend. The QPai Generative AI Development Series - Getting Started course aims to provide Python developers with a quick start path, enabling you to master AIGC application skills in program development.\nCourse Features\nDeep Understanding of AIGC: We will explore the fundamental principles of generative AI and its applications in artistic creation, image generation, dialogue generation, and text content generation.\nMaster PGPT Services: PGPT, as a cloud API platform that aggregates multiple large AI services, provides a lightweight AIGC development library to help developers quickly build applications.\nSpecial QPython Support: The course specifically uses the method of calling PGPT services in QPython, allowing learners to conveniently experience the charm of generative AI on mobile devices.",
"image": "/assets/udemy_en_02.png",
"url": "https://www.qpython.com/course/getting-started-with-qpy-generative-ai-development/",
"tags": [
"AI Application",
"Generative AI",
"Getting Started",
"Beginner"
],
"difficulty": "beginner",
"price": "¥19",
"status": "publish",
"catalog": "Artificial Intelligence",
"slug": "getting-started-with-qpy-generative-ai-development"
},
{
"id": "6948",
"title": "Pandas Data Analysis and Processing Programming",
"description": "About Pandas\nPandas is a powerful and easy-to-use library in Python specifically for processing and analyzing structured data. It allows you to handle data tables as easily as operating Excel spreadsheets, suitable for organizing, cleaning, filtering, and analyzing various datasets.\nWith Pandas, you can quickly perform common tasks such as data cleaning, missing value handling, data grouping, and aggregation. Pandas is an essential tool for data analysis that can greatly simplify the workflow of processing large amounts of data.\nBenefits of Learning Pandas:\nImprove Efficiency: Mastering Pandas can significantly improve your efficiency in processing large amounts of data.\nEnhanced Insight: With Pandas, you can quickly extract valuable information and insights from data.",
"image": "/assets/udemy_en_09.png",
"url": "https://www.qpython.com/course/qpy-pandas-basic/",
"tags": [
"Data Analysis",
"Pandas",
"Intermediate"
],
"difficulty": "intermediate",
"price": "¥9",
"status": "publish",
"catalog": "Data Analysis and Processing",
"slug": "qpy-pandas-basic"
},
{
"id": "12759",
"title": "DeepSeek Getting Started Practice",
"description": "About DeepSeek\nIn today's wave of artificial intelligence sweeping the globe, DeepSeek shines like a rising star, attracting global attention with its pursuit and innovative spirit toward Artificial General Intelligence (AGI).\nDeepSeek was established in 2023 and is a company focused on achieving AGI. AGI, the ability to think, learn, reason, and solve problems like humans, is the ultimate goal of artificial intelligence.\nDeepSeek models support multiple functions including intelligent dialogue, accurate translation, creative writing, efficient programming, intelligent problem solving, and file interpretation. Its \"deep thinking\" and \"web search\" features enable DeepSeek to more comprehensively understand user questions and provide accurate answers.",
"image": "/assets/udemy_en_20.png",
"url": "https://www.qpython.com/course/aipy-deepseek-intro/",
"tags": [
"AI Application",
"DeepSeek",
"Getting Started",
"Beginner"
],
"difficulty": "beginner",
"price": "¥9",
"status": "publish",
"catalog": "Artificial Intelligence",
"slug": "aipy-deepseek-intro"
}
]
}