Global ETD Search

Search theses and dissertations gathered from participating repositories worldwide. Every result links back to the library that holds it. No account is needed.

Results

Showing 1 to 20 of 697 for “"Python."”.

  1. Python based FPGA design-flow

    … MyHDL is an open-source package which enables Python to be used as a hardware definition and verification language. As Python is a high-level language, hardware designers can use it to model and simulate designs, without needing detailed knowledge of the underlying hardware. MyHDL has the …

    cape-town Repository record for Python based FPGA design-flow (opens in a new tab)

  2. Proliferation, Migration, and Survival of Cells in the Telencephalon of the Ball Python, Python regius

    … migration, and survival in the ball python (<em>Python regius</em>). First, to determine the proper dose of BrdU for injection we subcutaneously injected 50mg/kg, 100mg/kg, and 250mg/kg into 15 adult male <em>P. regius</em>. We found the 250mg/kg dose marked significantly more cells …

    calpoly Repository record for Proliferation, Migration, and Survival of Cells in the Telencephalon of the Ball Python, Python regius (opens in a new tab)

  3. Magpy: A Python Package for Magmas

    <p>There exist a multitude of computational tools available to mathematicians, such as interactive and automated theorem provers, finite counter-example generators, and computer algebra systems, most of which have a complicated installation process, unintuitive syntax, a lack of comprehensiveness …

    nmu Repository record for Magpy: A Python Package for Magmas (opens in a new tab)

  4. Integral Boundary Layer Methods in Python

    … Boundary Layer methods implemented in the Python programming language. This work is based on two 2D boundary layer methods: Thwaites' method for laminar boundary layer flows and Head's method for turbulent boundary layer flows. Several novel enhancements improve the quality and usability of …

    calpoly Repository record for Integral Boundary Layer Methods in Python (opens in a new tab)

  5. A Live Programming Environment for Python

    <p>Learning how to program can be quite difficult. Beginners face two obstacles to learning to program: developing a mental model of the steps of computation and learning the syntax of a programming language. Because programmers are prone to make mistakes that introduce errors into their code, it …

    calpoly Repository record for A Live Programming Environment for Python (opens in a new tab)

  6. A formal semantics of Python 3.3

    … semantics for the latest version of the popular Python programming language. With additional effort, this semantics will allow users to reason about Python programs, including sources of nondeterminism in the Python language specification, and formal reasoning about their behavior. While the …

    uiuc Repository record for A formal semantics of Python 3.3 (opens in a new tab)

  7. Challenges of interpreting Python Tutor visualizations

    Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2024-09-16 without embargo terms

    uiuc Repository record for Challenges of interpreting Python Tutor visualizations (opens in a new tab)

  8. PHDL : a Python Hardware Design framework

    … HDLs. e approach taken is to build PHDL on the Python scripting language and to build a component library suciently large to design a microprocessor. As an example a microprocessor is designed in PHDL to show the practicality of the language. e example shows that on average designs can be …

    mit Repository record for PHDL : a Python Hardware Design framework (opens in a new tab)

  9. A Python Library For Ion Channel Modeling

    … ion channel modeling, none are available as a Python library. In an attemptto provide an easy-to-use, yet powerful Markov model-based ion channelsimulator, we have developed ModFossa, a Python library supporting easy modelcreation and stimulus definition, complete with a fast numerical solver, …

    unr Repository record for A Python Library For Ion Channel Modeling (opens in a new tab)

  10. PyStream: Python Shaders Running on the GPU

    … on a GPU. This dissertation shows how to run Python shaders on a GPU for real-time rendering. Shaders written in Python run 30,000 - 300,000 times faster than on a CPU. This is partly because GPUs are designed to run shaders and partly because of the design of PyStream, a Python compiler for …

    uiuc Repository record for PyStream: Python Shaders Running on the GPU (opens in a new tab)

  11. A High-Performance, Parallel Virtual Machine for Python

    … code efficiently and in parallel. In the case of Python, a popular dynamic language, several vms exist, but none of them can deliver high performance and parallel execution at the same time. The reason for the lack of such a high-performance, parallel vm for Python lies with Python’s concurrency …

    ethz Repository record for A High-Performance, Parallel Virtual Machine for Python (opens in a new tab)

  12. LightShow: Abstract Representations of Music Lighting In Python

    … based on audio was designed, implemented in Python, and used to generate lighting in a few contexts. The abstraction designed in this thesis ultimately focuses on allowing developers to easily expand on the package and reuse code, with the restriction that audio data must be known ahead of …

    mit Repository record for LightShow: Abstract Representations of Music Lighting In Python (opens in a new tab)

  13. Desenvolvimentos em python aplicados ao ensino da química quântica

    … computacionais principalmente em linguagem Python que possam ser aplicados ao ensino da Química Quântica nos cursos de graduação. Foram desenvolvidos três tutoriais no Jupyter Notebook sobre o sistema da partícula na caixa de potencial infinito, o programa de estrutura eletrônica PSI4 e a …

    brazil-uff Repository record for Desenvolvimentos em python aplicados ao ensino da química quântica (opens in a new tab)

  14. Stella: A Python-based Domain-Specific Language for Simulations

    … in a lower-level language, Stella is embedded in Python, is transparently usable, retains some OOP features, compiles to machine code, and executes at speed similar to C. Stella's source code is compatible with Python, and allows easy integration of C libraries. Its features are focused on the …

    unm Repository record for Stella: A Python-based Domain-Specific Language for Simulations (opens in a new tab)

  15. Automated Unit Test Generation for the Python Programming Language

    … for a software system from the developers. The Python programming language imposes additional challenges to the test-generation problem, such as the dynamic typing. Previous work has confirmed that type information is beneficial for a test generator. However, the type information is often not …

    passau-thes Repository record for Automated Unit Test Generation for the Python Programming Language (opens in a new tab)

  16. The Larch Environment - Python programs as visual, interactive literature

    … protocol that displays normal Java and Python objects in a visual, interactive form. The ability to freely combine objects and source code within one another allows for the construction of rich interactive documents and experimentation with novel programming language extensions.

    east-anglia Repository record for The Larch Environment - Python programs as visual, interactive literature (opens in a new tab)

  17. Cloud-bursting and autoscaling for Python-native scientific workflows

    Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2023-09-01 without embargo terms

    uiuc Repository record for Cloud-bursting and autoscaling for Python-native scientific workflows (opens in a new tab)

  18. Interposing the Syscall Boundary: Transparent Python Execution in SigmaOS

    … other languages, including interpreted ones like Python. To bridge this gap, this paper presents the first integration of an interpreted language into σOS, enabling native Python support without compromising the system’s core principles. Our design, σPy, achieves this through three key ideas: (1) …

    mit Repository record for Interposing the Syscall Boundary: Transparent Python Execution in SigmaOS (opens in a new tab)

  19. Starkiller : a static type inferencer and compiler for Python

    … inferencer and compiler for the dynamic language Python designed to generate fast native code. It analyzes Python source programs and converts them into equivalent C++ programs. Starkiller's type inference algorithm is based on the Cartesian Product Algorithm but has been significantly modified to …

    mit Repository record for Starkiller : a static type inferencer and compiler for Python (opens in a new tab)

  20. A MythTV Python API to complement the JustPlay Network

    … of a PVR device, MythTV. The API was written in Python, which allows for an easy integration of the device into the JustPlay network. With this service in place, people can easily search and schedule recordings while on the network. I also developed a program to demonstrate the functionality of …

    mit Repository record for A MythTV Python API to complement the JustPlay Network (opens in a new tab)

Page 1 of 35