|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/programming-for-beginners-and-kids-python-blocks-arabic/
课程评论:没有评论
课程名称:初学者与儿童的编程:Python模块(阿拉伯语) 课程概述:这个编程课程专为初学者和儿童设计,通过简单易懂的方法,帮助学员掌握编程技能,使他们能够成为真正的程序员,能够编写任何他们想象的游戏。课程内容包括Python语言和模块编程,将使用“mBlock”软件进行编程,同时实现7个完整的电脑游戏,部分使用模块编程,另一部分使用Python语言。 课程采用互动和趣味教学,共包含16个课程,设计遵循STEAM(科学、技术、工程、艺术和数学)学习的原则。课程中包含大量视频和图形内容,以增加学习的乐趣,并通过多种方式巩固知识。 在这个课程中,我们将学习如下编程基础: - 基本语法:了解编程语言的结构和规则。 - 变量声明:学习如何创建和使用变量来存储数据值。 - 列表:了解功能编程中用于存储相似数据项的多功能数据类型。 - 函数:学习自包含的代码模块,并掌握如何反复调用。 - 迭代(循环):理解如何重复执行代码块直至条件不再满足。 - 调试:掌握检测和修正代码错误的技能。 - 条件语句:学习程序如何根据条件做出不同的选择。 - 算法:了解完成特定任务的一系列步骤。 - 克隆:学习如何在编程中创建对象的精确副本。 课程中特别注意:有些视频内容为英文,讲解会提供详细的阿拉伯语翻译。同时,未满18岁的学员在使用服务时必须在父母或监护人的指导下进行,鼓励邀请他们共同注册和管理账户。
كورس البرمجة للمبتدأين و الاطفال هو كورس شامل لتعليم البرمجة بأبسط الطرق و تأهيل الحاصلين على الكورس لأن يكونوا مبرمجين ,حقيقيين يستطيعوا برمجة اى لعبة تخطر فى بالهم باستخدام ما سيتعلموه فى الكورسسنتعلم فى هذا الكورس:لغة البايثون و برمجة البلوكات كيفية البرمجة على برنامج " mBlock "و ايضا سنقوم بتنفيذ 7 العاب كمبيوتر متكاملة تطبيقا على ما تعلمناه بعضهم باستخدام برمجة البلوكات و البعض الاخر باستخدام لغة البايثونالكورس مصمم للتعليم التفاعلى و الشيق من خلال 16 درس مصممين بطريقةSTEAM: Science, Technology, Engineering, Arts, and Math comprise STEAM learning.الكورس به الكثير من الفيديوهات و الاشكال الرسومية لاضفاء المتعة الى التعليم و تثبيت المعلومات باكثر من طريقة شيقة.سنتعلم اساسيات البرمجة و هى كالاتى:Basic syntaxEvery programming language has its syntax, and you must learn the fundamental syntax of the language you are learning.Syntax refers to the set of rules that define the structure of a language. It is almost impossible to read or understand a programming language without its syntax.Variable declaration:Variables are containers for storing data values, a memory location for a data type. Variables are created using a declaration or keyword that varies across languages.Variable names are usually alphanumeric, that is, they contain a-z and 0-9. They can also include special characters like underscore or the dollar sign.Variables can hold values of any data type supported by the programming language. This value may change during program execution.Lists:List is the most versatile data type available in functional programming languages used to store a collection of similar data items.Functions:Functions are "self contained" modules of code that accomplish a specific task. Functions usually "take in" data, process it, and "return" a result. Once a function is written, it can be used over and over and over again. Functions can be "called" from the inside of other functions.Iteration (Loops):A Loop is a programming structure that allows a statement or block of code to be run repeatedly until a specified condition is no longer true (will return Boolean, true or false). It is one of the most powerful and fundamental programming concepts.Debugging:Debugging is a crucial skill. It involves detecting and removing existing and potential errors, defects, or ‘loopholes' in one's code.Conditionals:Often a computer program must make choices on which way to proceed, e.g., if the ball is in bounds, do one thing, else, do something different.if the data has all been processed, end the program, else continue to the next data item.while the player has lives left continue the game.Algorithms:An algorithm is simply a set of steps used to complete a specific task. They're the building blocks for programming, and they allow things like computers, smartphones, and websites to function and make decisions.Cloning:In computer science, cloning refers to the making of an exact copy of an object, frequently under the paradigm of instance-based programming, or object-oriented programming (OOP).ملاحظة: يوجد خلال الكورس فيديوهات توضيحية باللغة الانجليزية و يتم شرحها باللغة العربية بشكل مفصل أيضا بعد او قبل عرضها.لا يجوز لمن هم دون سن 18 عامًا استخدام الخدمات إلا إذا فتح أحد الوالدين أو الوصي حسابهم ، وتعامل مع أي عمليات شراء ، وإدارة استخدام حسابهم, إذا كان عمرك أقل من 18 عامًا ، فلا يجوز لك إنشاء حساب ، لكننا نشجعك على دعوة أحد الوالدين أو الوصي لفتح حساب ومساعدتك في التسجيل في هذه الدورة.