Skip to content

Commit 3abea40

Browse files
authored
Update README.md
Former-commit-id: 7bc923c699e531ca8903455aa686799fb2ba5338 [formerly aaf69907bfa9d7e1c13c94cdff16fa69b2ca7792] [formerly 3cb880c48e6e15003e276e679d58cdfeaf01caa0 [formerly 2322f3e19ff11cb3b3cacd8349104aa4a105f041]] [formerly 37ce131cdf0e64427897413ba3dfc5326fc0cc6c [formerly 152d0a39fc173a88235d29af732c339793dc8a43] [formerly f654b6085b94489a81a2c352d5aa683b03233cc6 [formerly 40cba2c65e95021f27e430dcfe6dec85307de0ea]]] Former-commit-id: ac0e69ba5465ace10401a3ac75c1843ca0ec607a [formerly 63b56b1d7d27b33961639094b2e29c96e7bf5ee5] [formerly 7a242df9461bd0b1928a17677f0400a6a7b949b2 [formerly 4a4c7a3dfec1dfcbe5c139e43f75ddc8e4309195]] Former-commit-id: 0317f3508bc5b4abe415a04638077ef35e7a535a [formerly eeb08d3eca4bff9b7a20020f566d7ae6146e4a6d] Former-commit-id: 8be5a79306f6cddae219a97554b8a271201913c5 Former-commit-id: b141d6e
1 parent 7fa1c7f commit 3abea40

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
# PythonEnviroments
1+
<p align="center">
2+
<a href="https://github.com/Embarcadero/PythonEnviroments/"><img src="https://user-images.githubusercontent.com/17174106/200104132-1df6c0a3-fe9f-418d-bcbc-97d7e66472b5.png"></a>
3+
<h1 align="center"> PythonEnvironments </h1>
4+
<br />
5+
<br />
6+
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-red.svg?style=flat" alt="MIT License" align="center"></a>
7+
<a href="https://discord.gg/YEuCUKtsGe"><img src="https://img.shields.io/discord/989230637342933042?color=yellow&label=discord&logo=discord" alt="Discord" align="center"></a>
8+
</p>
9+
<hr />
210

3-
After more than 2 decades of introducing [Python4Delphi (P4D)](https://github.com/Embarcadero/Python4Delphi), 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 choice 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.
11+
After more than two decades of introducing [Python4Delphi (P4D)](https://github.com/Embarcadero/Python4Delphi)), we are trying to solve the essence of why the P4D project started with the **PythonEnvironments** project. Initially, P4D was designed to have a scripting capability in Delphi using Python. Python is a great programming language for prototyping and experimenting with an idea using short scripts. One of the reasons that the community didnt adopt to include Python into their Delphi applications as it was not an easy process to do so
412

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.
13+
**PythonEnvironments** provides a set of Design time Components to embed a desirable Python Environment into your Delphi application using the readily-available Python embeddable very easily.
614

715
Please check out the [samples](https://github.com/Embarcadero/PythonEnviroments/tree/main/samples) section to Get Started on **PythonEnvironments**.
816

9-
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.
17+
Currently we're providing support for Python versions - `3.7`, `3.8`, `3.9` and `3.10`. Support for `Python 3.11` is coming soon.
1018

1119
It is powered by [(P4D)](https://github.com/Embarcadero/Python4Delphi). It powers the [P4D Data Sciences Libraries](https://github.com/Embarcadero/P4D-Data-Sciences).
1220

0 commit comments

Comments
 (0)