Tag: programming
WebAssembly: A Low-Level Language that Works Well with JavaScript
WebAssembly (WA or Wasm) is a binary instruction format for a stack based virtual machine. It is designed as a portable target for the...
How are Iterable, Iterator and Generator Different?
The concepts — iterable, iterator and generator — can be pretty confusing to Python users. This article highlights the differences between the three advanced...
A Python Program to Help You Back Up Your Files Automatically
Lost or deleted files are a common phenomenon. To ensure file and folder security, prudence dictates you take a backup. To avoid the drudgery...
Understanding Undefined Behaviour in C
In the first part of this article, we discussed sequence points in C as well as case studies of undefined behaviour, using various examples...
What’s New in C++11 and C++14?
The C++ general-purpose programming language has evolved considerably over time. In this article, the author discusses some of the changes brought about by the...
Understanding Undefined Behaviour in C
In computer programming, undefined behaviour is defined as ‘the result of compiling computer code which is not prescribed by the specs of the programming...
Why Python is Ideal for Machine Learning
Many programming languages facilitate machine learning, a few prominent ones being Java, Python, R and C++. Python leads the field in its ease of...
The Best Open Source Programming Languages for IoT
The Internet of Things is slowly but surely making an impact on how we live. From automated transport systems and self-driven vehicles, to smart...
A Comprehensive Guide to Programming in Ruby
This article gives readers Ruby in a nutshell, covering all aspects of how to program in it. Enthusiasts can then get started on it...
Build Amazing iOS and Android Apps with NativeScript
This article explores NativeScript, which is an open source framework for building native apps using JavaScript. NativeScript also supports Angular, Vue.js and TypeScript. Developers...