Async Python Foundations: Applied Concepts
Offered By: LinkedIn Learning
Course Description
Overview
Learn the skills to take asynchronous Python from theory to practice.
Syllabus
Introduction
- Supercharging Python async
- What you should know
- Setting up locally or using Gitpod
- What makes programs slow and when async execution can help
- How async works (async/await)
- How async Python differs from other languages
- Async sleep and gather
- Challenge: Sleep_five
- Solution: Sleep_five
- Supercharging requests
- Async WebSocket client
- Challenge: Write the response to a JSON file
- Solution: Write the response to a JSON file
- How Redis shines in modern applications
- Getting started with aioredis
- Challenge: Redis chat
- Solution: Redis chat
- What is ASGI?
- ASGI landscape
- Chat app using Quart
- Async Django and Django Channels at a glance
- Challenge: Store feed data in Redis
- Solution: Store feed data in Redis
- Next steps
Taught by
Ronnie Sheer
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity