Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
talkpython
/
async-techniques-python-course
Public
Notifications
You must be signed in to change notification settings
Fork
254
Star
481
Code
Issues
3
Pull requests
10
Discussions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 24, 2025
ruff check --fix'es as well
mikeckennedy
committed
af83bbc
View commit details
Copy full SHA for af83bbc
Browse repository at this point
ruff formatted code
mikeckennedy
committed
daee5f9
View commit details
Copy full SHA for daee5f9
Browse repository at this point
Update dependencies and add uv pip-compile functionality to update in the future.
mikeckennedy
committed
c5fc417
View commit details
Copy full SHA for c5fc417
Browse repository at this point
Patch up some minor fixes for the transcripts
mikeckennedy
committed
3e8e587
View commit details
Copy full SHA for 3e8e587
Browse repository at this point
Update to latest requirements
mikeckennedy
committed
6baaee2
View commit details
Copy full SHA for 6baaee2
Browse repository at this point
Add a config file for ruff formatting
mikeckennedy
committed
911e522
View commit details
Copy full SHA for 911e522
Browse repository at this point
Add a config file for Pyrefly type checker
mikeckennedy
committed
dee7177
View commit details
Copy full SHA for dee7177
Browse repository at this point
Merge pull request #21 from serixscorpio/rm-cchardet
Show description for bee9ba9
mikeckennedy
authored
bee9ba9
View commit details
Copy full SHA for bee9ba9
Browse repository at this point
Commits on Sep 16, 2025
Clean up a ton of PyCharm project folders. Probably not beneficial here.
mikeckennedy
committed
ada7e60
View commit details
Copy full SHA for ada7e60
Browse repository at this point
Add a global course requirements file. See note for Windows users.
mikeckennedy
committed
63fb05e
View commit details
Copy full SHA for 63fb05e
Browse repository at this point
Commits on Dec 7, 2022
Remove dependency on `cchardet`.
serixscorpio
committed
530d97f
View commit details
Copy full SHA for 530d97f
Browse repository at this point
Commits on Oct 21, 2022
Let's use a more recent set of episodes.
mikeckennedy
committed
3780f9e
View commit details
Copy full SHA for 3780f9e
Browse repository at this point
Commits on Jan 25, 2022
Merge remote-tracking branch 'origin/master'
mikeckennedy
committed
dddaba4
View commit details
Copy full SHA for dddaba4
Browse repository at this point
Now that 3.7 is the oldest supported Python, let's move to f-strings.
mikeckennedy
committed
a3843d3
View commit details
Copy full SHA for a3843d3
Browse repository at this point
Commits on Jan 24, 2022
Merge pull request #12
Show description for a069745
mikeckennedy
authored
a069745
View commit details
Copy full SHA for a069745
Browse repository at this point
Fixes #16 DeprecationWarning: There is no current event loop, loop = asyncio.get_event_loop()
mikeckennedy
committed
3059998
View commit details
Copy full SHA for 3059998
Browse repository at this point
Commits on Jul 6, 2020
Merge remote-tracking branch 'origin/master'
mikeckennedy
committed
e035fc9
View commit details
Copy full SHA for e035fc9
Browse repository at this point
Let's add a little timing info to each version.
mikeckennedy
committed
f1031d6
View commit details
Copy full SHA for f1031d6
Browse repository at this point
Commits on Jun 28, 2020
Merge pull request #11 from lucascorbeaux/trio-0.16
Show description for 82d44f5
mikeckennedy
authored
82d44f5
View commit details
Copy full SHA for 82d44f5
Browse repository at this point
Commits on Jun 27, 2020
Adding a comment to explain the trio v0.11.0 compatibility changes
Lucas CORBEAUX
committed
76fd145
View commit details
Copy full SHA for 76fd145
Browse repository at this point
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
View commit details
Copy full SHA for 0d0378e
Browse repository at this point
Commits on Dec 29, 2019
Merge pull request #9 from vindard/master
Show description for 6c417a4
mikeckennedy
authored
6c417a4
View commit details
Copy full SHA for 6c417a4
Browse repository at this point
pin trio versions to avoid deprecated `trio.Queue` break
vindard
committed
0a5dcfd
View commit details
Copy full SHA for 0a5dcfd
Browse repository at this point
Commits on Oct 6, 2019
Merge pull request #8 from girisagar46/master
Show description for abb3e50
mikeckennedy
authored
abb3e50
View commit details
Copy full SHA for abb3e50
Browse repository at this point
Commits on Oct 5, 2019
Ignore base .idea directory
sagar.giri
committed
91381de
View commit details
Copy full SHA for 91381de
Browse repository at this point
Commits on Jan 9, 2019
Fix deadlock in safe_bank_fine_grained.py
willsALMANJ
authored
d70a9fe
View commit details
Copy full SHA for d70a9fe
Browse repository at this point
Commits on Oct 5, 2018
Fixes #5
mikeckennedy
authored
3ce7e86
View commit details
Copy full SHA for 3ce7e86
Browse repository at this point
Easier on windows users without build tools.
mikeckennedy
authored
5114a7b
View commit details
Copy full SHA for 5114a7b
Browse repository at this point
Make this easier for windows users without build tools.
mikeckennedy
authored
bfe50db
View commit details
Copy full SHA for bfe50db
Browse repository at this point
Make aiodns optional for easier windows installs.
mikeckennedy
authored
b69523c
View commit details
Copy full SHA for b69523c
Browse repository at this point
Commits on Oct 3, 2018
Compress / optimize these images.
mikeckennedy
committed
8dc5b6d
View commit details
Copy full SHA for 8dc5b6d
Browse repository at this point
Commits on Sep 30, 2018
Merge pull request #3 from brendonmackenzie/patch-2
Show description for 95b4076
mikeckennedy
authored
95b4076
View commit details
Copy full SHA for 95b4076
Browse repository at this point
Merge pull request #2 from brendonmackenzie/patch-1
Show description for a6841e6
mikeckennedy
authored
a6841e6
View commit details
Copy full SHA for a6841e6
Browse repository at this point
Update f-string to use python 3.5 compatible .format
Show description for 26bd2eb
brendonmackenzie
authored
26bd2eb
View commit details
Copy full SHA for 26bd2eb
Browse repository at this point
Update f-string to use python 3.5 compatible .format
brendonmackenzie
authored
cf02eaa
View commit details
Copy full SHA for cf02eaa
Browse repository at this point
Previous
Next
You can’t perform that action at this time.