Tag: language
Useful Moodle Plugins for Programming Language Instructors
This article introduces the reader to the Moodle plugins, CodeRunner and Virtual Programming Lab (VPL).
A learning management system is a tool used to create...
Using R to Mine and Analyse Popular Sentiments
Public opinion is important to enterprises, politicians, governments, film stars and most of us. Opinions can be found on various social media sites. This...
Begin Programming with Rust
Rust has had its beginnings in the labs of Mozilla Research. This open source programming language is extremely fast and has become very popular...
Cross-Origin Resource Sharing (CORS): A Primer
For security reasons, browsers restrict cross-origin HTTP requests. If the coder is not aware of this or forgets about it, it can be pretty...
KTurtle: A Programming Language for Children
The ideal age at which to start programming is a debatable topic. While prodigies like Zuckerberg and Musk started at a pretty early age,...
Get Familiar with the Basics of R
This article tells readers how to get their systems ready for R—how to install it and how to use a few basic commands.
R is...
Regular Expressions in Programming Languages: Java for You
This is the sixth and final part of a series of articles on regular expressions in programming languages. In this article, we will discuss...
Python is Still Special
The author takes a good look at Python and discovers that he is as partial to it after years of using it, as when...
Regular Expressions in Programming Languages: The JavaScript Story
Each programming language has its own way of parsing regular expressions. We have looked at how regular expressions work with different languages in the...
Developing a Simple Android Application Using Kotlin
Kotlin is a statically typed programming language specially designed for modern multi-platform applications. Experiment and use it to become the proud creator of your...