Applied Python

Автор: literator от 9-01-2023, 09:13, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Applied PythonНазвание: Applied Python
Автор: Bernd Klein
Издательство: Bodenseo
Год: 2021
Страниц: 111
Язык: английский
Формат: pdf
Размер: 10.2 MB

System programming (also known as systems programming) stands for the activity of programming system components or system software. System programming provides software or services to the computer hardware, while application programming produces software which provides tools or services for the user. "System focused programming" serves as an abstraction layer between the application, i.e. the Python script or program, and the operating system, e.g. Linux or Microsoft Windows. By means of such an abstraction layer it is possible to implement platform independent applications in Python, even if they access operating specific functionalities. Python provides various modules to interact with the operating system, such as:

- os
- platform
- subprocess
- shutils
- glob
- sys

Therefore Python is well suited for system programming, or even platform independent system programming. This is one of the reasons by the way why Python is wrongly considered by many as a scripting language. The proper way to say it: Python is a full-fledged programming language which can be easily used as a scripting language. The general advantages of Python are valid in system focused programming as well:

- simple and clear
- wel structured
- highly flexible

The os module is the most important module for interacting with the operating system. The os module allows platform independent programming by providing abstract methods. Nevertheless it is also possible by using the system() and the exec() function families to include system independent program parts. (Remark: The exec()-Functions are introduced in detail in our chapter "Forks and Forking in Python" The os module provides various methods, e.g. the access to the file system. Platform independant application often need to know on which platform the program or script is running.

Contents:
os Module ...........5
Finite State Machine (FSM) ............34
Turing Machine ........................39
Formal Definition of a Turing machine..............40
Implementation of a Turing machine in Python................41
Towers of Hanoi ...................58
Mastermind / Bulls and Cows ...................65
Python and JSON .............73

Скачать Applied Python








Нашел ошибку? Есть жалоба? Жми!
Пожаловаться администрации
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.