跳到主要內容
擴音器圖示

Microsoft Build 2026

深入探討 Microsoft Build 的真實程式碼與系統

Python Web Apps

加入 Microsoft Reactor 並與開發人員即時互動

準備好開始使用 AI 和最新技術嗎? Microsoft Reactor 提供活動、訓練和社群資源,協助開發人員、企業家和初創公司建置 AI 技術等等。 加入我們!

Python Web Apps

加入 Microsoft Reactor 並與開發人員即時互動

準備好開始使用 AI 和最新技術嗎? Microsoft Reactor 提供活動、訓練和社群資源,協助開發人員、企業家和初創公司建置 AI 技術等等。 加入我們!

返回

Python Web Apps

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

  • 此系列中的活動:
  • 6

Python is one of the most popular languages for building the backends of web applications, and one of the easiest to get started on. Join us for a 6-part live series where we dive into the world of web applications, including Flask, FastAPI, Django, and containerization with Docker. This series is perfect for developers who've done a bit of Python and want to learn more ways to use your Python skills, but is also open to developers completely new to Python too.

演講者

此系列中過去的活動

時區 - 國際標準時間

6月

04

星期二

2024

Python Web Apps 101

10:30 下午 - 12:00 上午 (UTC)

In the first session of this six-week series on developing Python Web Apps, we will introduce you to the world of backend web development. We'll cover the basics of HTTP and then demonstrate how to make a Flask web application with routes, parameters, and templating. We'll also show how to turn that Flask application into an asynchronous application with Quart, for better concurrency.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

06

星期四

2024

Python Web Apps: Databases & ORMs

10:30 下午 - 12:00 上午 (UTC)

In the second session of this six-part series on developing Python Web Apps, we will continue our journey into the world of backend web development. This time, we'll focus on adding relational databases to a Python web app, using PostgreSQL and the popular SQLAlchemy ORM. We'll also show how to do migrations and use VS Code to explore the databases locally.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

11

星期二

2024

Python Web Apps: Django

10:30 下午 - 12:00 上午 (UTC)

In our third session of this six-part series on Python Web Development, we'll dive into the Django framework, a highly opinionated and very popular framework for Python web apps. We'll discover how the Django ORM and built-in admin makes it easy to build database-driven websites.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

13

星期四

2024

Python Web Apps: FastAPI

10:30 下午 - 12:00 上午 (UTC)

In our fourth session of this 6-part series on Python web development, we'll learn all about making HTTP APIs using FastAPI, the hottest new framework for Python web apps. We'll explore what makes FastAPI apps so "fast" and see the amazing auto-generated documentation.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

18

星期二

2024

Python Web Apps: Containerization with Docker

10:30 下午 - 12:00 上午 (UTC)

In our fifth session of our 6-part series on Python web app development, we'll introduce Docker, a standard way to make your web application environments replicable and portable. We'll discover how to containerize Flask, Django, and FastAPI apps, and discuss how to deploy containerized apps to clouds like Azure.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

20

星期四

2024

Python Web Apps: Testing with Pytest and Playwright

10:30 下午 - 12:00 上午 (UTC)

In our final session of this six-part series on Python web development, we'll talk about the importance of testing your web apps and the many forms of testing: unit tests, integration tests, property-based tests. We'll use the popular pytest framework to write tests, and use Playwright for browser based testing. We'll also show how to set up a CI on GitHub actions to automate tests and test coverage checks.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

此系列中過去的活動

時區 - 國際標準時間

6月

04

星期二

2024

Python Web Apps 101

10:30 下午 - 12:00 上午 (UTC)

In the first session of this six-week series on developing Python Web Apps, we will introduce you to the world of backend web development. We'll cover the basics of HTTP and then demonstrate how to make a Flask web application with routes, parameters, and templating. We'll also show how to turn that Flask application into an asynchronous application with Quart, for better concurrency.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

06

星期四

2024

Python Web Apps: Databases & ORMs

10:30 下午 - 12:00 上午 (UTC)

In the second session of this six-part series on developing Python Web Apps, we will continue our journey into the world of backend web development. This time, we'll focus on adding relational databases to a Python web app, using PostgreSQL and the popular SQLAlchemy ORM. We'll also show how to do migrations and use VS Code to explore the databases locally.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

11

星期二

2024

Python Web Apps: Django

10:30 下午 - 12:00 上午 (UTC)

In our third session of this six-part series on Python Web Development, we'll dive into the Django framework, a highly opinionated and very popular framework for Python web apps. We'll discover how the Django ORM and built-in admin makes it easy to build database-driven websites.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

13

星期四

2024

Python Web Apps: FastAPI

10:30 下午 - 12:00 上午 (UTC)

In our fourth session of this 6-part series on Python web development, we'll learn all about making HTTP APIs using FastAPI, the hottest new framework for Python web apps. We'll explore what makes FastAPI apps so "fast" and see the amazing auto-generated documentation.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

18

星期二

2024

Python Web Apps: Containerization with Docker

10:30 下午 - 12:00 上午 (UTC)

In our fifth session of our 6-part series on Python web app development, we'll introduce Docker, a standard way to make your web application environments replicable and portable. We'll discover how to containerize Flask, Django, and FastAPI apps, and discuss how to deploy containerized apps to clouds like Azure.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

6月

20

星期四

2024

Python Web Apps: Testing with Pytest and Playwright

10:30 下午 - 12:00 上午 (UTC)

In our final session of this six-part series on Python web development, we'll talk about the importance of testing your web apps and the many forms of testing: unit tests, integration tests, property-based tests. We'll use the popular pytest framework to write tests, and use Playwright for browser based testing. We'll also show how to set up a CI on GitHub actions to automate tests and test coverage checks.

  • 格式:
  • alt##Livestream線上直播

主題: WebDev

語言: 英文

隨選檢視

本頁面的一部分可能是機器翻譯或人工智能翻譯的.