[TalkPython] Async Techniques and Examples in Python Course (2021) [En]

mp4   Hot:6   Size:1.81 GB   Created:2023-07-15 21:39:12   Update:2023-10-29 17:34:18  

File List

  • 10 Asyncio-based web frameworks/Code/acityscape_api/services/event_service.py 0 B
    10 Asyncio-based web frameworks/Code/cityscape_api/services/event_service.py 0 B
    04 async and await with asyncio/31. async web scraping.mp4 82.41 MB
    01 Welcome to the cource/2. Async for taking full advantage of modern CPUs.mp4 10.56 MB
    01 Welcome to the cource/2. Async for taking full advantage of modern CPUs.srt 3.8 KB
    01 Welcome to the cource/3. Topics covered.mp4 13.49 MB
    01 Welcome to the cource/3. Topics covered.srt 9.64 KB
    01 Welcome to the cource/4. Student prerequisites.mp4 1.44 MB
    01 Welcome to the cource/4. Student prerequisites.srt 1.56 KB
    01 Welcome to the cource/5. Meet your instructor.mp4 5.26 MB
    01 Welcome to the cource/5. Meet your instructor.srt 1.74 KB
    01 Welcome to the cource/6. Video player, A quick feature tour.mp4 4.87 MB
    01 Welcome to the cource/6. Video player, A quick feature tour.srt 3.74 KB
    02 Setup and following along/7. Do you have Python 3.mp4 5.63 MB
    02 Setup and following along/7. Do you have Python 3.srt 3.33 KB
    02 Setup and following along/8. Getting Python 3.mp4 2.49 MB
    02 Setup and following along/8. Getting Python 3.srt 1.44 KB
    02 Setup and following along/9. Recommended text editor.mp4 3.49 MB
    02 Setup and following along/9. Recommended text editor.srt 1.92 KB
    02 Setup and following along/10. Hardware requirements.mp4 2.83 MB
    02 Setup and following along/10. Hardware requirements.srt 2.53 KB
    02 Setup and following along/11. Get the source code.mp4 4.54 MB
    02 Setup and following along/11. Get the source code.srt 2.21 KB
    03 Why async/12. Async for computational speed.mp4 21.84 MB
    03 Why async/12. Async for computational speed.srt 6.57 KB
    03 Why async/13. Demo, Why you need async for speed.mp4 36.78 MB
    03 Why async/13. Demo, Why you need async for speed.srt 6.72 KB
    03 Why async/14. An upper bound for async speed improvement.mp4 7.34 MB
    03 Why async/14. An upper bound for async speed improvement.srt 7.94 KB
    03 Why async/15. Async for scalability.mp4 22.27 MB
    03 Why async/15. Async for scalability.srt 3.47 KB
    03 Why async/16. Concept, Visualizing a synchronous request.mp4 6.75 MB
    03 Why async/16. Concept, Visualizing a synchronous request.srt 6.93 KB
    03 Why async/17. Concept, Visualizing an asynchronous request.mp4 4.42 MB
    03 Why async/17. Concept, Visualizing an asynchronous request.srt 4.5 KB
    03 Why async/18. Python's async landscape.mp4 9.11 MB
    03 Why async/18. Python's async landscape.srt 7.55 KB
    03 Why async/19. Why threads don't perform in Python.mp4 6.82 MB
    03 Why async/19. Why threads don't perform in Python.srt 5.57 KB
    04 async and await with asyncio/20. Python async landscape, asyncio.mp4 3.35 MB
    04 async and await with asyncio/20. Python async landscape, asyncio.srt 2.54 KB
    04 async and await with asyncio/21. IO-driven concurrency.mp4 6.83 MB
    04 async and await with asyncio/21. IO-driven concurrency.srt 7.7 KB
    04 async and await with asyncio/22. Demo, Understanding basic generators.mp4 45.87 MB
    04 async and await with asyncio/22. Demo, Understanding basic generators.srt 16.93 KB
    04 async and await with asyncio/23. Demo, The producer-consumer app.mp4 19.78 MB
    04 async and await with asyncio/23. Demo, The producer-consumer app.srt 5.96 KB
    04 async and await with asyncio/24. Demo, Make the producer-consumer async.mp4 38.7 MB
    04 async and await with asyncio/24. Demo, Make the producer-consumer async.srt 10.34 KB
    04 async and await with asyncio/25. Demo, Make the producer-consumer async (methods).mp4 64.78 MB
    04 async and await with asyncio/25. Demo, Make the producer-consumer async (methods).srt 12.64 KB
    04 async and await with asyncio/26. Concept, asyncio.mp4 3.05 MB
    04 async and await with asyncio/26. Concept, asyncio.srt 2.58 KB
    04 async and await with asyncio/27. Performance improvements of producer consumer with asyncio.mp4 6.89 MB
    04 async and await with asyncio/27. Performance improvements of producer consumer with asyncio.srt 3.54 KB
    04 async and await with asyncio/28. Faster asyncio loops with uvloop.mp4 42.94 MB
    04 async and await with asyncio/28. Faster asyncio loops with uvloop.srt 7.76 KB
    04 async and await with asyncio/29. Let's do some real work.mp4 12.02 MB
    04 async and await with asyncio/29. Let's do some real work.srt 2.24 KB
    04 async and await with asyncio/30. Synchronous web scraping.mp4 27.01 MB
    04 async and await with asyncio/30. Synchronous web scraping.srt 5.92 KB
    01 Welcome to the cource/1. Course introduction.srt 2.82 KB
    04 async and await with asyncio/31. async web scraping.srt 17.29 KB
    04 async and await with asyncio/32. Concept, async web scraping.mp4 3.77 MB
    04 async and await with asyncio/32. Concept, async web scraping.srt 2.73 KB
    04 async and await with asyncio/33. Other async-enabled libraries.mp4 13.55 MB
    04 async and await with asyncio/33. Other async-enabled libraries.srt 7.06 KB
    04 async and await with asyncio/Code/.idea/vcs.xml 186 B
    04 async and await with asyncio/Code/.idea/dictionaries/screencaster.xml 235 B
    04 async and await with asyncio/Code/generator/simple_gen.py 463 B
    04 async and await with asyncio/Code/loops/loops_asyncio/loop_program.py 1.06 KB
    04 async and await with asyncio/Code/loops/loops_uv/loop_program_uv.py 1.13 KB
    04 async and await with asyncio/Code/loops/loops_uv/requirements.txt 7 B
    04 async and await with asyncio/Code/producer_consumer/prod_async/async_program.py 1.37 KB
    04 async and await with asyncio/Code/producer_consumer/prod_async/requirements.txt 9 B
    04 async and await with asyncio/Code/producer_consumer/prod_sync/requirements.txt 8 B
    04 async and await with asyncio/Code/producer_consumer/prod_sync/sync_program.py 1.14 KB
    04 async and await with asyncio/Code/web_scraping/async_scrape/program.py 1.61 KB
    04 async and await with asyncio/Code/web_scraping/async_scrape/requirements.txt 168 B
    04 async and await with asyncio/Code/web_scraping/sync_scrape/program.py 951 B
    04 async and await with asyncio/Code/web_scraping/sync_scrape/requirements.txt 23 B
    05 Threads/34. Python async landscape, Threads.mp4 2.57 MB
    05 Threads/34. Python async landscape, Threads.srt 2.07 KB
    05 Threads/35. Visual of thread execution.mp4 2.03 MB
    05 Threads/35. Visual of thread execution.srt 2.59 KB
    05 Threads/36. How to choose between asyncio and threads.mp4 12.67 MB
    05 Threads/36. How to choose between asyncio and threads.srt 4.93 KB
    05 Threads/37. Demo, hello threads.mp4 31.89 MB
    05 Threads/37. Demo, hello threads.srt 9.51 KB
    05 Threads/38. Demo, Waiting on more than one thread.mp4 28.09 MB
    05 Threads/38. Demo, Waiting on more than one thread.srt 6.5 KB
    05 Threads/39. Demo, Something productive with threads.mp4 33.45 MB
    05 Threads/39. Demo, Something productive with threads.srt 5.67 KB
    05 Threads/40. Concept, Thread API.mp4 4.18 MB
    05 Threads/40. Concept, Thread API.srt 3.58 KB
    05 Threads/41. Concept, Tips for multiple threads.mp4 1.95 MB
    05 Threads/41. Concept, Tips for multiple threads.srt 1.64 KB
    05 Threads/42. Cancelling threads with user input.mp4 58.16 MB
    05 Threads/42. Cancelling threads with user input.srt 10.78 KB
    05 Threads/43. Concept, Timeouts.mp4 3.37 MB
    05 Threads/43. Concept, Timeouts.srt 2.73 KB
    05 Threads/44. Demo, Attempting to leverage multiple cores with threads.mp4 39.48 MB
    05 Threads/44. Demo, Attempting to leverage multiple cores with threads.srt 10.33 KB
    05 Threads/Code/requirements.txt 9 B
    05 Threads/Code/.idea/dictionaries/screencaster.xml 152 B
    05 Threads/Code/basic_threads/sync_prod.py 1.16 KB
    05 Threads/Code/basic_threads/threaded_prod.py 1.82 KB
    05 Threads/Code/cpu_attempt/compute_it.py 419 B
    05 Threads/Code/cpu_attempt/compute_threaded.py 987 B
    05 Threads/Code/hello_threads/hello.py 691 B
    06 Thread safety/45. Python async landscape, Thread Safety landscape.mp4 2 MB
    06 Thread safety/45. Python async landscape, Thread Safety landscape.srt 1.73 KB
    06 Thread safety/46. Threads are dangerous.mp4 14.4 MB
    06 Thread safety/46. Threads are dangerous.srt 3.12 KB
    06 Thread safety/47. Visualizing the need for thread safety.mp4 7.23 MB
    06 Thread safety/47. Visualizing the need for thread safety.srt 7.26 KB
    06 Thread safety/48. Demo, An unsafe bank.mp4 44.53 MB
    06 Thread safety/48. Demo, An unsafe bank.srt 10.25 KB
    06 Thread safety/49. Demo, Make the bank safe (global).mp4 37.37 MB
    06 Thread safety/49. Demo, Make the bank safe (global).srt 8.65 KB
    06 Thread safety/50. Demo, A missed lock in our bank (global).mp4 19.08 MB
    06 Thread safety/50. Demo, A missed lock in our bank (global).srt 3.35 KB
    06 Thread safety/51. Demo, Make the bank safe (fine-grained).mp4 52.78 MB
    06 Thread safety/51. Demo, Make the bank safe (fine-grained).srt 10.87 KB
    06 Thread safety/52. Demo, Breaking a deadlock.mp4 34.12 MB
    06 Thread safety/52. Demo, Breaking a deadlock.srt 6.74 KB
    06 Thread safety/53. Concept, Basic thread safety.mp4 3.45 MB
    06 Thread safety/53. Concept, Basic thread safety.srt 3.4 KB
    06 Thread safety/Code/safe_bank.py 2.44 KB
    06 Thread safety/Code/safe_bank_fine_grained.py 2.86 KB
    06 Thread safety/Code/unsafe_bank.py 2.15 KB
    06 Thread safety/Code/.idea/vcs.xml 186 B
    07 Leveraging CPU cores with multiprocessing/54. Python async landscape, multiprocessing.mp4 2.66 MB
    07 Leveraging CPU cores with multiprocessing/54. Python async landscape, multiprocessing.srt 2.03 KB
    07 Leveraging CPU cores with multiprocessing/55. Introduction to scaling CPU-bound operations.mp4 4.2 MB
    07 Leveraging CPU cores with multiprocessing/55. Introduction to scaling CPU-bound operations.srt 3.94 KB
    07 Leveraging CPU cores with multiprocessing/56. Demo, Scaling CPU-bound operations with multiprocessing.mp4 46.84 MB
    07 Leveraging CPU cores with multiprocessing/56. Demo, Scaling CPU-bound operations with multiprocessing.srt 9.24 KB
    07 Leveraging CPU cores with multiprocessing/57. Concept, Scaling CPU-bound operations.mp4 4.69 MB
    07 Leveraging CPU cores with multiprocessing/57. Concept, Scaling CPU-bound operations.srt 2.8 KB
    07 Leveraging CPU cores with multiprocessing/58. Multiprocessing return values.mp4 19 MB
    07 Leveraging CPU cores with multiprocessing/58. Multiprocessing return values.srt 4.52 KB
    07 Leveraging CPU cores with multiprocessing/59. Concept, Return values.mp4 2.54 MB
    07 Leveraging CPU cores with multiprocessing/59. Concept, Return values.srt 2.11 KB
    07 Leveraging CPU cores with multiprocessing/Code/.idea/vcs.xml 186 B
    07 Leveraging CPU cores with multiprocessing/Code/cpu_attempt/compute_it.py 419 B
    07 Leveraging CPU cores with multiprocessing/Code/cpu_attempt/compute_multiprocessing.py 989 B
    07 Leveraging CPU cores with multiprocessing/Code/cpu_attempt/compute_threaded.py 987 B
    08 Common APIs with execution pools/60. Python async landscape, Execution pools.mp4 5.32 MB
    08 Common APIs with execution pools/60. Python async landscape, Execution pools.srt 3.83 KB
    08 Common APIs with execution pools/61. Demo, Executor app introduction.mp4 16.92 MB
    08 Common APIs with execution pools/61. Demo, Executor app introduction.srt 4.74 KB
    08 Common APIs with execution pools/62. Demo, Executor app (threaded-edition).mp4 62.73 MB
    08 Common APIs with execution pools/62. Demo, Executor app (threaded-edition).srt 13.05 KB
    08 Common APIs with execution pools/63. Demo, Executor app (process-edition).mp4 12.79 MB
    08 Common APIs with execution pools/63. Demo, Executor app (process-edition).srt 3.24 KB
    08 Common APIs with execution pools/64. Concept, Execution pools.mp4 5.25 MB
    08 Common APIs with execution pools/64. Concept, Execution pools.srt 3.59 KB
    08 Common APIs with execution pools/Code/program.py 1.8 KB
    08 Common APIs with execution pools/Code/requirements.txt 13 B
    08 Common APIs with execution pools/Code/.idea/vcs.xml 186 B
    08 Common APIs with execution pools/Code/.idea/dictionaries/screencaster.xml 148 B
    09 Built on asyncio/65. Python async landscape, asyncio derivatives.mp4 3.6 MB
    09 Built on asyncio/65. Python async landscape, asyncio derivatives.srt 2.89 KB
    09 Built on asyncio/66. Why do we need more libraries.mp4 14.33 MB
    09 Built on asyncio/66. Why do we need more libraries.srt 8.58 KB
    09 Built on asyncio/67. Introducing unsync.mp4 30.72 MB
    09 Built on asyncio/67. Introducing unsync.srt 4.52 KB
    09 Built on asyncio/68. Demo, unsync app introduction.mp4 38.3 MB
    09 Built on asyncio/68. Demo, unsync app introduction.srt 8.69 KB
    09 Built on asyncio/69. Demo, unsync app for mixed-mode parallelism.mp4 56.24 MB
    09 Built on asyncio/69. Demo, unsync app for mixed-mode parallelism.srt 10.36 KB
    09 Built on asyncio/70. Concept, Mixed-mode parallelism with unsync.mp4 8.85 MB
    09 Built on asyncio/70. Concept, Mixed-mode parallelism with unsync.srt 6.5 KB
    09 Built on asyncio/71. Introducing Trio.mp4 4.93 MB
    09 Built on asyncio/71. Introducing Trio.srt 1.95 KB
    09 Built on asyncio/72. Demo, Starter code for Trio app.mp4 9.34 MB
    09 Built on asyncio/72. Demo, Starter code for Trio app.srt 2.4 KB
    09 Built on asyncio/73. Demo, Converting from asyncio to Trio.mp4 56.01 MB
    09 Built on asyncio/73. Demo, Converting from asyncio to Trio.srt 9.2 KB
    09 Built on asyncio/74. Demo, Cancellation with Trio.mp4 16.4 MB
    09 Built on asyncio/74. Demo, Cancellation with Trio.srt 3.69 KB
    09 Built on asyncio/75. Concept, Trio nurseries.mp4 3.88 MB
    09 Built on asyncio/75. Concept, Trio nurseries.srt 2.4 KB
    09 Built on asyncio/76. The trio-async package.mp4 4.22 MB
    09 Built on asyncio/76. The trio-async package.srt 1.76 KB
    09 Built on asyncio/Code/requirements.txt 216 B
    09 Built on asyncio/Code/.idea/vcs.xml 186 B
    09 Built on asyncio/Code/.idea/dictionaries/screencaster.xml 256 B
    09 Built on asyncio/Code/the_trio/prod_asyncio.py 1.45 KB
    09 Built on asyncio/Code/the_trio/prod_sync.py 1.16 KB
    09 Built on asyncio/Code/the_trio/prod_trio.py 1.4 KB
    09 Built on asyncio/Code/the_unsync/nosync.py 1.24 KB
    09 Built on asyncio/Code/the_unsync/presync.py 1.78 KB
    09 Built on asyncio/Code/the_unsync/thesync.py 1.59 KB
    10 Asyncio-based web frameworks/77. Python async landscape, Async web.mp4 3.47 MB
    10 Asyncio-based web frameworks/77. Python async landscape, Async web.srt 2.55 KB
    10 Asyncio-based web frameworks/78. Review, Request latency again.mp4 2.91 MB
    10 Asyncio-based web frameworks/78. Review, Request latency again.srt 3.28 KB
    10 Asyncio-based web frameworks/79. Demo, Introducing our Flask API.mp4 33.76 MB
    10 Asyncio-based web frameworks/79. Demo, Introducing our Flask API.srt 9.75 KB
    10 Asyncio-based web frameworks/80. There is no async support for Flask.mp4 5.31 MB
    10 Asyncio-based web frameworks/80. There is no async support for Flask.srt 3.41 KB
    10 Asyncio-based web frameworks/81. Demo, Introducing Quart for async Flask.mp4 6.16 MB
    10 Asyncio-based web frameworks/81. Demo, Introducing Quart for async Flask.srt 2 KB
    10 Asyncio-based web frameworks/82. Demo, Converting from Flask to Quart.mp4 12.54 MB
    10 Asyncio-based web frameworks/82. Demo, Converting from Flask to Quart.srt 2.65 KB
    10 Asyncio-based web frameworks/83. Demo, Making our API async.mp4 42.99 MB
    10 Asyncio-based web frameworks/83. Demo, Making our API async.srt 8 KB
    10 Asyncio-based web frameworks/84. Demo, An async weather endpoint.mp4 10.57 MB
    10 Asyncio-based web frameworks/84. Demo, An async weather endpoint.srt 2.66 KB
    10 Asyncio-based web frameworks/85. Concept, Flask to Quart.mp4 7.78 MB
    10 Asyncio-based web frameworks/85. Concept, Flask to Quart.srt 5.02 KB
    10 Asyncio-based web frameworks/86. Load testing web apps with wrk.mp4 7.1 MB
    10 Asyncio-based web frameworks/86. Load testing web apps with wrk.srt 4.35 KB
    10 Asyncio-based web frameworks/87. A note about rate limiting with external services.mp4 25.6 MB
    10 Asyncio-based web frameworks/87. A note about rate limiting with external services.srt 6.49 KB
    10 Asyncio-based web frameworks/88. Performance results.mp4 11.94 MB
    10 Asyncio-based web frameworks/88. Performance results.srt 6.65 KB
    10 Asyncio-based web frameworks/89. Remember to run on an ASGI server.mp4 12.53 MB
    10 Asyncio-based web frameworks/89. Remember to run on an ASGI server.srt 3.17 KB
    10 Asyncio-based web frameworks/Code/.idea/vcs.xml 186 B
    10 Asyncio-based web frameworks/Code/.idea/dictionaries/screencaster.xml 193 B
    10 Asyncio-based web frameworks/Code/acityscape_api/app.py 817 B
    10 Asyncio-based web frameworks/Code/acityscape_api/requirements.txt 222 B
    10 Asyncio-based web frameworks/Code/acityscape_api/config/dev.json 98 B
    10 Asyncio-based web frameworks/Code/acityscape_api/config/prod.json 99 B
    10 Asyncio-based web frameworks/Code/acityscape_api/config/settings.py 293 B
    async-techniques-python-course-master.zip 270.11 KB
    10 Asyncio-based web frameworks/Code/acityscape_api/services/location_service.py 934 B
    10 Asyncio-based web frameworks/Code/acityscape_api/services/sun_service.py 1.61 KB
    10 Asyncio-based web frameworks/Code/acityscape_api/services/weather_service.py 455 B
    10 Asyncio-based web frameworks/Code/acityscape_api/views/city_api.py 742 B
    10 Asyncio-based web frameworks/Code/acityscape_api/views/home.py 414 B
    10 Asyncio-based web frameworks/Code/cityscape_api/app.py 817 B
    10 Asyncio-based web frameworks/Code/cityscape_api/requirements.txt 77 B
    10 Asyncio-based web frameworks/Code/cityscape_api/config/dev.json 98 B
    10 Asyncio-based web frameworks/Code/cityscape_api/config/prod.json 99 B
    10 Asyncio-based web frameworks/Code/cityscape_api/config/settings.py 293 B
    01 Welcome to the cource/1. Course introduction.mp4 5.72 MB
    10 Asyncio-based web frameworks/Code/cityscape_api/services/location_service.py 822 B
    10 Asyncio-based web frameworks/Code/cityscape_api/services/sun_service.py 1.5 KB
    10 Asyncio-based web frameworks/Code/cityscape_api/services/weather_service.py 361 B
    10 Asyncio-based web frameworks/Code/cityscape_api/views/city_api.py 712 B
    10 Asyncio-based web frameworks/Code/cityscape_api/views/home.py 414 B
    11 Parallelism in C with Cython/90. Python async landscape, Cython.mp4 3.96 MB
    11 Parallelism in C with Cython/90. Python async landscape, Cython.srt 2.46 KB
    11 Parallelism in C with Cython/91. C and Python are friends.mp4 12.81 MB
    11 Parallelism in C with Cython/91. C and Python are friends.srt 3.42 KB
    11 Parallelism in C with Cython/92. Why Cython.mp4 12.88 MB
    11 Parallelism in C with Cython/92. Why Cython.srt 5.6 KB
    11 Parallelism in C with Cython/93. Cython syntax compared.mp4 6.31 MB
    11 Parallelism in C with Cython/93. Cython syntax compared.srt 4.85 KB
    11 Parallelism in C with Cython/94. Demo, Hello Cython.mp4 51.89 MB
    11 Parallelism in C with Cython/94. Demo, Hello Cython.srt 8.95 KB
    11 Parallelism in C with Cython/95. Concept, Getting started with Cython.mp4 3.52 MB
    11 Parallelism in C with Cython/95. Concept, Getting started with Cython.srt 2.26 KB
    11 Parallelism in C with Cython/96. Demo, Fast threading with cython (app review).mp4 21.62 MB
    11 Parallelism in C with Cython/96. Demo, Fast threading with cython (app review).srt 5.12 KB
    11 Parallelism in C with Cython/97. Demo, Fast threading with Cython (hotspot).mp4 10.57 MB
    11 Parallelism in C with Cython/97. Demo, Fast threading with Cython (hotspot).srt 3.62 KB
    11 Parallelism in C with Cython/98. Demo, Fast threading with Cython (conversion).mp4 21.54 MB
    11 Parallelism in C with Cython/98. Demo, Fast threading with Cython (conversion).srt 4.14 KB
    11 Parallelism in C with Cython/99. Demo, Fast threading with Cython (GIL-less).mp4 27.88 MB
    11 Parallelism in C with Cython/99. Demo, Fast threading with Cython (GIL-less).srt 6.79 KB
    11 Parallelism in C with Cython/100. Demo, Fast threading with Cython (int overflow issues).mp4 25.8 MB
    11 Parallelism in C with Cython/100. Demo, Fast threading with Cython (int overflow issues).srt 5.43 KB
    11 Parallelism in C with Cython/101. Concept, Cython's nogil.mp4 3.57 MB
    11 Parallelism in C with Cython/101. Concept, Cython's nogil.srt 2.67 KB
    11 Parallelism in C with Cython/Code/requirements.txt 7 B
    11 Parallelism in C with Cython/Code/.idea/vcs.xml 186 B
    11 Parallelism in C with Cython/Code/.idea/dictionaries/screencaster.xml 150 B
    11 Parallelism in C with Cython/Code/hello_world/greeter.pyx 110 B
    11 Parallelism in C with Cython/Code/hello_world/program.py 133 B
    11 Parallelism in C with Cython/Code/hello_world/setup.py 119 B
    11 Parallelism in C with Cython/Code/perf/compute_cython.py 1.07 KB
    11 Parallelism in C with Cython/Code/perf/compute_it.py 420 B
    11 Parallelism in C with Cython/Code/perf/compute_multiprocessing.py 987 B
    11 Parallelism in C with Cython/Code/perf/compute_threaded.py 1.03 KB
    11 Parallelism in C with Cython/Code/perf/math_core.pyx 282 B
    11 Parallelism in C with Cython/Code/perf/setup.py 121 B
    12 Course conclusion and review/102. The finish line.mp4 1.81 MB
    12 Course conclusion and review/102. The finish line.srt 1.14 KB
    12 Course conclusion and review/103. Review, Why async.mp4 9.44 MB
    12 Course conclusion and review/103. Review, Why async.srt 4.01 KB
    12 Course conclusion and review/104. Review, asyncio.mp4 2.21 MB
    12 Course conclusion and review/104. Review, asyncio.srt 2.17 KB
    12 Course conclusion and review/105. Review, Threads.mp4 3.06 MB
    12 Course conclusion and review/105. Review, Threads.srt 2.67 KB
    12 Course conclusion and review/106. Review, Thread safety.mp4 5.1 MB
    12 Course conclusion and review/106. Review, Thread safety.srt 5.03 KB
    12 Course conclusion and review/107. Review, multiprocessing.mp4 6.7 MB
    12 Course conclusion and review/107. Review, multiprocessing.srt 4.62 KB
    12 Course conclusion and review/108. Review, Execution pools.mp4 5.78 MB
    12 Course conclusion and review/108. Review, Execution pools.srt 3.55 KB
    12 Course conclusion and review/109. Review, Mixed-mode parallelism.mp4 5.85 MB
    12 Course conclusion and review/109. Review, Mixed-mode parallelism.srt 3.71 KB
    12 Course conclusion and review/110. Review, Coordination with Trio.mp4 5.07 MB
    12 Course conclusion and review/110. Review, Coordination with Trio.srt 3.36 KB
    12 Course conclusion and review/111. Review, Async Flask.mp4 4.22 MB
    12 Course conclusion and review/111. Review, Async Flask.srt 2.42 KB
    12 Course conclusion and review/112. Review, Cython.mp4 4.19 MB
    12 Course conclusion and review/112. Review, Cython.srt 3.02 KB
    12 Course conclusion and review/113. Thanks and goodbye.mp4 1.36 MB
    12 Course conclusion and review/113. Thanks and goodbye.srt 632 B

Download Info

  • Tips

    “[TalkPython] Async Techniques and Examples in Python Course (2021) [En]” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.