Výsledky vyhledávání - Python Native Code

  1. 1

    Detecting Memory Errors in Python Native Code by Tracking Object Lifecycle with Reference Count Autor Ma, Xutong, Yan, Jiwei, Zhang, Hao, Yan, Jun, Zhang, Jian

    ISSN: 2643-1572
    Vydáno: IEEE 11.09.2023
    “…Third-party Python modules are usually implemented as binary extensions by using native code (C/C++…”
    Získat plný text
    Konferenční příspěvek
  2. 2

    Empirical Security Study of Native Code in Python Virtual Machines Autor Jiang, Cheng-man, Hua, Bao-jian, Fan, Qi-liang, Zhu, Hong-jun, Xu, Bo, Pan, Zhi-zhong

    ISSN: 1002-137X
    Vydáno: Chongqing Guojia Kexue Jishu Bu 01.01.2022
    Vydáno v Ji suan ji ke xue (01.01.2022)
    “… systems.However,due to the existence of huge native code base in Python's CPython virtual machine,it's a great research challenge to study the security vulnerability patterns in Python virtual machines…”
    Získat plný text
    Journal Article
  3. 3

    High‐performance Python for crystallographic computing Autor Boulle, A., Kieffer, J.

    ISSN: 1600-5767, 0021-8898, 1600-5767
    Vydáno: 5 Abbey Square, Chester, Cheshire CH1 2HU, England International Union of Crystallography 01.08.2019
    Vydáno v Journal of applied crystallography (01.08.2019)
    “…The Python programming language, combined with the numerical computing library NumPy and the scientific computing library SciPy, has become the de facto standard for scientific computing in a variety of fields…”
    Získat plný text
    Journal Article
  4. 4
  5. 5

    Advanced Python Programming (2nd Edition) Autor Nguyen Quan

    ISBN: 1801814015, 9781801814010, 9781801817776, 1801817774
    Vydáno: Packt Publishing 2022
    “…Python's powerful capabilities for implementing robust and efficient programs make it one of the most sought-after programming languages…”
    Získat plný text
    E-kniha
  6. 6

    Toward Efficient Interactions between Python and Native Libraries Autor Tan, Jialiang, Chen, Yu, Liu, Zhenming, Ren, Bin, Shuaiwen Leon Song, Shen, Xipeng, Liu, Xu

    ISSN: 2331-8422
    Vydáno: Ithaca Cornell University Library, arXiv.org 11.06.2021
    Vydáno v arXiv.org (11.06.2021)
    “…/Fortran for efficient computation kernels. Interaction between Python code and native libraries introduces performance losses because of the abstraction lying on the boundary of Python and native libraries…”
    Získat plný text
    Paper
  7. 7

    Advanced Python Programming: Accelerate your Python programs using proven techniques and design patterns Autor Nguyen, Quan

    Vydáno: Birmingham Packt Publishing 2022
    “…Write fast, robust, and highly reusable applications using Python’s internal optimization, state-of-the-art performance-benchmarking tools, and cutting-edge…”
    Získat plný text
    E-kniha
  8. 8

    PyPWDFT: A Lightweight Python Software for Single-Node 10K Atom Plane-Wave Density Functional Theory Calculations Autor Gao, Jun, Fu, Lizhong, Jiao, Shizhe, Zhang, Zhenlin, Chen, Sheng, Zhang, Zhiyuan, Wu, Wentiao, Wan, Lingyun, Li, Jielan, Hu, Wei, Yang, Jinlong

    ISSN: 1549-9626, 1549-9626
    Vydáno: United States 11.03.2025
    “… codes, despite being developed in a native Python environment. In addition, it requires only NumPy, SciPy, and CuPy, enabling CPU-GPU heterogeneous computing, achieving a two-order-of-magnitude speedup compared to single-threaded CPU execution…”
    Zjistit podrobnosti o přístupu
    Journal Article
  9. 9

    Learning Cython Programming Autor Herron, Philip

    ISBN: 9781783280797, 1783280794
    Vydáno: Birmingham Packt Publishing 2013
    “…; imagine embedding a twisted web server into your native application with pure Python code…”
    Získat plný text
    E-kniha
  10. 10

    PyGuard: Finding and Understanding Vulnerabilities in Python Virtual Machines Autor Jiang, Chengman, Hua, Baojian, Ouyang, Wanrong, Fan, Qiliang, Pan, Zhizhong

    ISSN: 2332-6549
    Vydáno: IEEE 01.10.2021
    “…, autonomous driving systems, etc. However, as the official and most widely used Python virtual machine, CPython, is implemented using C language, existing research has shown that the native code in CPython is highly vulnerable, thus…”
    Získat plný text
    Konferenční příspěvek
  11. 11
  12. 12

    Programming Real-Time Sound in Python Autor De Pra, Yuri, Fontana, Federico

    ISSN: 2076-3417, 2076-3417
    Vydáno: MDPI AG 01.06.2020
    Vydáno v Applied sciences (01.06.2020)
    “… In spite of its possibility to straightforwardly link native code with powerful libraries for scientific computing, the use of Python for real-time sound applications development is often neglected…”
    Získat plný text
    Journal Article
  13. 13

    Pythran: Crossing the Python Frontier Autor Guelton, Serge

    ISSN: 1521-9615, 1558-366X
    Vydáno: IEEE 01.03.2018
    Vydáno v Computing in science & engineering (01.03.2018)
    “…Use of the Python language in scientific computing has always been characterized by the coexistence of interpreted Python code and compiled native code, written in languages like C or Fortran…”
    Získat plný text
    Journal Article
  14. 14

    HiggsTools: BSM scalar phenomenology with new versions of HiggsBounds and HiggsSignals Autor Bahl, Henning, Biekötter, Thomas, Heinemeyer, Sven, Li, Cheng, Paasch, Steven, Weiglein, Georg, Wittbrodt, Jonas

    ISSN: 0010-4655, 1879-2944
    Vydáno: Elsevier B.V 01.10.2023
    Vydáno v Computer physics communications (01.10.2023)
    “… The codes have been re-written in modern C++ with native Python and Mathematica interfaces for easy interactive use…”
    Získat plný text
    Journal Article
  15. 15

    Learning Cython programming: expand your existing legacy applications in C using Python Autor Herron, Philip

    ISBN: 9781783280797, 1783280794, 9781783280803, 1783280808
    Vydáno: Birmingham Packt Publishing 2013
    “…; imagine embedding a twisted web server into your native application with pure Python code…”
    Získat plný text
    E-kniha Kniha
  16. 16

    Advanced Python programming: build high-performance applications with cutting-edge libraries and core design patterns Autor Quan Nguyen, Nguyen

    Vydáno: Packt Publishing 25.03.2022
    “…Write fast, robust, and highly reusable applications using Python's internal optimization, state-of-the-art performance-benchmarking tools, and cutting-edge librariesKey FeaturesBenchmark, profile…”
    Získat plný text
    E-kniha
  17. 17

    Parallel astronomical data processing with Python: Recipes for multicore machines Autor Singh, Navtej, Browne, Lisa-Marie, Butler, Ray

    ISSN: 2213-1337, 2213-1345
    Vydáno: Elsevier B.V 01.08.2013
    Vydáno v Astronomy and computing (01.08.2013)
    “… With the advent of multicore processors in the last decade, many serial software codes have been re-implemented in parallel mode to utilize the full potential of these processors…”
    Získat plný text
    Journal Article
  18. 18

    SlipCover: Near Zero-Overhead Code Coverage for Python Autor Juan Altmayer Pizzorno, Berger, Emery D

    ISSN: 2331-8422
    Vydáno: Ithaca Cornell University Library, arXiv.org 31.05.2023
    Vydáno v arXiv.org (31.05.2023)
    “… (a recent study observes a roughly 30x slowdown vs. native code). We find that the state-of-the-art coverage tool for Python, coverage…”
    Získat plný text
    Paper
  19. 19

    Functional Python Programming: Use a functional approach to write succinct, expressive, and efficient Python code Autor Lott, Steven F

    Vydáno: Packt Publishing 2022
    “…Python isn’t all about object-oriented programming. Discover a valuable way of thinking about code design through a function-first approach…”
    Získat plný text
    E-kniha
  20. 20

    Arc4nix: A cross-platform geospatial analytical library for cluster and cloud computing Autor Tang, Jingyin, Matyas, Corene J.

    ISSN: 0098-3004, 1873-7803
    Vydáno: Elsevier Ltd 01.02.2018
    Vydáno v Computers & geosciences (01.02.2018)
    “… This manuscript details a cross-platform geospatial library “arc4nix” to bridge this gap. Arc4nix provides an application programming interface compatible with ArcGIS and its Python library “arcpy…”
    Získat plný text
    Journal Article