Learning Cython programming :: learn the fundamentals of Cython to extend the legacy of your applications /
Learn the fundamentals of Cython to extend the legacy of your applicationsAbout This Book Learn how to extend C applications with pure Python code Get more from Python - you'll not only learn Cython, you'll also unlock a greater understanding of how to harness Python Packed with tips and t...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Ausgabe: | Second edition. |
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | DE-862 DE-863 |
Zusammenfassung: | Learn the fundamentals of Cython to extend the legacy of your applicationsAbout This Book Learn how to extend C applications with pure Python code Get more from Python - you'll not only learn Cython, you'll also unlock a greater understanding of how to harness Python Packed with tips and tricks that make Cython look easy, dive into this accessible programming guide and find out what happens when you bring C and Python together!Who This Book Is For This book is for developers who are familiar with the basics of C and Python programming and wish to learn Cython programming to extend their applications. What You Will Learn Reuse Python logging in C Make an IRC bot out of your C application Extend an application so you have a web server for rest calls Practice Cython against your C++ code Discover tricks to work with Python ConfigParser in C Create Python bindings for native libraries Find out about threading and concurrency related to GIL Expand Terminal Multiplexer Tmux with CythonIn Detail Cython is a hybrid programming language used to write C extensions for Python language. Combining the practicality of Python and speed and ease of the C language it's an exciting language worth learning if you want to build fast applications with ease. This new edition of Learning Cython Programming shows you how to get started, taking you through the fundamentals so you can begin to experience its unique powers. You'll find out how to get set up, before exploring the relationship between Python and Cython. You'll also look at debugging Cython, before moving on to C++ constructs, Caveat on C++ usage, Python threading and GIL in Cython. Finally, you'll learn object initialization and compile time, and gain a deeper insight into Python 3, which will help you not only become a confident Cython developer, but a much more fluent Python developer too. Style and approach This practical and a fast-paced guide gives you all the information you need to start programming using Cython. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations. |
ISBN: | 9781785289125 1785289128 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn944986528 | ||
003 | OCoLC | ||
005 | 20250103110447.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160317s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d IDEBK |d OCLCF |d DEBSZ |d NLE |d KSU |d DEBBG |d OCLCQ |d COO |d VT2 |d FEM |d YDXCP |d N$T |d UOK |d CEF |d WYU |d ZCU |d AGLDB |d IGB |d SFB |d OCLCO |d OCLCQ |d QGK |d OCLCO |d OCLCL |d TMA |d OCLCQ | ||
019 | |a 941066548 |a 941442022 |a 968044433 |a 969031575 |a 1259106215 | ||
020 | |a 9781785289125 | ||
020 | |a 1785289128 | ||
020 | |z 9781783551675 | ||
020 | |z 1783551674 | ||
035 | |a (OCoLC)944986528 |z (OCoLC)941066548 |z (OCoLC)941442022 |z (OCoLC)968044433 |z (OCoLC)969031575 |z (OCoLC)1259106215 | ||
037 | |a CL0500000721 |b Safari Books Online | ||
050 | 4 | |a QA76.64 | |
072 | 7 | |a COM |x 051360 |2 bisacsh | |
082 | 7 | |a 005.133 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Herron, Philip, |e author. | |
245 | 1 | 0 | |a Learning Cython programming : |b learn the fundamentals of Cython to extend the legacy of your applications / |c Philip Herron. |
250 | |a Second edition. | ||
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (1 volume) : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file |2 rda | ||
490 | 1 | |a Community experience distilled | |
588 | |a Description based on online resource; title from cover page (Safari, viewed March 10, 2016). | ||
500 | |a Includes index. | ||
520 | |a Learn the fundamentals of Cython to extend the legacy of your applicationsAbout This Book Learn how to extend C applications with pure Python code Get more from Python - you'll not only learn Cython, you'll also unlock a greater understanding of how to harness Python Packed with tips and tricks that make Cython look easy, dive into this accessible programming guide and find out what happens when you bring C and Python together!Who This Book Is For This book is for developers who are familiar with the basics of C and Python programming and wish to learn Cython programming to extend their applications. What You Will Learn Reuse Python logging in C Make an IRC bot out of your C application Extend an application so you have a web server for rest calls Practice Cython against your C++ code Discover tricks to work with Python ConfigParser in C Create Python bindings for native libraries Find out about threading and concurrency related to GIL Expand Terminal Multiplexer Tmux with CythonIn Detail Cython is a hybrid programming language used to write C extensions for Python language. Combining the practicality of Python and speed and ease of the C language it's an exciting language worth learning if you want to build fast applications with ease. This new edition of Learning Cython Programming shows you how to get started, taking you through the fundamentals so you can begin to experience its unique powers. You'll find out how to get set up, before exploring the relationship between Python and Cython. You'll also look at debugging Cython, before moving on to C++ constructs, Caveat on C++ usage, Python threading and GIL in Cython. Finally, you'll learn object initialization and compile time, and gain a deeper insight into Python 3, which will help you not only become a confident Cython developer, but a much more fluent Python developer too. Style and approach This practical and a fast-paced guide gives you all the information you need to start programming using Cython. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Cython Won't Bite; Installing Cython; Emacs mode; Getting the code examples; Getting started -- Hello World; Using distutils with Cython; Calling C functions from Python; Type conversion in Cython; Summary; Chapter 2: Understanding Cython; Linking models; Cython keyword -- cdef; Structs; Enums; Typedef and function pointers; The public keyword; Keyword cpdef; Logging from C/C++ into Python; Using Python ConfigParser from C/C++; Callbacks from Python to C/C++ | |
505 | 8 | |a Cython PXDIntegration with build systems; Python Distutils; GNU/Autotools; Summary; Chapter 3: Extending Applications; Cython pure Python code; Compiling pure Python code; Avoid Makefiles -- pyximport; Python garbage collector; Extending Tmux; Tmux build system; Embedding Python; Cythonizing struct cmd_entry; Implementing a Tmux command; Hooking everything together; Summary; Chapter 4: Debugging Cython; Using GDB with Cython; Running cygdb; Cython caveats; Type checking; Dereference operator (*); Python exceptions; C/C++ iterators; Boolean error; Const keyword; Multiple Cython inputs | |
505 | 8 | |a Struct initializationCalling into pure Python modules; Summary; Chapter 5: Advanced Cython; Cython and C++; Namespaces; Classes; C++ new and del keyword; Exceptions; Bool type; Overloading; Templates; Static class member attribute; Calling C++ functions -- Caveat; Namespaces -- Caveat; Python distutils; Python threading and GIL; Atomic instructions; Read/write lock; Cython keywords; Messaging server; Caveat on GIL; Unit testing the native code; Preventing subclassing; Parsing large amounts of data; Summary; Chapter 6: Further Reading; Overview; OpenMP support; Compile time preprocessor | |
505 | 8 | |a Python 3PyPy; AutoPXD; Pyrex and Cython; SWIG and Cython; Cython and NumPy; Numba versus Cython; Parakeet and Numba; Relevant Links; Summary; Index | |
650 | 0 | |a Object-oriented programming languages. |0 http://id.loc.gov/authorities/subjects/sh2006006405 | |
650 | 0 | |a Python (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96008834 | |
650 | 0 | |a C (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh85018532 | |
650 | 0 | |a C++ (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh87007505 | |
650 | 6 | |a Langages orientés objet (Informatique) | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 6 | |a C (Langage de programmation) | |
650 | 6 | |a C++ (Langage de programmation) | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Python. |2 bisacsh | |
650 | 7 | |a C (Computer program language) |2 fast | |
650 | 7 | |a C++ (Computer program language) |2 fast | |
650 | 7 | |a Object-oriented programming languages |2 fast | |
650 | 7 | |a Python (Computer program language) |2 fast | |
776 | |z 1-78355-167-4 | ||
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1180055 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1180055 |3 Volltext |
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis34086280 | ||
938 | |a EBSCOhost |b EBSC |n 1180055 | ||
938 | |a YBP Library Services |b YANK |n 12861333 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn944986528 |
---|---|
_version_ | 1829095063356964864 |
adam_text | |
any_adam_object | |
author | Herron, Philip |
author_facet | Herron, Philip |
author_role | aut |
author_sort | Herron, Philip |
author_variant | p h ph |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.64 |
callnumber-search | QA76.64 |
callnumber-sort | QA 276.64 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Cython Won't Bite; Installing Cython; Emacs mode; Getting the code examples; Getting started -- Hello World; Using distutils with Cython; Calling C functions from Python; Type conversion in Cython; Summary; Chapter 2: Understanding Cython; Linking models; Cython keyword -- cdef; Structs; Enums; Typedef and function pointers; The public keyword; Keyword cpdef; Logging from C/C++ into Python; Using Python ConfigParser from C/C++; Callbacks from Python to C/C++ Cython PXDIntegration with build systems; Python Distutils; GNU/Autotools; Summary; Chapter 3: Extending Applications; Cython pure Python code; Compiling pure Python code; Avoid Makefiles -- pyximport; Python garbage collector; Extending Tmux; Tmux build system; Embedding Python; Cythonizing struct cmd_entry; Implementing a Tmux command; Hooking everything together; Summary; Chapter 4: Debugging Cython; Using GDB with Cython; Running cygdb; Cython caveats; Type checking; Dereference operator (*); Python exceptions; C/C++ iterators; Boolean error; Const keyword; Multiple Cython inputs Struct initializationCalling into pure Python modules; Summary; Chapter 5: Advanced Cython; Cython and C++; Namespaces; Classes; C++ new and del keyword; Exceptions; Bool type; Overloading; Templates; Static class member attribute; Calling C++ functions -- Caveat; Namespaces -- Caveat; Python distutils; Python threading and GIL; Atomic instructions; Read/write lock; Cython keywords; Messaging server; Caveat on GIL; Unit testing the native code; Preventing subclassing; Parsing large amounts of data; Summary; Chapter 6: Further Reading; Overview; OpenMP support; Compile time preprocessor Python 3PyPy; AutoPXD; Pyrex and Cython; SWIG and Cython; Cython and NumPy; Numba versus Cython; Parakeet and Numba; Relevant Links; Summary; Index |
ctrlnum | (OCoLC)944986528 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | Second edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06878cam a2200685 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn944986528</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20250103110447.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160317s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCF</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">NLE</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">VT2</subfield><subfield code="d">FEM</subfield><subfield code="d">YDXCP</subfield><subfield code="d">N$T</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">WYU</subfield><subfield code="d">ZCU</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">SFB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">941066548</subfield><subfield code="a">941442022</subfield><subfield code="a">968044433</subfield><subfield code="a">969031575</subfield><subfield code="a">1259106215</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785289125</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785289128</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783551675</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1783551674</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)944986528</subfield><subfield code="z">(OCoLC)941066548</subfield><subfield code="z">(OCoLC)941442022</subfield><subfield code="z">(OCoLC)968044433</subfield><subfield code="z">(OCoLC)969031575</subfield><subfield code="z">(OCoLC)1259106215</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000721</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.64</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051360</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.133</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Herron, Philip,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning Cython programming :</subfield><subfield code="b">learn the fundamentals of Cython to extend the legacy of your applications /</subfield><subfield code="c">Philip Herron.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield><subfield code="2">rda</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from cover page (Safari, viewed March 10, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Learn the fundamentals of Cython to extend the legacy of your applicationsAbout This Book Learn how to extend C applications with pure Python code Get more from Python - you'll not only learn Cython, you'll also unlock a greater understanding of how to harness Python Packed with tips and tricks that make Cython look easy, dive into this accessible programming guide and find out what happens when you bring C and Python together!Who This Book Is For This book is for developers who are familiar with the basics of C and Python programming and wish to learn Cython programming to extend their applications. What You Will Learn Reuse Python logging in C Make an IRC bot out of your C application Extend an application so you have a web server for rest calls Practice Cython against your C++ code Discover tricks to work with Python ConfigParser in C Create Python bindings for native libraries Find out about threading and concurrency related to GIL Expand Terminal Multiplexer Tmux with CythonIn Detail Cython is a hybrid programming language used to write C extensions for Python language. Combining the practicality of Python and speed and ease of the C language it's an exciting language worth learning if you want to build fast applications with ease. This new edition of Learning Cython Programming shows you how to get started, taking you through the fundamentals so you can begin to experience its unique powers. You'll find out how to get set up, before exploring the relationship between Python and Cython. You'll also look at debugging Cython, before moving on to C++ constructs, Caveat on C++ usage, Python threading and GIL in Cython. Finally, you'll learn object initialization and compile time, and gain a deeper insight into Python 3, which will help you not only become a confident Cython developer, but a much more fluent Python developer too. Style and approach This practical and a fast-paced guide gives you all the information you need to start programming using Cython.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Cython Won't Bite; Installing Cython; Emacs mode; Getting the code examples; Getting started -- Hello World; Using distutils with Cython; Calling C functions from Python; Type conversion in Cython; Summary; Chapter 2: Understanding Cython; Linking models; Cython keyword -- cdef; Structs; Enums; Typedef and function pointers; The public keyword; Keyword cpdef; Logging from C/C++ into Python; Using Python ConfigParser from C/C++; Callbacks from Python to C/C++</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Cython PXDIntegration with build systems; Python Distutils; GNU/Autotools; Summary; Chapter 3: Extending Applications; Cython pure Python code; Compiling pure Python code; Avoid Makefiles -- pyximport; Python garbage collector; Extending Tmux; Tmux build system; Embedding Python; Cythonizing struct cmd_entry; Implementing a Tmux command; Hooking everything together; Summary; Chapter 4: Debugging Cython; Using GDB with Cython; Running cygdb; Cython caveats; Type checking; Dereference operator (*); Python exceptions; C/C++ iterators; Boolean error; Const keyword; Multiple Cython inputs</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Struct initializationCalling into pure Python modules; Summary; Chapter 5: Advanced Cython; Cython and C++; Namespaces; Classes; C++ new and del keyword; Exceptions; Bool type; Overloading; Templates; Static class member attribute; Calling C++ functions -- Caveat; Namespaces -- Caveat; Python distutils; Python threading and GIL; Atomic instructions; Read/write lock; Cython keywords; Messaging server; Caveat on GIL; Unit testing the native code; Preventing subclassing; Parsing large amounts of data; Summary; Chapter 6: Further Reading; Overview; OpenMP support; Compile time preprocessor</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Python 3PyPy; AutoPXD; Pyrex and Cython; SWIG and Cython; Cython and NumPy; Numba versus Cython; Parakeet and Numba; Relevant Links; Summary; Index</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Object-oriented programming languages.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2006006405</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Python (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96008834</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">C (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85018532</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">C++ (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh87007505</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Langages orientés objet (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">C (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">C++ (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Python.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">C (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">C++ (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Object-oriented programming languages</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Python (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78355-167-4</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1180055</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1180055</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis34086280</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1180055</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12861333</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn944986528 |
illustrated | Illustrated |
indexdate | 2025-04-11T08:43:04Z |
institution | BVB |
isbn | 9781785289125 1785289128 |
language | English |
oclc_num | 944986528 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations. |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Herron, Philip, author. Learning Cython programming : learn the fundamentals of Cython to extend the legacy of your applications / Philip Herron. Second edition. Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file rda Community experience distilled Description based on online resource; title from cover page (Safari, viewed March 10, 2016). Includes index. Learn the fundamentals of Cython to extend the legacy of your applicationsAbout This Book Learn how to extend C applications with pure Python code Get more from Python - you'll not only learn Cython, you'll also unlock a greater understanding of how to harness Python Packed with tips and tricks that make Cython look easy, dive into this accessible programming guide and find out what happens when you bring C and Python together!Who This Book Is For This book is for developers who are familiar with the basics of C and Python programming and wish to learn Cython programming to extend their applications. What You Will Learn Reuse Python logging in C Make an IRC bot out of your C application Extend an application so you have a web server for rest calls Practice Cython against your C++ code Discover tricks to work with Python ConfigParser in C Create Python bindings for native libraries Find out about threading and concurrency related to GIL Expand Terminal Multiplexer Tmux with CythonIn Detail Cython is a hybrid programming language used to write C extensions for Python language. Combining the practicality of Python and speed and ease of the C language it's an exciting language worth learning if you want to build fast applications with ease. This new edition of Learning Cython Programming shows you how to get started, taking you through the fundamentals so you can begin to experience its unique powers. You'll find out how to get set up, before exploring the relationship between Python and Cython. You'll also look at debugging Cython, before moving on to C++ constructs, Caveat on C++ usage, Python threading and GIL in Cython. Finally, you'll learn object initialization and compile time, and gain a deeper insight into Python 3, which will help you not only become a confident Cython developer, but a much more fluent Python developer too. Style and approach This practical and a fast-paced guide gives you all the information you need to start programming using Cython. Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Cython Won't Bite; Installing Cython; Emacs mode; Getting the code examples; Getting started -- Hello World; Using distutils with Cython; Calling C functions from Python; Type conversion in Cython; Summary; Chapter 2: Understanding Cython; Linking models; Cython keyword -- cdef; Structs; Enums; Typedef and function pointers; The public keyword; Keyword cpdef; Logging from C/C++ into Python; Using Python ConfigParser from C/C++; Callbacks from Python to C/C++ Cython PXDIntegration with build systems; Python Distutils; GNU/Autotools; Summary; Chapter 3: Extending Applications; Cython pure Python code; Compiling pure Python code; Avoid Makefiles -- pyximport; Python garbage collector; Extending Tmux; Tmux build system; Embedding Python; Cythonizing struct cmd_entry; Implementing a Tmux command; Hooking everything together; Summary; Chapter 4: Debugging Cython; Using GDB with Cython; Running cygdb; Cython caveats; Type checking; Dereference operator (*); Python exceptions; C/C++ iterators; Boolean error; Const keyword; Multiple Cython inputs Struct initializationCalling into pure Python modules; Summary; Chapter 5: Advanced Cython; Cython and C++; Namespaces; Classes; C++ new and del keyword; Exceptions; Bool type; Overloading; Templates; Static class member attribute; Calling C++ functions -- Caveat; Namespaces -- Caveat; Python distutils; Python threading and GIL; Atomic instructions; Read/write lock; Cython keywords; Messaging server; Caveat on GIL; Unit testing the native code; Preventing subclassing; Parsing large amounts of data; Summary; Chapter 6: Further Reading; Overview; OpenMP support; Compile time preprocessor Python 3PyPy; AutoPXD; Pyrex and Cython; SWIG and Cython; Cython and NumPy; Numba versus Cython; Parakeet and Numba; Relevant Links; Summary; Index Object-oriented programming languages. http://id.loc.gov/authorities/subjects/sh2006006405 Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 C (Computer program language) http://id.loc.gov/authorities/subjects/sh85018532 C++ (Computer program language) http://id.loc.gov/authorities/subjects/sh87007505 Langages orientés objet (Informatique) Python (Langage de programmation) C (Langage de programmation) C++ (Langage de programmation) COMPUTERS Programming Languages Python. bisacsh C (Computer program language) fast C++ (Computer program language) fast Object-oriented programming languages fast Python (Computer program language) fast 1-78355-167-4 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 |
spellingShingle | Herron, Philip Learning Cython programming : learn the fundamentals of Cython to extend the legacy of your applications / Community experience distilled. Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Cython Won't Bite; Installing Cython; Emacs mode; Getting the code examples; Getting started -- Hello World; Using distutils with Cython; Calling C functions from Python; Type conversion in Cython; Summary; Chapter 2: Understanding Cython; Linking models; Cython keyword -- cdef; Structs; Enums; Typedef and function pointers; The public keyword; Keyword cpdef; Logging from C/C++ into Python; Using Python ConfigParser from C/C++; Callbacks from Python to C/C++ Cython PXDIntegration with build systems; Python Distutils; GNU/Autotools; Summary; Chapter 3: Extending Applications; Cython pure Python code; Compiling pure Python code; Avoid Makefiles -- pyximport; Python garbage collector; Extending Tmux; Tmux build system; Embedding Python; Cythonizing struct cmd_entry; Implementing a Tmux command; Hooking everything together; Summary; Chapter 4: Debugging Cython; Using GDB with Cython; Running cygdb; Cython caveats; Type checking; Dereference operator (*); Python exceptions; C/C++ iterators; Boolean error; Const keyword; Multiple Cython inputs Struct initializationCalling into pure Python modules; Summary; Chapter 5: Advanced Cython; Cython and C++; Namespaces; Classes; C++ new and del keyword; Exceptions; Bool type; Overloading; Templates; Static class member attribute; Calling C++ functions -- Caveat; Namespaces -- Caveat; Python distutils; Python threading and GIL; Atomic instructions; Read/write lock; Cython keywords; Messaging server; Caveat on GIL; Unit testing the native code; Preventing subclassing; Parsing large amounts of data; Summary; Chapter 6: Further Reading; Overview; OpenMP support; Compile time preprocessor Python 3PyPy; AutoPXD; Pyrex and Cython; SWIG and Cython; Cython and NumPy; Numba versus Cython; Parakeet and Numba; Relevant Links; Summary; Index Object-oriented programming languages. http://id.loc.gov/authorities/subjects/sh2006006405 Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 C (Computer program language) http://id.loc.gov/authorities/subjects/sh85018532 C++ (Computer program language) http://id.loc.gov/authorities/subjects/sh87007505 Langages orientés objet (Informatique) Python (Langage de programmation) C (Langage de programmation) C++ (Langage de programmation) COMPUTERS Programming Languages Python. bisacsh C (Computer program language) fast C++ (Computer program language) fast Object-oriented programming languages fast Python (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2006006405 http://id.loc.gov/authorities/subjects/sh96008834 http://id.loc.gov/authorities/subjects/sh85018532 http://id.loc.gov/authorities/subjects/sh87007505 |
title | Learning Cython programming : learn the fundamentals of Cython to extend the legacy of your applications / |
title_auth | Learning Cython programming : learn the fundamentals of Cython to extend the legacy of your applications / |
title_exact_search | Learning Cython programming : learn the fundamentals of Cython to extend the legacy of your applications / |
title_full | Learning Cython programming : learn the fundamentals of Cython to extend the legacy of your applications / Philip Herron. |
title_fullStr | Learning Cython programming : learn the fundamentals of Cython to extend the legacy of your applications / Philip Herron. |
title_full_unstemmed | Learning Cython programming : learn the fundamentals of Cython to extend the legacy of your applications / Philip Herron. |
title_short | Learning Cython programming : |
title_sort | learning cython programming learn the fundamentals of cython to extend the legacy of your applications |
title_sub | learn the fundamentals of Cython to extend the legacy of your applications / |
topic | Object-oriented programming languages. http://id.loc.gov/authorities/subjects/sh2006006405 Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 C (Computer program language) http://id.loc.gov/authorities/subjects/sh85018532 C++ (Computer program language) http://id.loc.gov/authorities/subjects/sh87007505 Langages orientés objet (Informatique) Python (Langage de programmation) C (Langage de programmation) C++ (Langage de programmation) COMPUTERS Programming Languages Python. bisacsh C (Computer program language) fast C++ (Computer program language) fast Object-oriented programming languages fast Python (Computer program language) fast |
topic_facet | Object-oriented programming languages. Python (Computer program language) C (Computer program language) C++ (Computer program language) Langages orientés objet (Informatique) Python (Langage de programmation) C (Langage de programmation) C++ (Langage de programmation) COMPUTERS Programming Languages Python. Object-oriented programming languages |
work_keys_str_mv | AT herronphilip learningcythonprogramminglearnthefundamentalsofcythontoextendthelegacyofyourapplications |