Programming Languages Archives

RECENT

Parsing JSON in JavaScript.

When developing web apps, you’ll often come across a data format known as JSON, or JavaScript Object...

AI programming with Python. In action.

It’s amazing what people can do. We humans can write novels, build skyscrapers, sing operas, drive race...

About JavaScript’s “this” keyword.

Functions, objects, and the this keyword are all interconnected in JavaScript. When a function is called, a...

Closures in JavaScript.

A closure refers to the combination of a function and the lexical environment in which that function...

Data structures and algorithms in Python.

No matter what kind of Python program you’re writing, it’s very likely that you’ll find that your...

Object Oriented Programming: A Breakdown for Beginners

Object oriented programming (or OOP) is a collection of objects (data) and patterns of their interactions around...