|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/programming-foundation-with-python/
课程评论:没有评论
课程名称:Python编程基础(乌尔都语/印地语) 课程概述:本课程使用乌尔都语和印地语授课,旨在帮助学习者系统地掌握Python编程语言的基本概念,以便能够有效地编写高质量的Python程序。课程强调了正确的学习方向和避免早期误解的重要性。课程内容包括Python的基本数据类型、使用函数和模块来组织代码、Python的对象模型、使用类定义自己的类型,以及如何处理迭代和可迭代对象。 在本课程中,学习者将深入了解函数在管理程序复杂性中的关键作用。流利地使用函数是掌握Python的重要技能,同时也会介绍在某些情况下函数不足时的替代技术。课程将涵盖可调用对象的各种类型、扩展参数定义和调用语法、本地函数的概念及闭包、Python强大的装饰器系统,以及函数式编程工具和推导式的高级用法。 通过本课程的学习,学员将对Python中函数调用的复杂性有更深刻的理解,并认识到函数只是语言中一组更一般概念的一个方面。完成课程后,学员将具备在几乎任何Python项目上工作的技能和知识,并为进一步学习Python的高级内容奠定良好基础。
This course is taught in Urdu/HindiPython is a big language, and it's important to have a thorough grounding in its key concepts in order to be productive and create high-quality Python programs. In our experience, starting off in the right direction and avoiding early misconceptions is crucial to success with Python, and that's the kind of start we aim to provide. In this course, Core Python: Getting Started, we are going to introduce you to the essentials of the Python language as well as important parts of the Python standard library. Some of the major topics that we will cover include: Python's fundamental data types, using functions and modules to organize your code, Python's underlying object model, defining your own types using classes, and working with iteration and iterable objects. In Python, as with most programming languages, functions are a fundamental tool for managing program complexity. Understanding how to use functions fluently is a key skill on the road to mastering Python, as is knowing alternative techniques for the cases where functions are insufficient for your needs. In this course you'll also learn about some of the finer details of using functions as well as more general concepts that subsume them. First, you'll look at the various types of callable objects in Python, along with extended argument definition and calling syntax. Then, you'll explore local functions and the concept of closures that allow them to work. Next, you'll discover Python's powerful system of decorators which allow you to enhance or modify existing functions. Finally, you'll understand the functional-style programming tools in Python along with advanced use of comprehensions. By the end of this course, you'll have a deeper understanding of Python's sophisticated approach to calling functions, and you'll see that functions are actually just one aspect of a more general set of concepts in the language.By the end this course, you'll have the skills and knowledge to work on almost any Python project, and you'll be in a great position to continue learning more advanced aspects of the language.