Suchergebnisse - (("Python programs") OR ("Python progress"))*
-
1
An empirical study of fault localization in Python programs
ISSN: 1382-3256, 1573-7616Veröffentlicht: New York Springer US 01.07.2024Veröffentlicht in Empirical software engineering : an international journal (01.07.2024)“… This paper is the first multi-family large-scale empirical study of fault localization on real-world Python programs and faults. Using Zou et al …”
Volltext
Journal Article -
2
Interactive Python programs for crystallography
ISSN: 2053-2733, 2053-2733Veröffentlicht: 02.08.2020Veröffentlicht in Acta crystallographica. Section A, Foundations and advances (02.08.2020)Volltext
Journal Article -
3
Knowledge-Based Environment Dependency Inference for Python Programs
ISSN: 1558-1225Veröffentlicht: ACM 01.05.2022Veröffentlicht in 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“… Besides third-party packages, the Python interpreter and system libraries are also critical dependencies of a Python program …”
Volltext
Tagungsbericht -
4
Advanced Python Programming: Accelerate your Python programs using proven techniques and design patterns
Veröffentlicht: Birmingham Packt Publishing 2022“… libraries Key Features Benchmark, profile, and accelerate Python programs using optimization toolsScale …”
Volltext
E-Book -
5
An automated detection of confusing variable pairs with highly similar compound names in Java and Python programs
ISSN: 1382-3256, 1573-7616Veröffentlicht: New York Springer US 01.09.2023Veröffentlicht in Empirical software engineering : an international journal (01.09.2023)“… Variable names represent a significant source of information regarding the source code, and a successful naming of variables is key to producing readable code …”
Volltext
Journal Article -
6
Software Engineering Development of Finite Element Method Programming Applications in 2D Frame Structures Using Python Programs
ISSN: 1742-6588, 1742-6596Veröffentlicht: IOP Publishing 01.10.2021Veröffentlicht in Journal of physics. Conference series (01.10.2021)“… The application of the Finite Element Method as one of the numerical methods to solve various engineering problems is of course inseparable from the …”
Volltext
Journal Article -
7
Writing python programs to map alleles related to genetic disease
ISSN: 1470-8175, 1539-3429, 1539-3429Veröffentlicht: Hoboken, USA John Wiley & Sons, Inc 01.09.2021Veröffentlicht in Biochemistry and molecular biology education (01.09.2021)“… Students are asked to develop their own Python programs to identify the nature of alleles linked to disease …”
Volltext
Journal Article -
8
Python programs to apply regularized derivatives in the magnetic tilt derivative and gradient intensity data processing: A graphical procedure to choose the regularization parameter
ISSN: 2590-1974, 2590-1974Veröffentlicht: Elsevier Ltd 01.09.2023Veröffentlicht in Applied computing and geosciences (01.09.2023)“… The Tikhonov regularization parameter is a key parameter controlling the smoothness degree and oscillations of a regularized unknown solution. Usual methods to …”
Volltext
Journal Article -
9
High-Level Compiler Optimizations for Python Programs
ISBN: 9798265403469Veröffentlicht: ProQuest Dissertations & Theses 01.01.2024“… As Python becomes the de facto high-level programming language for many data analyt- ics and scientific computing domains, it becomes increasingly critical to …”
Volltext
Dissertation -
10
PyReload: Dynamic Updating of Python Programs by Reloading
ISSN: 2640-0715Veröffentlicht: IEEE 01.12.2018Veröffentlicht in 2018 25th Asia-Pacific Software Engineering Conference (APSEC) (01.12.2018)“… However, there are few studies on dynamic updating of Python. To our knowledge, there exists only one updating approach for Python programs …”
Volltext
Tagungsbericht -
11
PyTsan: Automated Data Race Detection in Python Programs
ISBN: 9798290903026Veröffentlicht: ProQuest Dissertations & Theses 01.01.2025“… Python and its ecosystem have become integral to modern software development. Despite Python’s popularity, CPython, the reference implementation, has …”
Volltext
Dissertation -
12
Leveraging Type Annotations for Effective Fuzzing of Python Programs
ISBN: 9798304993609Veröffentlicht: ProQuest Dissertations & Theses 01.01.2024“… Python is among the most popular programming languages, and it powers software systems across diverse domains. Ensuring Python-language systems can grow …”
Volltext
Dissertation -
13
Test Coverage in Python Programs
ISSN: 2574-3864Veröffentlicht: IEEE 01.05.2019Veröffentlicht in Proceedings (IEEE/ACM International Conference on Mining Software Repositories. Online) (01.05.2019)“… We study code coverage in several popular Python projects: flask, matplotlib, pandas, scikit-learn, and scrapy. Coverage data on these projects is gathered and …”
Volltext
Tagungsbericht -
14
How Do Python Programs Use Inheritance? A Replication Study
ISSN: 1530-1362Veröffentlicht: IEEE 01.12.2015Veröffentlicht in Proceedings / Asia Pacific Software Engineering Conference (01.12.2015)“… In this work we present an empirical study on the use of inheritance in a curated corpus of Python systems. Replicating a study preformed on Java, we analyzed …”
Volltext
Tagungsbericht Journal Article -
15
Random Forests as an extension of the classification trees with the R and Python programs
ISSN: 1993-4912Veröffentlicht: Universidad de Lima 01.12.2017Veröffentlicht in Interfases (01.12.2017)“… This article presents the application of the non-parametric Random Forest method through supervised learning, as an extension of classification trees. The …”
Volltext
Journal Article -
16
Pythran: enabling static optimization of scientific Python programs
ISSN: 1749-4680, 1749-4699Veröffentlicht: 01.01.2015Veröffentlicht in Computational science & discovery (01.01.2015)“… Pythran is an open source static compiler that turns modules written in a subset of Python language into native ones. Assuming that scientific modules do not …”
Volltext
Journal Article -
17
Detecting Code Smells in Python Programs
Veröffentlicht: IEEE 01.11.2016Veröffentlicht in SATE 2016 : proceedings : 2016 International Conference on Software Analysis, Testing and Evolution : 3-4 November 2016, Kunming, Yunnan, China (01.11.2016)“… Consequently, Python programs contain code smells which indicate potential comprehension and maintenance problems …”
Volltext
Tagungsbericht -
18
Fault-Proneness of Python Programs Tested By Smelled Test Code
ISSN: 2376-9521Veröffentlicht: IEEE 28.08.2024Veröffentlicht in Proceedings (EUROMICRO Conference on Software Engineering and Advanced Applications. Online) (28.08.2024)“… Software testing is one of the most crucial quality assurance activities, and test results are of great concern to software developers. However, the quality …”
Volltext
Tagungsbericht -
19
An Error-Aware Automatic Grading Framework for Python Programs Based on Structural-Semantic Similarity
Veröffentlicht: IEEE 26.12.2025Veröffentlicht in 2025 6th International Conference on Information Science and Education (ICISE-IE) (26.12.2025)“… Most automatic grading systems for Python rely on the built-in ast module to construct abstract syntax trees (ASTs), but they fail when programs contain syntax …”
Volltext
Tagungsbericht -
20
An Empirical Study of Fault Localization in Python Programs
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 20.03.2024Veröffentlicht in arXiv.org (20.03.2024)“… the capabilities of classic fault localization approaches remain open questions to investigate. This paper is the first multi-family large-scale empirical study of fault localization on real-world Python programs and faults. Using Zou et al …”
Volltext
Paper

