Skip to content
Discussions/Announcements/Python and DAML, a great perspective from @Levente_BarczyForum ↗

Python and DAML, a great perspective from @Levente_Barczy

Announcements4 posts746 views5 likesLast activity Aug 2020
AN
andreolfOP
Jul 2020

Hi DAMLers,
here is a new blog post is out from @Levente_Barczy : Programming Smart contracts – A look into Python & DAML

DAML – 29 Jul 20

Programming Smart contracts – A look into Python & DAML - DAML

We discuss how Python and DAML can be used together to develop multi-party and private, yet distributed applications of the future.

How Python and DAML are working together?

The DAML community focuses on ensuring that DAML can run without changes across any persistence layer, including distributed ledgers or databases. That’s called DAML portability, and ensures that developers looking to write smart contracts need not worry about which ledger or database their distributed applications will use to create a single version of the truth across parties. Portability is enabled by the DAML runtime that abstracts the underlying data storage layer from the smart contracts layer. Check it out:

Any questions to @Levente_Barczy or @ManishGrover on these topics?

LU
Luciano
Jul 2020

It’s interesting that there was no mention of DAZL in the article.

I know that we officially encourage users to work with the langauge-agnostic REST API, a stance with which I wholeheartedly agree; but DAZL still has a presence, if e.g. you google “daml python” It turns up several times in the top 10 results.

Is it worth clarifying this somewhere?

CO
cocreature
Jul 2020

DAZL is community supported at the moment, if you want to write automation we recommend that you use DAML triggers instead which are well supported and allow you to write your automation in DAML itself.

RP
rps
Aug 2020

Thanks all for the clarification.

← Back to Discussions