|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/fundamentals-of-programming-languages-for-beginners/
课程评论:没有评论
Coursera 编程基础:伪代码入门课程总结 本课程由拥有丰富产品设计和开发经验的 Praveen 主讲,他曾在 Honeywell 和 Bosch 工作多年,专长于 .NET 技术栈和云平台产品开发。Praveen 拥有专利,发表过两篇论文,并发布了 20 多门关于 Kubernetes、Docker 和 Azure 的课程以及 50 多个动手实验,教授了数千名学生关于云原生等主题。 本课程旨在为零基础的绝对初学者提供一个扎实的编程基础。通过循序渐进的学习方法,帮助学员从零开始掌握编程的核心概念。 **课程主要内容包括:** * **编程基础入门:** 介绍流程图和伪代码,为理解和构建程序逻辑奠定基础。 * **变量及其类型:** 深入理解变量的概念,掌握不同数据类型,如整型(integer)、浮点型(float)、布尔型(boolean)、字符串型(string)等,理解它们在程序中的作用和使用场景。 * **运算符:** 学习各种运算符,包括赋值运算符(=)、算术运算符(+、-、*、/)以及比较运算符(>、< 等),理解它们如何进行数据操作和条件判断。 通过本课程的学习,学员将能够建立起对编程语言最核心概念的清晰认识,为后续学习任何一种具体的编程语言打下坚实的基础。
Fundamentals of programming are crucial to starting your career as a software developer. A strong foundation in programming concepts will help you learn any programming language. This course will teach you the programming language fundamentals from the ground up. You will be taken through a carefully selected approach for absolute beginners toward learning programming fundamentals.Instructor Bio:Praveen is an experienced product designer and developer who has worked for 10 years at Honeywell and 7 years at Bosch. He specializes in building products on the.NET stack and cloud platforms. He has a patent and has presented two papers. Additionally, he has published 20+ Courses and 50+ Hands-On Labs on Kubernetes, Docker & Azure, teaching thousands of students on various cloud-native topics.Topics Covered In This Course:Getting started with programming fundamentals, including an introduction to Flowcharts and Pseudocodes.Understanding Variables and their types include integer, float, boolean, string, etc.Understanding Operators that includes Assignment (=), Mathematical (+, -, *,/), Comparison (>,