realpython / materials

Bonus materials, exercises, and example projects for our Python tutorials
https://realpython.com
MIT License
4.8k stars 5.31k forks source link

Sample code for the article on async iterators #557

Closed lpozo closed 3 months ago

lpozo commented 3 months ago

Where to put new files:

How to merge your changes:

  1. Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
  2. Find an RP Team member on Slack and ask them to review & approve your PR.
  3. Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
  4. 🎉