Skip to content

Commit 0557a16

Browse files
authored
Update article.md
Added link to Brython Python transpiler to JavaScript
1 parent 8d13b7f commit 0557a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

1-js/01-getting-started/1-intro/article.md

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Examples of such languages:
110110
- [TypeScript](http://www.typescriptlang.org/) is concentrated on adding "strict data typing" to simplify the development and support of complex systems. It is developed by Microsoft.
111111
- [Flow](http://flow.org/) also adds data typing, but in a different way. Developed by Facebook.
112112
- [Dart](https://www.dartlang.org/) is a standalone language that has its own engine that runs in non-browser environments (like mobile apps), but also can be transpiled to JavaScript. Developed by Google.
113+
- [Brython](https://brython.info/) is a Python transpiler to JavaScript that allow to write application in pure Python without JavaScript.
113114

114115
There are more. Of course, even if we use one of transpiled languages, we should also know JavaScript to really understand what we're doing.
115116

0 commit comments

Comments
 (0)