Awesome
Documentation for Python Concur
Welcome to the Python Concur documentation repository!
Python Concur is a library for creating GUI applications in Python. To get a better overview, visit The Python Concur Website.
If you know about useful learning resources not listed here, feel free to create a pull request, or file an issue.
Getting Started
- Installation: Download Concur and run a Hello World application.
- Issue Tracker: Ask any questions here. Feel free to create new issues.
Learning
- Introduction: A hands-on introductory tutorial
- Old Introduction: Tutorial from a different angle. It starts with a custom widget implementation and goes from there.
- Examples: Code examples illustrating basic Concur usage.
- API Reference
- Troubleshooting
Articles
- Designing a GUI Framework: Theoretical rationale for Concur
- Purescript Concur Documentation: Thorough article about a Concur variant for the PureScript language. The concepts may also be applicable for Python Concur.
Related Libraries
- ImGui: The C++ GUI library Concur is based on. Some extra functions not exposed through PyImGui can be found here.
- PyImGui: Python bindings to the ImGui library. It contains a useful reference documenting all the exposed functions.
- Purescript Concur: The most developed Concur implementation.