Transcrypt: Anatomy of a Python to JavaScript Compiler

On the web front end, web development is one size fits all: JavaScript. The Transcrypt Python to JavaScript compiler is a relatively new open source project, aiming at executing Python 3.6 at JavaScript speed, with comparable file sizes. In this article, … Read more

Similar

Type-Casting in Python

This quick tutorial will guide on how to change data from one type to another in python. Variables in python have data types just as many other languages. There may be times when you will want to specify or change the data type of a particular variable. (more…)

Read more »

Nim for Python Programmers

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority). - nim-lang/Nim... (more…)

Read more »