Albion 0 Posted February 14, 2022 Good afternoon, I wanted to know if it is possible to get some information about Python4Delphi, except for two webinars, maybe there are some books, video tutorials, analyzes of all this. I really liked the ability to use Python in Delphi, but as I'm still new to this business, it's quite difficult for me to figure it out without instructions / tutorials / books. If you have the opportunity to share something that may be useful in the study of this topic, I will be incredibly grateful to you. Share this post Link to post
SwiftExpat 65 Posted February 14, 2022 You might consider focusing your question, do you want to: build an IDE like pyscripter ( source is on git hub for that) use a python module from Delphi use Delphi from python Share this post Link to post
Albion 0 Posted February 14, 2022 1 hour ago, SwiftExpat said: Вы можете сфокусировать свой вопрос, хотите ли вы: создайте IDE, например pyscripter (для этого исходный код находится на git hub) использовать модуль python из Delphi использовать Delphi из python I want to learn all these questions your named to me. However now I'd like to know how to use a python module from Delphi and how to use Delphi from python.I will be incredibly grateful to you, if you could help me with these. Share this post Link to post
pyscripter 689 Posted February 14, 2022 (edited) Look at the tutorials python4delphi/Tutorials at master · pyscripter/python4delphi (github.com) and demos python4delphi/Demos at master · pyscripter/python4delphi (github.com). You will also find a lot of stuff in python | Embarcadero RAD Studio, Delphi, & C++Builder Blogs Edited February 14, 2022 by pyscripter Share this post Link to post