Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
talkpython
/
async-techniques-python-course
Public
Notifications
You must be signed in to change notification settings
Fork
251
Star
467
Code
Issues
3
Pull requests
1
Discussions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 16, 2025
Clean up a ton of PyCharm project folders. Probably not beneficial here.
mikeckennedy
committed
ada7e60
Copy full SHA for ada7e60
Add a global course requirements file. See note for Windows users.
mikeckennedy
committed
63fb05e
Copy full SHA for 63fb05e
Commits on Oct 21, 2022
Let's use a more recent set of episodes.
mikeckennedy
committed
3780f9e
Copy full SHA for 3780f9e
Commits on Jan 25, 2022
Merge remote-tracking branch 'origin/master'
mikeckennedy
committed
dddaba4
Copy full SHA for dddaba4
Now that 3.7 is the oldest supported Python, let's move to f-strings.
mikeckennedy
committed
a3843d3
Copy full SHA for a3843d3
Commits on Jan 24, 2022
Merge pull request #12
Show description for a069745
mikeckennedy
authored
a069745
Copy full SHA for a069745
Fixes #16 DeprecationWarning: There is no current event loop, loop = asyncio.get_event_loop()
mikeckennedy
committed
3059998
Copy full SHA for 3059998
Commits on Jul 6, 2020
Merge remote-tracking branch 'origin/master'
mikeckennedy
committed
e035fc9
Copy full SHA for e035fc9
Let's add a little timing info to each version.
mikeckennedy
committed
f1031d6
Copy full SHA for f1031d6
Commits on Jun 28, 2020
Merge pull request #11 from lucascorbeaux/trio-0.16
Show description for 82d44f5
mikeckennedy
authored
82d44f5
Copy full SHA for 82d44f5
Commits on Jun 27, 2020
Adding a comment to explain the trio v0.11.0 compatibility changes
Lucas CORBEAUX
committed
76fd145
Copy full SHA for 76fd145
Commits on Jun 26, 2020
Upgrading prod_trio.py to work with modern version of trio package (0.11 and newer)
Show description for 0d0378e
Lucas CORBEAUX
committed
0d0378e
Copy full SHA for 0d0378e
Commits on Dec 29, 2019
Merge pull request #9 from vindard/master
Show description for 6c417a4
mikeckennedy
authored
6c417a4
Copy full SHA for 6c417a4
pin trio versions to avoid deprecated `trio.Queue` break
vindard
committed
0a5dcfd
Copy full SHA for 0a5dcfd
Commits on Oct 6, 2019
Merge pull request #8 from girisagar46/master
Show description for abb3e50
mikeckennedy
authored
abb3e50
Copy full SHA for abb3e50
Commits on Oct 5, 2019
Ignore base .idea directory
sagar.giri
committed
91381de
Copy full SHA for 91381de
Commits on Jan 9, 2019
Fix deadlock in safe_bank_fine_grained.py
willsALMANJ
authored
d70a9fe
Copy full SHA for d70a9fe
Commits on Oct 5, 2018
Fixes #5
mikeckennedy
authored
3ce7e86
Copy full SHA for 3ce7e86
Easier on windows users without build tools.
mikeckennedy
authored
5114a7b
Copy full SHA for 5114a7b
Make this easier for windows users without build tools.
mikeckennedy
authored
bfe50db
Copy full SHA for bfe50db
Make aiodns optional for easier windows installs.
mikeckennedy
authored
b69523c
Copy full SHA for b69523c
Commits on Oct 3, 2018
Compress / optimize these images.
mikeckennedy
committed
8dc5b6d
Copy full SHA for 8dc5b6d
Commits on Sep 30, 2018
Merge pull request #3 from brendonmackenzie/patch-2
Show description for 95b4076
mikeckennedy
authored
95b4076
Copy full SHA for 95b4076
Merge pull request #2 from brendonmackenzie/patch-1
Show description for a6841e6
mikeckennedy
authored
a6841e6
Copy full SHA for a6841e6
Update f-string to use python 3.5 compatible .format
Show description for 26bd2eb
brendonmackenzie
authored
26bd2eb
Copy full SHA for 26bd2eb
Update f-string to use python 3.5 compatible .format
brendonmackenzie
authored
cf02eaa
Copy full SHA for cf02eaa
Commits on Sep 28, 2018
Update the readme with details now that the course is out.
mikeckennedy
committed
9f7a2cf
Copy full SHA for 9f7a2cf
Commits on Sep 24, 2018
Transcripts complete for async course.
mikeckennedy
committed
8b8bbd9
Copy full SHA for 8b8bbd9
Commits on Sep 22, 2018
Most of the transcripts for the videos.
mikeckennedy
committed
ca9dda4
Copy full SHA for ca9dda4
Commits on Sep 18, 2018
Trio demo done.
mikeckennedy
committed
4e8fea2
Copy full SHA for 4e8fea2
Starter code for trio demo.
mikeckennedy
committed
ce6a05f
Copy full SHA for ce6a05f
Commits on Sep 17, 2018
Merge branch 'master' of https://github.com/talkpython/async-techniques-python-course
mikeckennedy
committed
23d7f68
Copy full SHA for 23d7f68
Update the image now public.
mikeckennedy
committed
7cc74ee
Copy full SHA for 7cc74ee
Commits on Sep 14, 2018
Final code for Cython threading (float version)
mikeckennedy
committed
b1e70ce
Copy full SHA for b1e70ce
Final code for Cython threading.
mikeckennedy
committed
056395a
Copy full SHA for 056395a
Pagination
Previous
Next
You can’t perform that action at this time.