zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
Async Techniques and Examples in Python
magnet:?xt=urn:btih:c6a5d7eddcf820a0d02492c10d24357f12d4cb89&dn=Async Techniques and Examples in Python
磁力链接详情
文件列表详情
c6a5d7eddcf820a0d02492c10d24357f12d4cb89
infohash:
113
文件数量
1.81 GB
文件大小
2023-11-6 06:49
创建日期
2024-11-7 02:50
最后访问
相关分词
Async
Techniques
and
Examples
in
Python
12. Course conclusion and review/113. Thanks and goodbye.mp4 1.36 MB
1. Welcome to the cource/4. Student prerequisites.mp4 1.44 MB
12. Course conclusion and review/102. The finish line.mp4 1.81 MB
5. Threads/41. Concept, Tips for multiple threads.mp4 1.95 MB
6. Thread safety/45. Python async landscape, Thread Safety landscape.mp4 2 MB
5. Threads/35. Visual of thread execution.mp4 2.03 MB
12. Course conclusion and review/104. Review, asyncio.mp4 2.21 MB
2. Setup and following along/8. Getting Python 3.mp4 2.49 MB
7. Leveraging CPU cores with multiprocessing/59. Concept, Return values.mp4 2.54 MB
5. Threads/34. Python async landscape, Threads.mp4 2.57 MB
7. Leveraging CPU cores with multiprocessing/54. Python async landscape, multiprocessing.mp4 2.66 MB
2. Setup and following along/10. Hardware requirements.mp4 2.83 MB
10. Asyncio-based web frameworks/78. Review, Request latency again.mp4 2.91 MB
4. async and await with asyncio/26. Concept, asyncio.mp4 3.05 MB
12. Course conclusion and review/105. Review, Threads.mp4 3.06 MB
4. async and await with asyncio/20. Python async landscape, asyncio.mp4 3.35 MB
5. Threads/43. Concept, Timeouts.mp4 3.37 MB
6. Thread safety/53. Concept, Basic thread safety.mp4 3.45 MB
10. Asyncio-based web frameworks/77. Python async landscape, Async web.mp4 3.47 MB
2. Setup and following along/9. Recommended text editor.mp4 3.49 MB
11. Parallelism in C with Cython/95. Concept, Getting started with Cython.mp4 3.52 MB
11. Parallelism in C with Cython/101. Concept, Cython's nogil.mp4 3.57 MB
9. Built on asyncio/65. Python async landscape, asyncio derivatives.mp4 3.6 MB
4. async and await with asyncio/32. Concept, async web scraping.mp4 3.77 MB
9. Built on asyncio/75. Concept, Trio nurseries.mp4 3.88 MB
11. Parallelism in C with Cython/90. Python async landscape, Cython.mp4 3.96 MB
5. Threads/40. Concept, Thread API.mp4 4.18 MB
12. Course conclusion and review/112. Review, Cython.mp4 4.19 MB
7. Leveraging CPU cores with multiprocessing/55. Introduction to scaling CPU-bound operations.mp4 4.2 MB
12. Course conclusion and review/111. Review, Async Flask.mp4 4.22 MB
9. Built on asyncio/76. The trio-async package.mp4 4.22 MB
3. Why async/17. Concept, Visualizing an asynchronous request.mp4 4.42 MB
2. Setup and following along/11. Get the source code.mp4 4.54 MB
7. Leveraging CPU cores with multiprocessing/57. Concept, Scaling CPU-bound operations.mp4 4.69 MB
1. Welcome to the cource/6. Video player, A quick feature tour.mp4 4.87 MB
9. Built on asyncio/71. Introducing Trio.mp4 4.93 MB
12. Course conclusion and review/110. Review, Coordination with Trio.mp4 5.07 MB
12. Course conclusion and review/106. Review, Thread safety.mp4 5.1 MB
8. Common APIs with execution pools/64. Concept, Execution pools.mp4 5.25 MB
1. Welcome to the cource/5. Meet your instructor.mp4 5.26 MB
10. Asyncio-based web frameworks/80. There is no async support for Flask.mp4 5.31 MB
8. Common APIs with execution pools/60. Python async landscape, Execution pools.mp4 5.32 MB
2. Setup and following along/7. Do you have Python 3.mp4 5.63 MB
1. Welcome to the cource/1. Course introduction.mp4 5.72 MB
12. Course conclusion and review/108. Review, Execution pools.mp4 5.78 MB
12. Course conclusion and review/109. Review, Mixed-mode parallelism.mp4 5.85 MB
10. Asyncio-based web frameworks/81. Demo, Introducing Quart for async Flask.mp4 6.16 MB
11. Parallelism in C with Cython/93. Cython syntax compared.mp4 6.31 MB
12. Course conclusion and review/107. Review, multiprocessing.mp4 6.7 MB
3. Why async/16. Concept, Visualizing a synchronous request.mp4 6.75 MB
3. Why async/19. Why threads don't perform in Python.mp4 6.82 MB
4. async and await with asyncio/21. IO-driven concurrency.mp4 6.83 MB
4. async and await with asyncio/27. Performance improvements of producer consumer with asyncio.mp4 6.89 MB
10. Asyncio-based web frameworks/86. Load testing web apps with wrk.mp4 7.1 MB
6. Thread safety/47. Visualizing the need for thread safety.mp4 7.23 MB
3. Why async/14. An upper bound for async speed improvement.mp4 7.34 MB
10. Asyncio-based web frameworks/85. Concept, Flask to Quart.mp4 7.78 MB
9. Built on asyncio/70. Concept, Mixed-mode parallelism with unsync.mp4 8.85 MB
3. Why async/18. Python's async landscape.mp4 9.11 MB
9. Built on asyncio/72. Demo, Starter code for Trio app.mp4 9.34 MB
12. Course conclusion and review/103. Review, Why async.mp4 9.44 MB
1. Welcome to the cource/2. Async for taking full advantage of modern CPUs.mp4 10.56 MB
11. Parallelism in C with Cython/97. Demo, Fast threading with Cython (hotspot).mp4 10.57 MB
10. Asyncio-based web frameworks/84. Demo, An async weather endpoint.mp4 10.57 MB
10. Asyncio-based web frameworks/88. Performance results.mp4 11.94 MB
4. async and await with asyncio/29. Let's do some real work.mp4 12.02 MB
10. Asyncio-based web frameworks/89. Remember to run on an ASGI server.mp4 12.53 MB
10. Asyncio-based web frameworks/82. Demo, Converting from Flask to Quart.mp4 12.54 MB
5. Threads/36. How to choose between asyncio and threads.mp4 12.67 MB
8. Common APIs with execution pools/63. Demo, Executor app (process-edition).mp4 12.79 MB
11. Parallelism in C with Cython/91. C and Python are friends.mp4 12.81 MB
11. Parallelism in C with Cython/92. Why Cython.mp4 12.88 MB
1. Welcome to the cource/3. Topics covered.mp4 13.49 MB
4. async and await with asyncio/33. Other async-enabled libraries.mp4 13.55 MB
9. Built on asyncio/66. Why do we need more libraries.mp4 14.33 MB
6. Thread safety/46. Threads are dangerous.mp4 14.4 MB
9. Built on asyncio/74. Demo, Cancellation with Trio.mp4 16.4 MB
8. Common APIs with execution pools/61. Demo, Executor app introduction.mp4 16.92 MB
7. Leveraging CPU cores with multiprocessing/58. Multiprocessing return values.mp4 19 MB
6. Thread safety/50. Demo, A missed lock in our bank (global).mp4 19.08 MB
4. async and await with asyncio/23. Demo, The producer-consumer app.mp4 19.78 MB
11. Parallelism in C with Cython/98. Demo, Fast threading with Cython (conversion).mp4 21.54 MB
11. Parallelism in C with Cython/96. Demo, Fast threading with cython (app review).mp4 21.62 MB
3. Why async/12. Async for computational speed.mp4 21.84 MB
3. Why async/15. Async for scalability.mp4 22.27 MB
10. Asyncio-based web frameworks/87. A note about rate limiting with external services.mp4 25.6 MB
11. Parallelism in C with Cython/100. Demo, Fast threading with Cython (int overflow issues).mp4 25.8 MB
4. async and await with asyncio/30. Synchronous web scraping.mp4 27.01 MB
11. Parallelism in C with Cython/99. Demo, Fast threading with Cython (GIL-less).mp4 27.88 MB
5. Threads/38. Demo, Waiting on more than one thread.mp4 28.09 MB
9. Built on asyncio/67. Introducing unsync.mp4 30.72 MB
5. Threads/37. Demo, hello threads.mp4 31.89 MB
5. Threads/39. Demo, Something productive with threads.mp4 33.45 MB
10. Asyncio-based web frameworks/79. Demo, Introducing our Flask API.mp4 33.76 MB
6. Thread safety/52. Demo, Breaking a deadlock.mp4 34.12 MB
3. Why async/13. Demo, Why you need async for speed.mp4 36.78 MB
6. Thread safety/49. Demo, Make the bank safe (global).mp4 37.37 MB
9. Built on asyncio/68. Demo, unsync app introduction.mp4 38.3 MB
4. async and await with asyncio/24. Demo, Make the producer-consumer async.mp4 38.7 MB
5. Threads/44. Demo, Attempting to leverage multiple cores with threads.mp4 39.48 MB
4. async and await with asyncio/28. Faster asyncio loops with uvloop.mp4 42.94 MB
10. Asyncio-based web frameworks/83. Demo, Making our API async.mp4 42.99 MB
6. Thread safety/48. Demo, An unsafe bank.mp4 44.53 MB
4. async and await with asyncio/22. Demo, Understanding basic generators.mp4 45.87 MB
7. Leveraging CPU cores with multiprocessing/56. Demo, Scaling CPU-bound operations with multiprocessing.mp4 46.84 MB
11. Parallelism in C with Cython/94. Demo, Hello Cython.mp4 51.89 MB
6. Thread safety/51. Demo, Make the bank safe (fine-grained).mp4 52.78 MB
9. Built on asyncio/73. Demo, Converting from asyncio to Trio.mp4 56.01 MB
9. Built on asyncio/69. Demo, unsync app for mixed-mode parallelism.mp4 56.24 MB
5. Threads/42. Cancelling threads with user input.mp4 58.16 MB
8. Common APIs with execution pools/62. Demo, Executor app (threaded-edition).mp4 62.73 MB
4. async and await with asyncio/25. Demo, Make the producer-consumer async (methods).mp4 64.78 MB
4. async and await with asyncio/31. async web scraping.mp4 82.41 MB
其他位置