Documentation
Welcome to the Py-Engineering documentation. If you're new to these docs, we recommend you to check what Py-Engineering is all about. Watch the introduction movie "How it works" and checkout some examples. If you think anything is missing or unclear, let us know. Ready to start, but no Py-Engineering account yet? Request a demo!
Getting started
No need to install anything. Py-Engineering is a web-application. You only need an account and/or an API key. If you don’t have one, reach out to someone in your company who can provide you one or request a demo by mailing to info@py-engineering.com.
Example of a login page on py-engineering.com. Depending on the platform your account belongs to, this login page might have a different URL and look-and-feel.
How it works
The general concept is that you write a Python function that prints output like you would do on your local machine. By defining input variables in Py-Engineering.com, this function is instantly accessible as web-app or API. By running the tool in the web-app or trough the API, the Python function is executed in our cloud environment. See what this looks like in the introduction video below or check out the Tutorials.
Platform settings
Easily configure platform-wide options for a consistent user experience.
General platform settings
Slug defines the url of the platform. All tools can be found on home page https://py-engineering.com/home/demo if slug is demo.
The Name of the platform is the name as shown on the home page if no logo is profided.
Created tools can have multiple language support in the Languages selected.
Tool settings
Define the behavior and properties of each tool directly within your Python scripts. Control how your tools are displayed and interacted with by users.
General tool settings
Slug defines the url of the tool. A tool can be found on the platform page https://py-engineering.com/demo/tool-a if slug is tool-a.
The Name of the platform is the name as shown on the tool page.
If multliple Languages are selected, multilanguage support becomes active. After saving the page, fields such as Name are given multiple input elements for each selected language. In the GUI, a dropdown for the selected language is shown in the upper right menu.