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的最新知識,以便您可以快速入門,因此在完成視頻學習后的下一步就是遵循本教程!以下是一些我們的喜歡的教程:
- Quickstart: Detect faces in an image using the Face REST API and Python
https://docs.microsoft.com/en-us/azure/cognitive-services/face/QuickStarts/Python?WT.mc_id=python-c9-niner
快速入門:使用Face REST API和Python識別圖像中的人臉
- Quickstart: Analyze a local image using the Computer Vision REST API and Python
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts/python-disk?WT.mc_id=python-c9-niner
快速入門:使用Computer Vision REST API和Python分析本地圖像
- Quickstart: Using the Python REST API to call the Text Analytics Cognitive Service
https://docs.microsoft.com/en-us/azure/cognitive-services/Text-Analytics/quickstarts/python?WT.mc_id=python-c9-niner
快速入門:使用Python REST API調用文本分析認知服務
- Tutorial: Build a Flask app with Azure Cognitive Services
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/tutorial-build-flask-app-translation-synthesis
教程:使用Azure認知服務構建Flask應用
- Flask tutorial in Visual Studio Code
https://code.visualstudio.com/docs/python/tutorial-flask?WT.mc_id=python-c9-niner
Visual Studio Code中的Flask教程
- Django tutorial in Visual Studio Code
https://code.visualstudio.com/docs/python/tutorial-django?WT.mc_id=python-c9-niner
Visual Studio Code中的Django教程