本站已收录 番号和无损神作磁力链接/BT种子 

Learning Cython

种子简介

种子名称: Learning Cython
文件类型: 视频
文件数目: 75个文件
文件大小: 1.01 GB
收录时间: 2016-9-27 20:45
已经下载: 3
资源热度: 58
最近下载: 2024-9-2 08:31

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:ac9ab6ea445feacf911174160830ae02f6c909fa&dn=Learning Cython 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Learning Cython.torrent
  • 01. Introduction/01-01-Introduction.mp44.89MB
  • 01. Introduction/01-02-About The Author.mp46.2MB
  • 01. Introduction/01-03-The Optimization Process.mp412.72MB
  • 01. Introduction/01-04-How To Access Your Working Files.mp426.35MB
  • 02. Setup And Workflow/02-01-Python Setup.mp45.71MB
  • 02. Setup And Workflow/02-02-What Does Cython Do.mp411.49MB
  • 03. First Steps/03-01-Using Cython.mp412.61MB
  • 03. First Steps/03-02-Compiling Cython.mp413.6MB
  • 03. First Steps/03-03-Adding Tests - Part 1.mp415.21MB
  • 03. First Steps/03-04-Adding Tests - Part 2.mp420.58MB
  • 03. First Steps/03-05-Profiling.mp417.04MB
  • 03. First Steps/03-06-Annotation.mp48.49MB
  • 03. First Steps/03-07-Adding Types - Part 1.mp416.49MB
  • 03. First Steps/03-08-Adding Types - Part 2.mp422.06MB
  • 04. Exploring Cython With The Jupyter Notebook/04-01-Exploring Cython In The Notebook.mp46.15MB
  • 04. Exploring Cython With The Jupyter Notebook/04-02-Tour Of The Notebook.mp411.72MB
  • 04. Exploring Cython With The Jupyter Notebook/04-03-Timing Magic And Markdown.mp414.09MB
  • 04. Exploring Cython With The Jupyter Notebook/04-04-Cython Case Study With Color.mp425.1MB
  • 05. The Cython Language/05-01-Fundamentals Of Types.mp49.68MB
  • 05. The Cython Language/05-02-C Types In Detail.mp416.15MB
  • 05. The Cython Language/05-03-Adding Types To Code.mp418.67MB
  • 05. The Cython Language/05-04-Adding Types To Functions.mp414.85MB
  • 05. The Cython Language/05-05-Exceptions And Docstrings.mp419.06MB
  • 05. The Cython Language/05-06-Type Declaration For Built-In Python Types.mp412.49MB
  • 05. The Cython Language/05-07-Type Declaration For Native Structured Types.mp419.33MB
  • 05. The Cython Language/05-08-Python Native Types Vs Cython Native Types.mp415.17MB
  • 05. The Cython Language/05-09-Loops And Memoryviews - Part 1.mp46.2MB
  • 05. The Cython Language/05-10-Loops And Memoryviews - Part 2.mp414.93MB
  • 05. The Cython Language/05-11-Loops And Memoryviews - Part 3.mp417.6MB
  • 05. The Cython Language/05-12-Introduction To Strings In Cython.mp47.48MB
  • 05. The Cython Language/05-13-String Examples.mp415.44MB
  • 05. The Cython Language/05-14-Pointers In Cython.mp47.93MB
  • 05. The Cython Language/05-15-Pointers In Cython - Examples.mp412.31MB
  • 05. The Cython Language/05-16-Type-Casting.mp418.12MB
  • 05. The Cython Language/05-17-Fused Types.mp411.71MB
  • 06. Extension Types/06-01-Extension Types.mp415.44MB
  • 06. Extension Types/06-02-Attributes And Members.mp420.64MB
  • 06. Extension Types/06-03-Initialization And Finalization.mp410.66MB
  • 06. Extension Types/06-04-Initialization And Finalization - Case Study.mp423.42MB
  • 06. Extension Types/06-05-Methods Of Extension Types.mp417.5MB
  • 06. Extension Types/06-06-OOP Features - Inheritance And Polymorphism.mp48.84MB
  • 06. Extension Types/06-07-OOP Features By Example.mp417.54MB
  • 06. Extension Types/06-08-Be Careful Of Multiple Constructor Calls.mp47.48MB
  • 06. Extension Types/06-09-Special Methods.mp46.19MB
  • 06. Extension Types/06-10-Operator Overloading.mp47.61MB
  • 06. Extension Types/06-11-Operator Overloading - Case Studies.mp426.1MB
  • 06. Extension Types/06-12-Properties And Iterators.mp45.14MB
  • 07. Wrapping C And C++ Libraries/07-01-Working With C And C++ Libraries.mp414.11MB
  • 07. Wrapping C And C++ Libraries/07-02-pxd Interface Files - Part 1.mp49.81MB
  • 07. Wrapping C And C++ Libraries/07-03-pxd Interface Files - Part 2.mp47.4MB
  • 07. Wrapping C And C++ Libraries/07-04-pxd Example - Mac.mp443.07MB
  • 07. Wrapping C And C++ Libraries/07-05-pxd Example - Windows.mp448.32MB
  • 07. Wrapping C And C++ Libraries/07-06-Pre-Made pxd Files.mp412.1MB
  • 07. Wrapping C And C++ Libraries/07-07-Standard pxds Examples.mp414.76MB
  • 07. Wrapping C And C++ Libraries/07-08-Cython C++ And You.mp49.68MB
  • 07. Wrapping C And C++ Libraries/07-09-C++ By Example.mp422.78MB
  • 08. Cython Compiler Directives/08-01-Cython Switches And Directives.mp46.26MB
  • 08. Cython Compiler Directives/08-02-How To Set Compiler Directives.mp46.29MB
  • 08. Cython Compiler Directives/08-03-A Tour Of Popular Directives.mp48.79MB
  • 09. Concurrency/09-01-Concurrency.mp411.77MB
  • 09. Concurrency/09-02-Cython Parallel.mp47.14MB
  • 09. Concurrency/09-03-Cython Parallel - Examples.mp420.23MB
  • 09. Concurrency/09-04-Examples Using Threads.mp424.1MB
  • 10. Modules And Packages/10-01-Packaging For Fun And Profit.mp410.82MB
  • 10. Modules And Packages/10-02-Building Cython Extensions.mp48.1MB
  • 10. Modules And Packages/10-03-Making Wheels.mp45.72MB
  • 10. Modules And Packages/10-04-Packages With pxd Files.mp46.92MB
  • 10. Modules And Packages/10-05-Packages Wrapping C Code - Easy Way.mp411.47MB
  • 10. Modules And Packages/10-06-Packages Wrapping C Code - Hard Way.mp46.59MB
  • 10. Modules And Packages/10-07-Packages Wrapping C Libraries.mp410.01MB
  • 11. Tips, Tricks, And Extras/11-01-Making Executables.mp414.44MB
  • 11. Tips, Tricks, And Extras/11-02-Case Study - Pandas Datetimes.mp429.74MB
  • 11. Tips, Tricks, And Extras/11-03-pyximport.mp43.84MB
  • 11. Tips, Tricks, And Extras/11-04-Faster Object Creation.mp44.52MB
  • 12. Conclusion/12-01-Conclusion.mp44.38MB