Learn Python 3 From Scratch

所在平台: Udemy

课程主页: https://www.udemy.com/course/complete-python-course-zero-to-hero/

课程评论:没有评论

第一个写评论        关注课程

课程简介

Coursera 课程《Learn Python 3 From Scratch》内容概述: 本课程是为完全的初学者设计的 Python 3 入门课程。Python 是一种高级、面向对象、解释型的编程语言,以其动态语义、内置数据结构和易于维护的语法而著称,非常适合快速应用开发和作为脚本语言。 课程将引导学员从零开始学习 Python,重点关注以下内容: * **Python 基础知识** * **Python 函数** * **变量** * **以及更多** 通过本课程,学员将体验到 Python 带来的高效开发流程,包括快速的编辑-测试-调试周期。课程还将介绍 Python 强大的错误处理机制(异常)和易于使用的调试工具,帮助学员掌握 Python 的核心概念和基本技能。课程承诺一步步指导,确保学员在课程结束时能够掌握 Python 的基本知识。

课程评论(0条)

课程详情

Welcome to the course. Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed. In this course you will learn about Python from scratch. Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception. When the program doesn't catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on. The debugger is written in Python itself, testifying to Python's introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective. In this course you will learn about Python basics, Python functions, Variables and much more! We will assume that you are complete beginner and by the end of that course you will learn the basics of Python. We will guide you step by step in this course

课程标签

0人关注该课程

主题相关的课程