Tag: Python

We create open-source because we love it, and we share our finding so everyone else can benefit as well.

type checking

Type Checking: A Necessity in Dynamic Development

When first learning about type checking, it can be easily seen as an unnecessary addition to an application. When it comes to dynamic languages, type checkers prove themselves invaluable in a rapid development setting, and in a multitude of ways. Once you see the benefits, it is difficult to keep from making it a common …

Development with iRuby using Jupyter

The Jupyter Notebook is a common go-to in the Python world. Did you know you could use Jupyter to test code in other languages as well? Today we’ll cover development with iRuby, a Ruby kernel for the Jupyter iPython system.

assembly

Great Programming Resources

When I started working with JavaScript late last year, I dived head first into a whole new world. As soon as I came back up for air, I realized I needed to stop watching videos, and truly learn the language. In my article Learning JavaScript: Filling In the Gaps So You Learn Effectively, I talk …