We are improving our search experience. To check which content you have full access to, or for advanced search, go back to the old search.

Search

Please fill in this field.
Filters applied:

Search Results

Showing 1-20 of 10,000 results
  1. Python Specific

    Here, we explore the specialized functionalities that set Python apart as a versatile computer language, particularly valuable for programmers and...
    Chapter 2024
  2. Basic Python

    Python is a simple and easy-to-learn high-level programming language suitable for first-time programmers or experienced with other programming...
    A. Lakshmi Muddana, Sandhya Vinayakam in Python for Data Science
    Chapter 2024
  3. Working with Python

    In this chapter, we will review some of the essential aspects of software development using Python, such as its data types and powerful data...
    Chapter 2024
  4. An empirical study of fault localization in Python programs

    Despite its massive popularity as a programming language, especially in novel domains like data science programs, there is comparatively little...

    Mohammad Rezaalipour, Carlo A. Furia in Empirical Software Engineering
    Article Open access 13 June 2024
  5. Technical leverage analysis in the Python ecosystem

    Context:

    Technical leverage is the ratio between dependencies (other people’s code) and own codes of a software package. It has been shown to be...

    Ranindya Paramitha, Fabio Massacci in Empirical Software Engineering
    Article Open access 13 October 2023
  6. „Hallo Welt“ (in Python)

    Python ist eine universell einsetzbare Programmiersprache. Um eine neue Programmiersprache kennenzulernen ist es üblich, mit dem Schreiben eines...
    Timm Eichstädt, Stefan Spieker in 52 Stunden Informatik
    Chapter 2024
  7. Towards understanding bugs in Python interpreters

    Python has been widely used to develop large-scale software systems such as distributed systems, cloud computing, artificial intelligence, and Web...

    Di Liu, Yang Feng, ... Baowen Xu in Empirical Software Engineering
    Article 13 December 2022
  8. Python Classes

    In Python everything is an object and as such is an example of a type or class of things. For example, integers are an example of the int class, real...
    Chapter 2023
  9. More Python Exercises

    In ancient times, the Romans borrowed a valuable concept from the Athenians and transformed it into a timeless proverb: “Repetito master sturdiorum,”...
    Chapter 2024
  10. Python Tutorial

    This chapterPythontutorial introduces the fundamental concepts of the Python language and will teach you to read and write Python code. Later...
    Chapter 2023
  11. Logging in Python

    Python has included a built-in logging module since Python 2.3. This module, the logging module, defines functions and classes which implement a...
    Chapter 2023
  12. Datenstrukturen (in Python)

    Datenstrukturen sind komplexe Datentypen. In der Informatik werden Datenstrukturen oft verwendet, um mehrere primitive Datentypen zusammenzufügen und...
    Timm Eichstädt, Stefan Spieker in 52 Stunden Informatik
    Chapter 2024
  13. An empirical study of automated unit test generation for Python

    Various mature automated test generation tools exist for statically typed programming languages such as Java. Automatically generating unit tests for...

    Stephan Lukasczyk, Florian Kroiß, Gordon Fraser in Empirical Software Engineering
    Article Open access 31 January 2023
  14. Empirical analysis of security vulnerabilities in Python packages

    Software ecosystems play an important role in modern software development, providing an open platform of reusable packages that speed up and...

    Mahmoud Alfadel, Diego Elias Costa, Emad Shihab in Empirical Software Engineering
    Article 25 March 2023
  15. Python DB-API

    The standard for accessing a database in Python is the Python DB-API. This specifies a set of standard interfaces for modules that wish to allow...
    Chapter 2023
  16. PyCIL: a Python toolbox for class-incremental learning

    We have presented PyCIL, a classincremental learning toolbox written in Python. It contains implementations of a number of founding studies of CIL,...

    Da-Wei Zhou, Fu-Yun Wang, ... De-Chuan Zhan in Science China Information Sciences
    Article 19 April 2023
  17. Learn Python Basics on Windows

    Windows is one of the most popular desktop operating systems, especially among new Python learners. This chapter offers hands-on exercises to connect...
    Chapter 2024
  18. PyGAD: an intuitive genetic algorithm Python library

    This paper introduces PyGAD, an open-source easy-to-use Python library for building the genetic algorithm (GA) and solving multi-objective...

    Article 19 December 2023
  19. Algorithmik (in Python)

    Algorithmik ist wichtig, um Probleme so zu formulieren, dass sie ein Computer lösen kann. Dabei wird oft das Divide-and-conquer-Vorgehen angewendet....
    Timm Eichstädt, Stefan Spieker in 52 Stunden Informatik
    Chapter 2024
  20. Python for Gaming

    It is only appropriate that we have a chapter where we discuss creating video games in Python – after all, it is that very interest that got me...
    James R. Payne in Python for Teenagers
    Chapter 2024
Did you find what you were looking for? Share feedback.