Naar hoofdinhoud gaan

Python Web Apps

Neem deel aan Microsoft Reactor en neem live contact op met ontwikkelaars

Klaar om aan de slag te gaan met AI en de nieuwste technologieën? Microsoft Reactor biedt evenementen, training en communitybronnen om ontwikkelaars, ondernemers en startups te helpen bouwen op AI-technologie en meer. Kom kijken.

Python Web Apps

Neem deel aan Microsoft Reactor en neem live contact op met ontwikkelaars

Klaar om aan de slag te gaan met AI en de nieuwste technologieën? Microsoft Reactor biedt evenementen, training en communitybronnen om ontwikkelaars, ondernemers en startups te helpen bouwen op AI-technologie en meer. Kom kijken.

Terug

Python Web Apps

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

  • Gebeurtenissen in deze reeks:
  • 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.

Sprekers

Eerdere gebeurtenissen in deze reeks

Alle tijden in - Coordinated Universal Time

jun.

04

dinsdag

2024

Python Web Apps 101

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

06

donderdag

2024

Python Web Apps: Databases & ORMs

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

11

dinsdag

2024

Python Web Apps: Django

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

13

donderdag

2024

Python Web Apps: FastAPI

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

18

dinsdag

2024

Python Web Apps: Containerization with Docker

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

20

donderdag

2024

Python Web Apps: Testing with Pytest and Playwright

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

Eerdere gebeurtenissen in deze reeks

Alle tijden in - Coordinated Universal Time

jun.

04

dinsdag

2024

Python Web Apps 101

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

06

donderdag

2024

Python Web Apps: Databases & ORMs

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

11

dinsdag

2024

Python Web Apps: Django

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

13

donderdag

2024

Python Web Apps: FastAPI

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

18

dinsdag

2024

Python Web Apps: Containerization with Docker

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

jun.

20

donderdag

2024

Python Web Apps: Testing with Pytest and Playwright

10:30 p.m. - 12:00 a.m. (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.

  • Notatie:
  • alt##LivestreamLivestream

Onderwerp: WebDev

Taal: Engels

Weergeven op aanvraag

Delen van deze pagina kunnen machinaal of door AI vertaald zijn.