From 231a376253f019b30d5d753a9e4f6b3640895484 Mon Sep 17 00:00:00 2001 From: cffls <48079971+cffls@users.noreply.github.com> Date: Wed, 24 Nov 2021 03:35:24 -0800 Subject: [PATCH] Add py2hs to plutus.md (#413) py2hs (https://github.com/cffls/py2hs) is a project created by Cardano enthusiasts. It helps Python developers to learn Haskell by explaining functional programming concepts in Python. --- docs/smart-contracts/plutus.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/smart-contracts/plutus.md b/docs/smart-contracts/plutus.md index ce8fdc18fe..994e6a3d79 100644 --- a/docs/smart-contracts/plutus.md +++ b/docs/smart-contracts/plutus.md @@ -53,7 +53,9 @@ Haskell is the programming language for Plutus contracts. If you are looking for Learning Haskell is made easy with this illustrated guide, one of the most engaging ways to learn this fascinating programming language. -Another great learning resource is the online course [Haskell and Crypto Mongolia 2020](https://www.youtube.com/watch?v=ctfZ6DwFiPg&list=PLJ3w5xyG4JWmBVIigNBytJhvSSfZZzfTm&index=4) lectured by [Andres Löh](https://kosmikus.org/), co-founder of the Well-Typed consultancy and [Dr. Lars Brünjes](https://iohk.io/en/team/lars-brunjes), Education Director at IOHK. The course is the suggested *starting point* for Plutus Pioneers at the beginning of the [Plutus Pioneer Program](#get-started-with-the-plutus-pioneer-program). It's a 10-week, 40 hours/week deep dive into Haskell and Cryptocurrencies. +Another great learning resource is the online course [Haskell and Crypto Mongolia 2020](https://www.youtube.com/watch?v=ctfZ6DwFiPg&list=PLJ3w5xyG4JWmBVIigNBytJhvSSfZZzfTm&index=4) lectured by [Andres Löh](https://kosmikus.org/), co-founder of the Well-Typed consultancy and [Dr. Lars Brünjes](https://iohk.io/en/team/lars-brunjes), Education Director at IOHK. The course is the suggested *starting point* for Plutus Pioneers at the beginning of the [Plutus Pioneer Program](#get-started-with-the-plutus-pioneer-program). It's a 10-week, 40 hours/week deep dive into Haskell and Cryptocurrencies. + +If you are coming from a Python background, there is an informative project [py2hs](https://github.com/cffls/py2hs) that explains essential Haskell concepts using Python. ## Get started with the Plutus pioneer program The Plutus pioneer program was created in order to recruit and train developers in Plutus for the Cardano ecosystem. By entering the program, you will become part of a group with early access to a set of courses that teach you the core principles of how to code in both Haskell and Plutus. It will be highly interactive, with weekly videos, exercises, and Q&A sessions and exclusive access to the creators and key experts in the language.