René's URL Explorer Experiment


Title: Asychronous Programming — Programming in Python 7.0 documentation

direct link

Domain: uwpce-pythoncert.github.io

Links:

https://uwpce-pythoncert.github.io/ProgrammingInPython/index.html
1. Setting up your Environmenthttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/01-setting_up/index.html
2. Basic Pythonhttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/02-basic_python/index.html
3. Booleans and Recursionhttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/03-recursion_booleans/index.html
4. Sequences and Iterationhttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/04-sequences_iteration/index.html
5. Basic Text Handlinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/05-text_handling/index.html
6. Exception Handlinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/06-exceptions/index.html
7. Unit Testinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/07-unit_testing/index.html
8. Dictionaries and Setshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/08-dicts_sets/index.html
9. File Handlinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/09-files/index.html
10. Modules and Packageshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/10-modules_packages/index.html
11. Advanced Argument Passinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/11-argument_passing/index.html
12. Comprehensionshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/12-comprehensions/index.html
13. Intro to Object Oriented Programinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/13-intro_oo/index.html
14. Properties and Magic Methodshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/14-magic_methods/index.html
15. Subclassing and Inheritancehttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/15-subclassing/index.html
16. Multiple Inheritancehttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/16-multiple_inheritance/index.html
17. Introduction to Functional Programminghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/17-functional_programming/index.html
18. Advanced Testinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/18-advanced_testing/index.html
19. Extra Topicshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/99-extras/index.html
Coding Style and Lintinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Pep8.html
Code Reviewshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/CodeReviews.html
Persistence and Serializationhttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/PersistanceAndSerialization.html
Unicode in Pythonhttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Unicode.html
Iterators and Generatorshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/IteratorsAndGenerators.html
Decoratorshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Decorators.html
Mailroom – Decoratoring ithttps://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/mailroom/mailroom-decorator.html
Context Managershttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/ContextManagers.html
A Couple Handy Context Managershttps://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/context-managers-exercise.html
Metaprogramminghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/MetaProgramming.html
Mailroom – metaprogramming it!https://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/mailroom/mailroom-meta.html
Logging and the logging modulehttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Logging.html
Debugginghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Debugging.html
No SQL Databaseshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/NoSQL.html
Graph Databaseshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/GraphDatabases.html
Concurrent Programminghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Concurrency.html
Asychronous Programminghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html
Notes on Coroutineshttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Coroutines.html
Threading and multiprocessinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/ThreadingMultiprocessing.html
Threaded Web Scraperhttps://uwpce-pythoncert.github.io/ProgrammingInPython/exercises/threaded_downloader.html
Performance and Profilinghttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Profiling.html
Programming in Pythonhttps://uwpce-pythoncert.github.io/ProgrammingInPython/index.html
https://uwpce-pythoncert.github.io/ProgrammingInPython/index.html
19. Extra Topicshttps://uwpce-pythoncert.github.io/ProgrammingInPython/topics/99-extras/index.html
View page sourcehttps://uwpce-pythoncert.github.io/ProgrammingInPython/_sources/modules/Async.rst.txt
Previoushttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Concurrency.html
Next https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Coroutines.html
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#asychronous-programming
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#asynchronous-programming
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#why-async
https://hackernoon.com/asyncio-for-the-working-python-developer-5c468e6e2e8e#.dlhcuy23hhttps://hackernoon.com/asyncio-for-the-working-python-developer-5c468e6e2e8e#.dlhcuy23h
http://www.aosabook.org/en/500L/a-web-crawler-with-asyncio-coroutines.htmlhttp://www.aosabook.org/en/500L/a-web-crawler-with-asyncio-coroutines.html
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#my-take
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#single-page-apps-and-websockets
https://en.wikipedia.org/wiki/Single-page_applicationhttps://en.wikipedia.org/wiki/Single-page_application
https://en.wikipedia.org/wiki/WebSockethttps://en.wikipedia.org/wiki/WebSocket
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#client-side-http
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#blocking
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#event-loops
How To Communicate With Your GUI Via Socketshttps://www.blog.pythonlibrary.org/2013/06/27/wxpython-how-to-communicate-with-your-gui-via-sockets/
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#callbacks
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#coroutines
https://en.wikipedia.org/wiki/Coroutinehttps://en.wikipedia.org/wiki/Coroutine
http://www.dabeaz.com/coroutines/Coroutines.pdfhttp://www.dabeaz.com/coroutines/Coroutines.pdf
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#async-await
The Trio projecthttps://github.com/python-trio/trio
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#using-async-await
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#running-a-coroutine
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#scheduling-it-to-run
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#think-of-async-await-as-an-api-for-asynchronous-programming
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#future-objects
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#the-event-loop
ultra_simple.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/55ad87a5810d2526f7a268685e2c593d/ultra_simple.py
async_time.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/759e77431169ef645ab0af9da6dd5990/async_timer.py
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#calling-a-regular-function
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#giving-up-control
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#running-blocking-code
https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executorhttps://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor
async_executor.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/5fcc922e232dba94d872d8bb3693f766/async_executor.py
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#running-a-bunch-of-tasks
gather.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/5191f18c29e0304aa9ecf3a3c24d288a/gather.py
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#doing-real-work-with-async
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#web-servers-and-clients
https://twistedmatrix.com/trac/https://twistedmatrix.com/trac/
http://www.tornadoweb.org/en/stable/http://www.tornadoweb.org/en/stable/
http://aiohttp.readthedocs.io/http://aiohttp.readthedocs.io/
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#aiohttp
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#an-async-client-example
Asynchronous HTTP Requests in Pythonhttp://terriblecode.com/blog/asynchronous-http-requests-in-python/
http://stats.nba.com/http://stats.nba.com/
nba_stats_sync.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/f29a8bf1520fee10243ea5036e514e2b/nba_stats_sync.py
nba_stats_async.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/642914b2ed03ec925362d45ac03ce421/nba_stats_async.py
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#one-that-works
get_news_sync.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/cfd6afe51bc5be67deffa8b0c595753c/get_news_sync.py
get_news_async.pyhttps://uwpce-pythoncert.github.io/ProgrammingInPython/_downloads/d935f1a96a5b841a5ec3d6d4124e1601/get_news_async.py
https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Async.html#references
http://cheat.readthedocs.io/en/latest/python/asyncio.htmlhttp://cheat.readthedocs.io/en/latest/python/asyncio.html
https://youtu.be/MCs5OvhV9S4https://youtu.be/MCs5OvhV9S4
https://youtu.be/ZzfHjytDceUhttps://youtu.be/ZzfHjytDceU
https://www.youtube.com/watch?v=lYe8W04ERnYhttps://www.youtube.com/watch?v=lYe8W04ERnY
Previoushttps://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Concurrency.html
Next https://uwpce-pythoncert.github.io/ProgrammingInPython/modules/Coroutines.html
Sphinxhttps://www.sphinx-doc.org/
themehttps://github.com/readthedocs/sphinx_rtd_theme
Read the Docshttps://readthedocs.org

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.