Жанры
Авторы
Контакты
О сайте
Книжные новинки
Популярные книги
Найти
Главная
Авторы
Frederick Kaefer
Introduction to Python Programming for Business and Social Science Applications
Читать книгу Introduction to Python Programming for Business and Social Science Applications - Frederick Kaefer - Страница 1
Оглавление
Предыдущая
Следующая
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
...
99
Оглавление
Купить и скачать книгу
Вернуться на страницу книги Introduction to Python Programming for Business and Social Science Applications
Оглавление
Страница 1
Страница 2
Страница 3
Страница 4
Introduction to Python Programming for Business and Social Science Applications
Страница 6
Страница 7
Figures and Tables in the Text Related to the GSS Data Set
Figures and Tables in the Text Related to the Taxi Trips Data Set
Python Modules and Packages
Acknowledgments
About the Authors
1 Introduction to Python Learning Objectives
Introduction
Brief Introduction to Python and Programming
Python’s Use in Education, Research, and the Corporate World
Python Is Free, Open-Source Software (FOSS)
User Community and Python Resources
Setting Up a Python Development Environment
Python Versions
Executing Python Code in the IDLE Shell Window
Python Insight
Executing Python Code in Files
Stop, Code, and Understand! SCU 1.1 Introducing Stop, Code, and Understand! Exercises
Package Managers
Data Sets Used Throughout the Book
Taxi Trips Data Set
General Social Survey (GSS) Data Set
Chapter Summary
Glossary
End-of-Chapter Exercises
References
Descriptions of Images and Figures
2 Building Blocks of Programming Learning Objectives
Introduction
Good Programming Practice
Basic Elements of Python Code
Python Keywords
Objects and Classes
Operators and Delimiters
Data Types
Variables
Python Code Statements
Comments
Variable Assignment
Code Examples
Stop, Code, and Understand! SCU 2.1 Variable Assignment
Mathematical Expressions
Stop, Code, and Understand! SCU 2.2 Mathematical Expressions
Errors
Syntax Errors
Stop, Code, and Understand! SCU 2.3 Syntax Errors
Exceptions
Stop, Code, and Understand! SCU 2.4 Exceptions
Logic Errors
Stop, Code, and Understand! SCU 2.5 Logic Errors
Functions Python Built-in Functions
Stop, Code, and Understand! SCU 2.6 Use a Built-in Function
User-Defined Functions
Function Syntax
Using Functions
Function Location in Code
Stop, Code, and Understand! SCU 2.7 Modify a User-Defined Function
Python Insight
Using Modules of Python Code
Stop, Code, and Understand! SCU 2.8 Using Functions in Modules
Chapter Summary
Glossary
End-of-Chapter Exercises
References
Descriptions of Images and Figures
3 Further Foundations of Python Programming Learning Objectives
Introduction
Compound Data Types
Lists
Index Values
Stop, Code, and Understand! SCU 3.1 Lists
List Methods
Stop, Code, and Understand! SCU 3.2 Use a List Method
Python Insight
String Objects
String Methods
String Operations
Stop, Code, and Understand! SCU 3.3 String Operations
Sequence Operations
Stop, Code, and Understand! SCU 3.4 Sequence Operations
Tuples
Stop, Code, and Understand! SCU 3.5 Tuple Operations
Dictionaries
Stop, Code, and Understand! SCU 3.6 Reference a Dictionary
Dictionary Operations
Stop, Code, and Understand! SCU 3.7 Dictionary Operations
Example Using Tuples and Dictionaries
Chapter Summary
Glossary
End-of-Chapter Exercises
References
Descriptions of Images and Figures
{buyButton}
Подняться наверх