Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "AmigaOS Manual: Python"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Created preliminary table of contents)
 
m (Added summaries)
Line 9: Line 9:
 
[[AmigaOS Manual: Python Elements of Python|Chapter 3. Elements of Python]]
 
[[AmigaOS Manual: Python Elements of Python|Chapter 3. Elements of Python]]
   
[[AmigaOS Manual: Python Data Types|Chapter 4. Data Types]]
+
[[AmigaOS Manual: Python Data Types|Chapter 4. Data Types]] This chapter introduces the built-in data types.
   
[[AmigaOS Manual: Python Functions|Chapter 5. Functions]]
+
[[AmigaOS Manual: Python Functions|Chapter 5. Functions]] This chapter describes the use of functions and provides an alphabetical listing of the built-in Python functions.
   
 
[[AmigaOS Manual: Python Modules and Packages|Chapter 6. Modules and Packages]]
 
[[AmigaOS Manual: Python Modules and Packages|Chapter 6. Modules and Packages]]
   
[[AmigaOS Manual: Python Classes|Chapter 7. Classes]]
+
[[AmigaOS Manual: Python Classes and Objects|Chapter 7. Classes and Objects]] This chapter explains how to use Python's object-oriented features.
   
 
[[AmigaOS Manual: Python Debugging|Chapter 8. Debugging]]
 
[[AmigaOS Manual: Python Debugging|Chapter 8. Debugging]]

Revision as of 13:03, 15 July 2018

Welcome

...

Chapter 1. Introducing Python This chapter gives an overview of Python, how it works on the Amiga, and the basic features of the programming language.

Chapter 2. Getting Started

Chapter 3. Elements of Python

Chapter 4. Data Types This chapter introduces the built-in data types.

Chapter 5. Functions This chapter describes the use of functions and provides an alphabetical listing of the built-in Python functions.

Chapter 6. Modules and Packages

Chapter 7. Classes and Objects This chapter explains how to use Python's object-oriented features.

Chapter 8. Debugging

Chapter 9. Parsing

Chapter 10. Graphical User Interfaces

Appendix: A. Standard Exceptions This appendix lists the standard Python exceptions.

Glossary The glossary contains common Python terms.