Delete Home.md
Browse files
Home.md
DELETED
|
@@ -1,153 +0,0 @@
|
|
| 1 |
-
Pythonista Documentation
|
| 2 |
-
|
| 3 |
-
Welcome to the Pythonista documentation! Pythonista is an integrated development environment for iOS/iPadOS with a built-in Python interpreter and many additional modules.
|
| 4 |
-
|
| 5 |
-
This documentation contains information about using the app and its extensions, but also includes the complete official documentation for the Python language, standard library, and many additional modules that are included with Pythonista. You can read the documentation offline in the app, but a web version is also available.
|
| 6 |
-
|
| 7 |
-
Pythonista App
|
| 8 |
-
|
| 9 |
-
Using Pythonista
|
| 10 |
-
The Script Library
|
| 11 |
-
The Interactive Prompt
|
| 12 |
-
The Editor
|
| 13 |
-
External Keyboards
|
| 14 |
-
App Extensions and Shortcuts
|
| 15 |
-
App Extensions and Shortcuts
|
| 16 |
-
Siri and Shortcuts App
|
| 17 |
-
Pythonista Keyboard
|
| 18 |
-
Share Sheet Extension
|
| 19 |
-
Editor Action
|
| 20 |
-
Home Screen Icon
|
| 21 |
-
Pythonista URLs
|
| 22 |
-
The Pythonista URL Scheme
|
| 23 |
-
Basics
|
| 24 |
-
Command-line Arguments
|
| 25 |
-
Launching Other Apps
|
| 26 |
-
Pythonista FAQ
|
| 27 |
-
What’s New in Pythonista
|
| 28 |
-
Version 3.4
|
| 29 |
-
Older Versions
|
| 30 |
-
Included Modules
|
| 31 |
-
|
| 32 |
-
In addition to Python’s standard library, Pythonista includes many additional modules for accessing iOS-specific functionality (e.g. accessing the photo library, location data, and much more), and for integrating Python scripts in various parts of the system (e.g. the share sheet, system keyboard, or the Shortcuts app).
|
| 33 |
-
|
| 34 |
-
Apart from these Pythonista-specific modules, many of the most popular third-party packages from PyPI are also bundled with the app, along with their documentation.
|
| 35 |
-
|
| 36 |
-
Pythonista Modules
|
| 37 |
-
App Extensions
|
| 38 |
-
iOS Data
|
| 39 |
-
Hardware and Sensor Data
|
| 40 |
-
User Interfaces and Graphics
|
| 41 |
-
Miscellaneous
|
| 42 |
-
Third-Party Modules
|
| 43 |
-
Plotting and Image Processing
|
| 44 |
-
Text Processing Services
|
| 45 |
-
Data Types
|
| 46 |
-
Numeric and Mathematical Modules
|
| 47 |
-
File Formats
|
| 48 |
-
Cryptographic Services
|
| 49 |
-
Networking
|
| 50 |
-
Internet Data Handling
|
| 51 |
-
Structured Markup Processing Tools
|
| 52 |
-
Internet Protocols and Support
|
| 53 |
-
API Clients
|
| 54 |
-
Multimedia Services
|
| 55 |
-
Development Tools
|
| 56 |
-
Miscellaneous
|
| 57 |
-
Python 3.10 Documentation
|
| 58 |
-
|
| 59 |
-
The Python Tutorial
|
| 60 |
-
1. Whetting Your Appetite
|
| 61 |
-
2. Using the Python Interpreter
|
| 62 |
-
3. An Informal Introduction to Python
|
| 63 |
-
4. More Control Flow Tools
|
| 64 |
-
5. Data Structures
|
| 65 |
-
6. Modules
|
| 66 |
-
7. Input and Output
|
| 67 |
-
8. Errors and Exceptions
|
| 68 |
-
9. Classes
|
| 69 |
-
10. Brief Tour of the Standard Library
|
| 70 |
-
11. Brief Tour of the Standard Library — Part II
|
| 71 |
-
12. Virtual Environments and Packages
|
| 72 |
-
13. What Now?
|
| 73 |
-
14. Interactive Input Editing and History Substitution
|
| 74 |
-
15. Floating Point Arithmetic: Issues and Limitations
|
| 75 |
-
16. Appendix
|
| 76 |
-
The Python Language Reference
|
| 77 |
-
1. Introduction
|
| 78 |
-
2. Lexical analysis
|
| 79 |
-
3. Data model
|
| 80 |
-
4. Execution model
|
| 81 |
-
5. The import system
|
| 82 |
-
6. Expressions
|
| 83 |
-
7. Simple statements
|
| 84 |
-
8. Compound statements
|
| 85 |
-
9. Top-level components
|
| 86 |
-
10. Full Grammar specification
|
| 87 |
-
The Python Standard Library
|
| 88 |
-
Introduction
|
| 89 |
-
Built-in Functions
|
| 90 |
-
Built-in Constants
|
| 91 |
-
Built-in Types
|
| 92 |
-
Built-in Exceptions
|
| 93 |
-
Text Processing Services
|
| 94 |
-
Binary Data Services
|
| 95 |
-
Data Types
|
| 96 |
-
Numeric and Mathematical Modules
|
| 97 |
-
Functional Programming Modules
|
| 98 |
-
File and Directory Access
|
| 99 |
-
Data Persistence
|
| 100 |
-
Data Compression and Archiving
|
| 101 |
-
File Formats
|
| 102 |
-
Cryptographic Services
|
| 103 |
-
Generic Operating System Services
|
| 104 |
-
Concurrent Execution
|
| 105 |
-
Networking and Interprocess Communication
|
| 106 |
-
Internet Data Handling
|
| 107 |
-
Structured Markup Processing Tools
|
| 108 |
-
Internet Protocols and Support
|
| 109 |
-
Multimedia Services
|
| 110 |
-
Internationalization
|
| 111 |
-
Program Frameworks
|
| 112 |
-
Development Tools
|
| 113 |
-
Debugging and Profiling
|
| 114 |
-
Software Packaging and Distribution
|
| 115 |
-
Python Runtime Services
|
| 116 |
-
Custom Python Interpreters
|
| 117 |
-
Importing Modules
|
| 118 |
-
Python Language Services
|
| 119 |
-
Unix Specific Services
|
| 120 |
-
Superseded Modules
|
| 121 |
-
Undocumented Modules
|
| 122 |
-
Security Considerations
|
| 123 |
-
Glossary
|
| 124 |
-
What’s New in Python
|
| 125 |
-
What’s New In Python 3.10
|
| 126 |
-
What’s New In Python 3.9
|
| 127 |
-
What’s New In Python 3.8
|
| 128 |
-
What’s New In Python 3.7
|
| 129 |
-
What’s New In Python 3.6
|
| 130 |
-
What’s New In Python 3.5
|
| 131 |
-
What’s New In Python 3.4
|
| 132 |
-
What’s New In Python 3.3
|
| 133 |
-
What’s New In Python 3.2
|
| 134 |
-
What’s New In Python 3.1
|
| 135 |
-
What’s New In Python 3.0
|
| 136 |
-
What’s New in Python 2.7
|
| 137 |
-
What’s New in Python 2.6
|
| 138 |
-
What’s New in Python 2.5
|
| 139 |
-
What’s New in Python 2.4
|
| 140 |
-
What’s New in Python 2.3
|
| 141 |
-
What’s New in Python 2.2
|
| 142 |
-
What’s New in Python 2.1
|
| 143 |
-
What’s New in Python 2.0
|
| 144 |
-
Changelog
|
| 145 |
-
About these documents
|
| 146 |
-
Contributors to the Python Documentation
|
| 147 |
-
Copyright
|
| 148 |
-
History and License
|
| 149 |
-
History of the software
|
| 150 |
-
Terms and conditions for accessing or otherwise using Python
|
| 151 |
-
Licenses and Acknowledgements for Incorporated Software
|
| 152 |
-
Next
|
| 153 |
-
Using Pythonista
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|