Hoppa till huvudinnehåll

Python Web Apps

Gå med i Microsoft Reactor och interagera med utvecklare live

Är du redo att komma igång med AI och de senaste teknikerna? Microsoft Reactor tillhandahåller evenemang, utbildning och communityresurser som hjälper utvecklare, entreprenörer och nystartade företag att bygga vidare på AI-teknik med mera. Följ med!

Python Web Apps

Gå med i Microsoft Reactor och interagera med utvecklare live

Är du redo att komma igång med AI och de senaste teknikerna? Microsoft Reactor tillhandahåller evenemang, utbildning och communityresurser som hjälper utvecklare, entreprenörer och nystartade företag att bygga vidare på AI-teknik med mera. Följ med!

Gå tillbaka

Python Web Apps

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

  • 이 시리즈의 이벤트:
  • 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.

Talare

이 시리즈의 과거 이벤트

Alla tider i - Samordnad universell tid

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

이 시리즈의 과거 이벤트

Alla tider i - Samordnad universell tid

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

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.

  • Format:
  • alt##LivestreamLivestream

Område: WebDev

Språk: Engelska

주문형 보기

이 페이지의 일부는 기계 또는 AI 번역될 수 있습니다.