<Note> This page is still updating. Check back soon for more update.
Programming is one way human can instruct computer to perform tasks. Computer can also program another computer to do collaborative tasks together. With the current trendy to use artificial intelligence (AI) for digital society, the later will path way for more impact in years to come.
Generally
Advanced
No programmer can do any practical code with their first try. Human are not genetically made to do programming, hence we need debugging to correct that shortfall.
Design in 1991 by Guido van Rossum, it is widely used by the AI and big data community worldwide. This programming is easily distinguished by its four whitespace indentation in aligning data structure. Python interpreters are available for many operating systems (linux and Windows).
print('Hello, world!')
Design in 1995 by James Gosling at Sun Microsystems, it was a popular programming language for the pre-millenium generations programmers.
The Oracle Java License has changed for releases starting April 16, 2019.
public class HelloWorldApp {
public static void main(String[] args) {
// Prints the string to the console.
System.out.println("Hello World!");
}
}
programming, coding, python, perl, java, I2R, ASTAR, NTU, computer, research, science, Singapore
#programming #coding #python #computer #NTU #singapore #limjunlong