Skip to content

Commit bad2ab9

Browse files
committed
Merge branch 'main' of https://github.com/Embarcadero/PythonEnviroments into main
Former-commit-id: da1878958f1f8d224c4463f6403b55d08fa6dbb4 [formerly cb5697f47ca9d0a4a50eaa730a4947b681b5df71] [formerly 356b9e7bb135473b0a5531d913b120f531e06da2 [formerly 92545c22c940756d4dbdc096ece7501644d36f03]] [formerly ab29207115bbbbbffddfa93b6e4718b6784fbcd4 [formerly 173a6c6077a028af8c2e642447f1e387120034f7] [formerly bbde7e655e08607d2c588c0234e21d4ad6912c6f [formerly 674e12e9aeff3b585832fdf81ef9e1f42c94fa2e]]] Former-commit-id: b672bdcddb32b8d6e8f6ffe27bf81249d5096a01 [formerly 1b751cf19140c888fd565d0882c83b3f057563a4] [formerly e5dc97b7b374d1409564d50f42a1a2a6fa183438 [formerly eeb880a53e967ffc79aeb8d1481daed7de370fa8]] Former-commit-id: a64fc40c97eaecace99eea0b2f8db77ce49c5bfa [formerly 9f5130ab21019d4cb7928b099c9a454b64d5a16a] Former-commit-id: d63284a9d1f4a6f5c548d5829b511736025bf67c Former-commit-id: 27c881c
2 parents 6320847 + 3abea40 commit bad2ab9

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)