【译】微软的Python入门教程(一)

Getting started with Python(Python入门)

Overview

概述

The series of videos on Channel 9 is designed to help get you up to speed on Python. If you're a beginning developer who's looking to add Python to your quiver of languages, or trying to get started on a data science or web project, these videos can help teach you the foundation necessary to walk through a quick start or other tutorial.

Channel 9上的一系列视频旨在帮助您快速掌握Python。如果您是一位初学者,希望将Python添加到各种语言中,或者尝试着手进行数据科学或Web项目,那么这些视频可以帮助您学习快速入门或其他教程的基础。

What you'll learn(您将学到什么)

  • The basics of Python

Python 基础

  • Starting a project

开始一个项目

  • Common syntax

常用语法

  • Package management

包管理

What we don't cover(不涵盖的内容)

  • Class design and inheritance

类的设计和继承

  • Asynchronous programming

异步编程

  • Basics of programming

编程基础

Prerequisites(预备知识)

  • An understanding of Git

对Git的理解

  • Light experience with another programming language, such as JavaScript

使用另一种编程语言(如JavaScript)的轻巧体验

Next steps(下一步)

As the goal of this course is to help get you up to speed on Python so you can work through a quick start, the next step after completing the videos is to follow a tutorial! Here's a few of our favorites:

由于本课程的目标是帮助您掌握Python的最新知识,以便您可以快速入门,因此在完成视频学习后的下一步就是遵循本教程!以下是一些我们的喜欢的教程:

快速入门:使用Face REST API和Python识别图像中的人脸

快速入门:使用Computer Vision REST API和Python分析本地图像

快速入门:使用Python REST API调用文本分析认知服务

教程:使用Azure认知服务构建Flask应用

Visual Studio Code中的Flask教程

Visual Studio Code中的Django教程

原文地址:https://www.cnblogs.com/creator-star/p/11624135.html