Skip to content

Commit 9356c0a

Browse files
authored
Update README.md
First reliable enough README. Former-commit-id: a663c36
1 parent 8e6837f commit 9356c0a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# PythonEnviroments
2-
Components to simplify the deployment for Python environments for Delphi applications using [Python4Delphi](https://github.com/Embarcadero/Python4Delphi).
32

4-
This powers the [Delphi Data Sciences Libraries](https://github.com/Embarcadero/P4D-Data-Sciences).
3+
After more than 2 decades of introducing [Python4Delphi (P4D)](https://github.com/Embarcadero/Python4Delphi), is we are trying to solve the real essense of why P4D project is started with the **PythonEnvironments** project. Intially P4D was designed to have a scripting capability in Delphi using Python. Python is a great programming language to prototype and experiment on an idea using short scripts. One of the reasons that community didn't adopt to include Python into their Delphi Applications was it was not an easy process to do so.
54

6-
This is an early access preview, but you are encouraged to try it out, file bug reports, and add features. [Read more](https://blogs.embarcadero.com/?p=145025) and catch the live stream.
5+
**PythonEnvironments** provides a set of Design time Components to embed a desirable Python Environment into your Delphi application using the readily-available Python embeddables very easily.
6+
7+
Curretly we're providing support for Python versions - `3.7`, `3.8`, `3.9` and `3.10`. Support for `Python 3.11` is coming soon.
8+
9+
It is powered by [(P4D)](https://github.com/Embarcadero/Python4Delphi). It powers the [P4D Data Sciences Libraries](https://github.com/Embarcadero/P4D-Data-Sciences).
10+
11+
This is our first stable release. We encourage you to try it out, file bug reports, and add features. [Read more](https://blogs.embarcadero.com/?p=145025) and catch the recorded live stream.

0 commit comments

Comments
 (0)