|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-python-programming-from-basics-to-first-programs/
课程评论:没有评论
课程名称:学习Python编程:从基础到第一个程序 概述:本课程旨在介绍编程的基本概念,解答许多与计算机语言相关的问题。首先,课程将探讨计算机是否能理解人类的交流语言,以及如何通过机器代码与计算机进行沟通。讲解高级语言(如Python)是如何让计算机理解的,特别提到了解释器和编译器的作用以及使用场景。 接下来,课程将介绍Python语言,包括其开发背景、发展历史以及为何受到研究人员和科学家的青睐。课程还将讨论Python的广泛应用,包括小型企业和大型公司的使用情况。此外,将探讨Python名称的来源、其流行的原因(如免费、开源、高级语言及跨平台兼容性)以及其活跃的社区。 在技术层面,课程将详细说明为何需要在计算机系统上安装Python,安装Visual Studio Code的必要性,并教授如何下载和安装Python和VS Code。同时,将指导学员编写他们的第一个Python程序,讲解Python的字符集以及如何处理字符数据。 课程还将涉及变量的基础概念,包括如何创建变量、命名规则以及有效与无效变量名称的示例。最后,有关Python模块的内容将帮助学员理解内置模块、用户定义模块和外部模块的区别,以及如何下载这些模块。课程还会探讨Python中常见的数据类型,包括整型(int)和浮点型(float)的值示例。 通过本课程,学员将从零基础开始,逐步掌握Python编程的核心知识,为以后的编程学习打下坚实的基础。
What is meant by programming?Whether Computers understand human communication language ?If computers do not understand our communication language, how to communicate with computers?Machines can understand only machine code. Then how the machines understand the code written in high level language like Python?Interpreters and compilers are used in high level languages. Give an example where they are used?What is Python? Who developed it?Whether Python is a new language?Why researchers and scientists have adopted Python?Not only small companies but big companies are also using Python. Do you agree?From where the name of Python came?What are the various reasons behind the popularity of Python?Python is free and open source. What does it mean?Python is a high level language. Discuss.Python is cross platform compatible. What does it mean?Python is known for large and active community. What it means?Why should we install Python on our computer system?What is the necessity of installing Visual studio code?From where and how can we download and install Python and VS Code?How to write first program in Python?What is meant by Python's character set?Whether Python can handle a vast range of characters?What is the full form of ASCII?Unicode includes letters from which languages?Which set of characters is larger - ASCII or Unicode?Which version of Python - I.e. Python 2 or Python 3 can easily handle characters from unicode?What is meant by variables?How can we create variables?While creating variable, we place value on left or right hand side?What is the first character limitation in variable naming convention in Python?Can we write a variable name starting with number?Whether we can use special characters in variable names?Variable names are case sensitive. What it means?While naming variables, how the words are separated?Give some examples of valid and invalid variable names and also give reasons for the same?What is meaning of modules in Python?What is meant by Built-in modules in Python?Whether User-defined modules are created by others?What is meant by External Modules? From where, can we download these modules?Which are the common types of data types which we read in Python? Write two values each in which data type is int and float?