RPY File Documentation


Overview

Feature Value
File Extension .rpy
Format Type Script/Source code
Primary Association Python Programming Language
MIME Type text/x-python
Character Encoding UTF-8
Can Contain Comments Yes
Editable With Text Editor, IDE
Usage Scripting, Automation, Data Analysis, Game Development
Syntax Highlighting Supported by Most IDEs
Can Execute Directly Yes, with Python Interpreter
Supports Multiline Strings Yes
Can Import Other Modules Yes
Can Be Compiled Yes, to .pyc
Support for Object-Oriented Programming Yes
Exception Handling Yes
Support for Functional Programming Yes
Regular Expression Support Yes
Supports External Libraries Yes
Interactive Mode Availability Yes, through Python Shell
Automatic Garbage Collection Yes