FileMood

Download Learning Cython

Learning Cython

Name

Learning Cython

 DOWNLOAD Copy Link

Total Size

1.1 GB

Total Files

217

Hash

AC9AB6EA445FEACF911174160830AE02F6C909FA

/01. Introduction/

01-01-Introduction.mp4

5.1 MB

01-02-About The Author.mp4

6.5 MB

01-03-The Optimization Process.mp4

13.3 MB

01-04-How To Access Your Working Files.mp4

27.6 MB

/02. Setup And Workflow/

02-01-Python Setup.mp4

6.0 MB

02-02-What Does Cython Do.mp4

12.0 MB

/03. First Steps/

03-01-Using Cython.mp4

13.2 MB

03-02-Compiling Cython.mp4

14.3 MB

03-03-Adding Tests - Part 1.mp4

15.9 MB

03-04-Adding Tests - Part 2.mp4

21.6 MB

03-05-Profiling.mp4

17.9 MB

03-06-Annotation.mp4

8.9 MB

03-07-Adding Types - Part 1.mp4

17.3 MB

03-08-Adding Types - Part 2.mp4

23.1 MB

/04. Exploring Cython With The Jupyter Notebook/

04-01-Exploring Cython In The Notebook.mp4

6.4 MB

04-02-Tour Of The Notebook.mp4

12.3 MB

04-03-Timing Magic And Markdown.mp4

14.8 MB

04-04-Cython Case Study With Color.mp4

26.3 MB

/05. The Cython Language/

05-01-Fundamentals Of Types.mp4

10.1 MB

05-02-C Types In Detail.mp4

16.9 MB

05-03-Adding Types To Code.mp4

19.6 MB

05-04-Adding Types To Functions.mp4

15.6 MB

05-05-Exceptions And Docstrings.mp4

20.0 MB

05-06-Type Declaration For Built-In Python Types.mp4

13.1 MB

05-07-Type Declaration For Native Structured Types.mp4

20.3 MB

05-08-Python Native Types Vs Cython Native Types.mp4

15.9 MB

05-09-Loops And Memoryviews - Part 1.mp4

6.5 MB

05-10-Loops And Memoryviews - Part 2.mp4

15.7 MB

05-11-Loops And Memoryviews - Part 3.mp4

18.5 MB

05-12-Introduction To Strings In Cython.mp4

7.8 MB

05-13-String Examples.mp4

16.2 MB

05-14-Pointers In Cython.mp4

8.3 MB

05-15-Pointers In Cython - Examples.mp4

12.9 MB

05-16-Type-Casting.mp4

19.0 MB

05-17-Fused Types.mp4

12.3 MB

/06. Extension Types/

06-01-Extension Types.mp4

16.2 MB

06-02-Attributes And Members.mp4

21.6 MB

06-03-Initialization And Finalization.mp4

11.2 MB

06-04-Initialization And Finalization - Case Study.mp4

24.6 MB

06-05-Methods Of Extension Types.mp4

18.4 MB

06-06-OOP Features - Inheritance And Polymorphism.mp4

9.3 MB

06-07-OOP Features By Example.mp4

18.4 MB

06-08-Be Careful Of Multiple Constructor Calls.mp4

7.8 MB

06-09-Special Methods.mp4

6.5 MB

06-10-Operator Overloading.mp4

8.0 MB

06-11-Operator Overloading - Case Studies.mp4

27.4 MB

06-12-Properties And Iterators.mp4

5.4 MB

/07. Wrapping C And C++ Libraries/

07-01-Working With C And C++ Libraries.mp4

14.8 MB

07-02-pxd Interface Files - Part 1.mp4

10.3 MB

07-03-pxd Interface Files - Part 2.mp4

7.8 MB

07-04-pxd Example - Mac.mp4

45.2 MB

07-05-pxd Example - Windows.mp4

50.7 MB

07-06-Pre-Made pxd Files.mp4

12.7 MB

07-07-Standard pxds Examples.mp4

15.5 MB

07-08-Cython C++ And You.mp4

10.2 MB

07-09-C++ By Example.mp4

23.9 MB

/08. Cython Compiler Directives/

08-01-Cython Switches And Directives.mp4

6.6 MB

08-02-How To Set Compiler Directives.mp4

6.6 MB

08-03-A Tour Of Popular Directives.mp4

9.2 MB

/09. Concurrency/

09-01-Concurrency.mp4

12.3 MB

09-02-Cython Parallel.mp4

7.5 MB

09-03-Cython Parallel - Examples.mp4

21.2 MB

09-04-Examples Using Threads.mp4

25.3 MB

/10. Modules And Packages/

10-01-Packaging For Fun And Profit.mp4

11.3 MB

10-02-Building Cython Extensions.mp4

8.5 MB

10-03-Making Wheels.mp4

6.0 MB

10-04-Packages With pxd Files.mp4

7.3 MB

10-05-Packages Wrapping C Code - Easy Way.mp4

12.0 MB

10-06-Packages Wrapping C Code - Hard Way.mp4

6.9 MB

10-07-Packages Wrapping C Libraries.mp4

10.5 MB

/11. Tips, Tricks, And Extras/

11-01-Making Executables.mp4

15.1 MB

11-02-Case Study - Pandas Datetimes.mp4

31.2 MB

11-03-pyximport.mp4

4.0 MB

11-04-Faster Object Creation.mp4

4.7 MB

/12. Conclusion/

12-01-Conclusion.mp4

4.6 MB

/Chapter 01/algorithm/

document.txt

272.7 KB

method1.py

0.3 KB

method2.py

0.3 KB

wordlist.txt

735.6 KB

/Chapter 02/hello/

hello.pyx

0.0 KB

/Chapter 03/tax/

main.py

0.4 KB

taxcode.py

0.4 KB

/Chapter 03/tax_annotate/

main.py

0.6 KB

taxcode.html

31.4 KB

taxcode.pyx

0.4 KB

test_taxcode.py

0.7 KB

/Chapter 03/tax_loop/

main.py

0.5 KB

taxcode.pyx

0.6 KB

test_taxcode.py

0.8 KB

/Chapter 03/tax_prof/

main.py

0.6 KB

taxcode.pyx

0.4 KB

test_taxcode.py

0.7 KB

/Chapter 03/tax_tests/

main.py

0.4 KB

main2.py

0.6 KB

taxcode.pyx

0.4 KB

test_taxcode.py

0.8 KB

/Chapter 03/tax_types/

main.py

0.6 KB

taxcode.pyx

0.4 KB

test_taxcode.py

0.7 KB

/Chapter 04/colorchange/

colorchange.ipynb

5.8 KB

pepper-small.jpeg

26.4 KB

pepper.jpg

3.4 MB

/Chapter 04/timing/

timing.ipynb

2.3 KB

/Chapter 04/tour/

hello.ipynb

1.2 KB

/Chapter 05/adding_types/

add_types.ipynb

2.5 KB

/Chapter 05/c_types_detail/

c_types_detail.ipynb

2.7 KB

/Chapter 05/cython_functions/

cython_functions.ipynb

3.9 KB

/Chapter 05/exceptions/

exceptions.ipynb

6.3 KB

/Chapter 05/fused/

fused.ipynb

3.1 KB

/Chapter 05/memview/

loops.ipynb

6.8 KB

memview.ipynb

7.1 KB

/Chapter 05/pointers/

pointers.ipynb

3.1 KB

/Chapter 05/pynativetypes/

pynativetypes.ipynb

4.0 KB

/Chapter 05/pytypes/

pytypes.ipynb

3.9 KB

/Chapter 05/strings/

strings.ipynb

4.9 KB

/Chapter 05/struct/

struct.ipynb

5.3 KB

/Chapter 05/typecasting/

typecasting.ipynb

3.5 KB

/Chapter 06/attrib/

all-world-cup-players.json

2.7 MB

attrib.ipynb

5.6 KB

world_cup_summary.json

4.2 KB

/Chapter 06/exttypeintro/

exttypeintro.ipynb

5.3 KB

/Chapter 06/inherit/

inherit.ipynb

6.1 KB

multicallinit.ipynb

2.8 KB

/Chapter 06/init/

init.ipynb

5.1 KB

/Chapter 06/methods/

methods.ipynb

5.3 KB

/Chapter 06/opoverload/

opoverload.ipynb

10.0 KB

/Chapter 06/property/

iterators.ipynb

1.6 KB

property.ipynb

4.5 KB

/Chapter 07/bloom/

bloom.pxd

0.3 KB

cybloom.pyx

0.7 KB

/Chapter 07/bloom/completed/

cbloom.pxd

0.4 KB

cybloom.pyx

0.9 KB

/Chapter 07/cpp-support/

cpp-support.ipynb

8.4 KB

/.../hello-C-pxd-Windows-extern-cfile/

hello.c

0.0 KB

hello.h

0.0 KB

wrapper.c

66.7 KB

wrapper.pyx

0.1 KB

/.../hello-C-pxd-Windows/

hello.c

0.0 KB

hello.h

0.0 KB

wrapper.c

66.9 KB

wrapper.pyx

0.2 KB

/.../hello-C-pxd-Windows2/

hello.c

0.0 KB

hello.h

0.0 KB

wrapper.c

66.8 KB

wrapper.pyx

0.2 KB

/Chapter 07/hello-C-pxd/

hello.c

0.0 KB

hello.h

0.0 KB

wrapper.pyx

0.1 KB

/Chapter 07/hello-pxd/

bwlib.pyx

0.4 KB

main.py

0.5 KB

rules.pyx

0.4 KB

/Chapter 07/pxd-stdlib/

pxd-stdlib.ipynb

4.6 KB

/Chapter 07/shoco/

cyshoco.pyx

0.8 KB

shoco.pxd

0.4 KB

/Chapter 08/speed-effect/

directives.ipynb

2.7 KB

unsafe.ipynb

5.8 KB

/Chapter 09/futures/

futures.ipynb

7.9 KB

/Chapter 09/openmp/

openmp.ipynb

7.1 KB

/Chapter 10/basic/

ourcode.pyx

0.1 KB

setup.py

0.1 KB

/Chapter 10/libraries/library-dynamic/pkg/cymod/

utils.pyx

0.0 KB

/Chapter 10/libraries/library-dynamic/pkg/extlib/

external.c

0.1 KB

external.h

0.0 KB

/Chapter 10/libraries/library-dynamic/pkg/

extwrap.pxd

0.1 KB

wrapper.pyx

0.2 KB

/Chapter 10/libraries/library-dynamic/

setup.py

0.6 KB

/Chapter 10/libraries/library-static/pkg/cymod/

utils.pyx

0.0 KB

/Chapter 10/libraries/library-static/pkg/extlib/

external.c

0.1 KB

external.h

0.0 KB

/Chapter 10/libraries/library-static/pkg/

extwrap.pxd

0.1 KB

wrapper.pyx

0.2 KB

/Chapter 10/libraries/library-static/

setup.py

0.6 KB

/.../package-C-header-comment/pkg/cymod/

utils.pyx

0.0 KB

/.../package-C-header-comment/pkg/extlib/

external.c

0.1 KB

external.h

0.0 KB

/.../package-C-header-comment/pkg/

extwrap.pxd

0.1 KB

wrapper.pyx

0.2 KB

/.../package-C-header-comment/

setup.py

0.6 KB

/.../package-C-header-extension/pkg/cymod/

utils.pyx

0.0 KB

/.../package-C-header-extension/pkg/extlib/

external.c

0.1 KB

external.h

0.0 KB

/.../package-C-header-extension/pkg/

extwrap.pxd

0.1 KB

wrapper.pyx

0.1 KB

/.../package-C-header-extension/

setup.py

0.8 KB

/Chapter 10/packaging-C/pkgdemo/

alphawrap.pxd

0.1 KB

betawrap.pxd

0.1 KB

wrapper.c

69.3 KB

wrapper.pyx

0.1 KB

/Chapter 10/packaging-C/pkgdemo/wrap1/

alpha.c

0.1 KB

alpha.h

0.0 KB

/Chapter 10/packaging-C/pkgdemo/wrap2/

beta.c

0.1 KB

beta.h

0.0 KB

/Chapter 10/packaging-C/

setup.py

0.3 KB

/Chapter 10/packaging-pxd/

main.py

0.1 KB

setup.py

0.2 KB

/Chapter 10/packaging-pxd/tools/

kittens.pxd

0.0 KB

kittens.pyx

0.1 KB

/Chapter 10/packaging-pxd/tools/utils/

puppies.pxd

0.0 KB

puppies.pyx

0.1 KB

/Chapter 10/plain_python/

setup.py

0.1 KB

test.py

0.0 KB

/Chapter 10/two/

ext1.pyx

0.0 KB

ext2.pyx

0.0 KB

/Chapter 10/wheel/

main.py

0.1 KB

setup.py

0.2 KB

/Chapter 10/wheel/tools/

kittens.pyx

0.0 KB

/Chapter 10/wheel/tools/utils/

puppies.pyx

0.0 KB

/Chapter 11/dates/

cython-includes-github.png

95.5 KB

dateobject-withC.ipynb

11.6 KB

dateobject.ipynb

9.8 KB

/Chapter 11/embed/

adder.c

124.5 KB

adder.py

0.1 KB

/Chapter 11/fastobjects/

fastobjects.ipynb

75.9 KB

/Chapter 11/pyximport/

fastcode.pyx

0.0 KB

main.py

0.1 KB

/Chapter 12/

No Work Files.rtf

0.3 KB

/Learning Cython - Working Files/

Working Files - README.txt

0.3 KB

 

Total files 217


Copyright © 2024 FileMood.com